svn 切出指定版本、更改版本名称、删除分支

1,切出指定版本

svn copy svn://192.168.1.52/help/branches/help_forShop_140307 -r 170 svn://192.168.1.52/help/branches/help_forPm_141010 -m '*切出分支'

2,更改版本名称

svn move -m '*更改分支名字'  svn://192.168.1.52/help/branches/help_forPmv2  svn://192.168.1.52/help/branches/help_forPmv2_141010

3,删除分支

svn delete svn://192.168.1.52/help/branches/help_forPmv2_141010 -m '*删除 无用的分支'

原文地址:https://www.cnblogs.com/wangkongming/p/4146620.html