-
SVN commandsComputer/linux 2009. 11. 1. 23:20
- Check information on which revision you have
svn info - Check information on 000 revision
svn info -r 000 - Update to a specific revision (000)
svn update (up) -r 000 - Compare two revisions (A and B) or even more
svn diff -r A:B - Compare one file of current working copy with old revision(000)
svn diff -r 000 filename - Undo a commit
svn merge -c 000 .
svn commit
'Computer > linux' 카테고리의 다른 글
a shared folder in guest OS (winxp) within host OS (RHEL5.3) (0) 2009.12.15 Skype Linux Static with Korean input (0) 2009.10.17 usb sound card (0) 2009.10.17 - Check information on which revision you have