标签:style blog http color io os ar for strong
svn move — 移动一个文件或目录。
--message (-m) TEXT
--file (-F) FILE
--revision (-r) REV (废弃的)
--quiet (-q)
--force
--username USER
--password PASS
--no-auth-cache
--non-interactive
--editor-cmd EDITOR
--encoding ENC
--force-log
--config-dir DIR
移动工作拷bede一个文件:
$ svn move foo.c bar.c A bar.c D foo.c
移动版本库中的一个文件(一个立即提交,所以需要提交信息):
$ svn move -m "Move a file" http://svn.red-bean.com/repos/foo.c http://svn.red-bean.com/repos/bar.c Committed revision 27.
move -m ‘*更改分支名字‘ svn://192.168.1.52/help/branches/help_forPmv2 svn://192.168.1.52/help/branches/help_forPmv2_141010
标签:style blog http color io os ar for strong
原文地址:http://www.cnblogs.com/wangkongming/p/4016021.html