2016年11月7日 星期一

[SVN] How to patch file by svn command

Create patch file by svn command
svn diff > ./patch.diff

Go to work folder
Patch file by svn command
patch -p0 -i ./patch.diff

Reference:

0 意見:

張貼留言