svn copy command

北城余情 提交于 2019-12-06 02:36:07

Ahh finally figured out the mistake... the command should have been :-

svn copy svn+ssh://user@svn.example.com/software/branches/branch_name svn+ssh://user@svn.example.com/software/branches/new_branch_name -m "Message"

I missed out the user part, which wasn't given in the guide.

it works absolutely fine now :D

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!