- Used these instructions to get SVN setup.
- Basics : (run from local computer - /Users/smg/smgsvn/svnrepository)
- svn co svn+ssh://smgonzal@trucks.cs.unm.edu/nfs/student/s/smgonzal/svnrepository/
- svn add example.txt
- svn commit -m "blah"
- emacs example.txt
- svn update example.txt
- svn commit -m "blah blah"
- Followed this tutorial summarized below:
Quick Reference:
Task: Command:
Revision Details
Specific Revision................................ svn log -v -r#
(# is revision number)
Specific File ....................................... svn log -v a_File.txt
Add a_File.txt .................................................. svn add a_File.txt
Commit ............................................................ svn commit a_File.txt
Update ............................................................. svn up
Resources : Bash by Example, SVN Manual
No comments:
Post a Comment