Joining the playground
Setting up my environment:
- Installed a virtual machine
- Downloaded Ubuntu iso
- Installed sublime text 2 as text editor
- Installed subversion via command line
- Step-by-Step Instructions: https://help.ubuntu.com/10.04/serverguide/subversion.html
Exercise: Create test directory [lastName] in SVN repository "playground"
- $ svn co https://svn.cs.cofc.edu/repos/CSCI362201302/playground
- signed in with username and password
- $ cd playground
- $ mkdir WIEL
- $ svn status
- $ svn add WIEL
- $ svn commit
- enter in commit statement: “Johanna has joined the playground!”
Done!
No comments:
Post a Comment