Getting `svn: E160013:` when merging from command line

跟風遠走 提交于 2020-01-05 02:29:07

问题


I have an issue with a feature branch that I'm trying to merge to trunk. The message that I'm getting is this:

➜ trunk svn merge https://svn.vcshost.org/svn/domaindev/branches/Master-Project/feature-branch svn: E160013: '/svn/domaindev/!svn/bc/112033/trunk/Master-Project' path not found

Any help would be greatly appreciated. I tried merging from trunk to this feature branch and it worked flawlessly, also merging other branches to trunk works okay, so I'm guessing that there's a problem with this exact branch.

EDIT: I also tried merging using relative URLs but have encountered the same issue.

Thanks.


回答1:


Answer to my question was creating a fresh branch, checking it out locally, and copying the codebase from the faulty branch, except for the .svn dirs. Commit, update, merge! Kept the faulty branch for its commit history.



来源:https://stackoverflow.com/questions/28873678/getting-svn-e160013-when-merging-from-command-line

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