svn cheat sheet
Небольшой чит по svn
Взят здесь
Branching: $ svn copy http://svn.example.com/repos/calc/trunk http://svn.example.com/repos/calc/branches/my-calc-branch -m "Creating a private branch of /calc/trunk." Committed revision 341. Rollback: $ svn merge -r 100:99 . $ svn commit -m "Rollback to revision 99" Committed revision 101. Make a patch against the rails source: (in /vendor/rails/) $ svn diff > your_patch_name.diff
Leave a Reply
You must be logged in to post a comment.