Subversion commands
Native commands Produce a patch file of changes committed in revision 1377: 1 $ svn diff -r 1376:1377 > diff.patch Merge revision 3403 of the trunk into the “1.0” branch: 1 $ cd branches/1.0 2 $ svn merge -c3403 https://svn.example.com/my_project/trunk 3 $ svn commit -m …