Netbeans and SVN UUID problem

与世无争的帅哥 提交于 2019-12-25 04:43:28

问题


I created a project in Netbeans. Than I imported the directory to SVN. I can check out the project, but when I try to commit I get this error : Repository UUID 'XXXXX..' doesn't match expected UUID 'xxx....' I'm new to SVN and I'm not sure why this is happening.

Thanks


回答1:


This usually occurs for two reasons.

  • The repository you checked out from has had a significant change in form of a dump & load done to it since you checked out and made changes.
  • You're checking out from a read-only copy (svnsync) and then your commit is occurring via a proxy-pass through on the read-only server to the read/write server and the read-only server does not have the UUID as the read/write server.

Without more detail about your Subversion setup, this one will be hard to get an answer with. If you or your team don't have control of the Subversion server, get with who ever does and see if they can help you with more information.



来源:https://stackoverflow.com/questions/4238286/netbeans-and-svn-uuid-problem

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