svn move <src> <dst>
svn mv <src> <dst>
Examples:
Use move command in your working copy svn move myfile.txt myfile2.txt
A myfile2.txt
D myfile.txt
svn ci -m "move example"
Committed revision 1233
Use move command with url
svn move -m "move example 2" https://mysvnrepo/svn/trunk/myfile.txt https://mysvnrepo/svn/trunk/myfile2.txt
Committed revision 1234
No comments:
Post a Comment