Aug 26, 2009

SVN Cheat Sheet

Add add a file/directory:
svn add file1

Update:
svn up

Commit:
svn commit -m "Message goes here"

Revert a file to a specific revision:
svn up
-r12345 file1 file2 file3

http://www.yolinux.com/TUTORIALS/Subversion.html

No comments: