[SVN] Introduce SVN Checkout code
svn co svn://222.2.2.2/happy/trunk
cd trunk
svn log -l 5
Only show 5 commit log (–limit)
svn update -r
svn update -r r1111
svn …Read More
[SVN] SVN commit log & codeWrite a log file which was called log.txt
Type follow command
svn commit --force-log -F log.txt foo.c \Socket/server/routes/server.js
Reference:
svn…Read More
[SVN] svn diffChange the file test.txt
Then diff this code change with previous one.
svn diff -r HEAD test.txt
Example :
$ svn diff -r 3900 COMMITTERS
Index: C…Read More
0 意見:
張貼留言