IT SVN 创建分支命令
阅读(4758)创建分支
svn cp -m "create branch" http://svn_server/xxx_repository/trunk http://svn_server/xxx_repository/branches/br_feature1
还是常用的 cp 命令,-m "create branch" 为添加到 svn log。
创建分支
svn cp -m "create branch" http://svn_server/xxx_repository/trunk http://svn_server/xxx_repository/branches/br_feature1
还是常用的 cp 命令,-m "create branch" 为添加到 svn log。