svn 常用命令

ignore 

svn propedit svn:ignore .  --editor-cmd notepad

make tags 

svn copy svn://10.200.106.168/dswitch/trunk svn://10.200.106.168/dswitch/tags/release-1.0 -m "Tagging the 1.0 release of the dswitch project."

svn mkdir svn://10.200.106.168/dswitch/tags -m "added tags folder"

check out some version

svn co svn://10.200.106.168/dswitch/trunk/ -r versionnumber

 diff version (come from xxxx)

svn diff -r 829:826 svn://10.200.106.168/dswitch/trunk

你可能感兴趣的:(SVN)