Error while creating branches and tags with SVN from Eclipse

岁酱吖の 提交于 2019-12-10 18:58:08

问题


I am getting the whole time error messages while creating new branches or new tags with the SVN plugin (Eclipse Subversive).
The error message ist just like

Get repository folder children operation failed.
svn: E160013: URL 'file:///Users/****/svnrepository/branches' non-existent in that revision.


I tried already to create the branches folder manually and then update the local project, but it did not work. Does anybody have an idea?

Thank you!


回答1:


  1. In the SVN Repositories view right-click the repository and choose: New > Project Structure...
  2. Choose e. g. Monolithic layout and click OK
  3. Right-click the repository again and choose: New > Branch...


来源:https://stackoverflow.com/questions/46867684/error-while-creating-branches-and-tags-with-svn-from-eclipse

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