Agile Development Practices suggest developers keep a solutions log. I think we can all benefit from a combined solutions log. As I encounter errors or problems I intend to record the solutions on this blog. Please feel to leave your comments, solutions and email me with your errors and solutions.
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
No comments:
Post a Comment