Eclipse 不断设置错误的存储库根目录
我这里有一个项目:
svn+ssh://[email protected] /folder/ProjectName
存储库根目录为 svn+ssh://[email protected]/folder
无论我尝试检查 ProjectName 有多少次或有多少种方式,eclipse 总是会帮助我告诉我存储库根目录是 svn+ssh://[电子邮件受保护]。
我在另一个存储库中有另一个项目:
svn+ssh://[email protected]/repos/OtherProject
Eclipse 正确地将存储库根识别为 svn+ssh://[email ;protected]/repos/
svn 存储库或 Eclipse 中的哪些设置会导致差异?
我正在使用 JavaHL (JNI) 和 Eclipse Helios。
I have a project here:
svn+ssh://[email protected]/folder/ProjectName
The repository root is svn+ssh://[email protected]/folder
No matter how many times or how many ways I try checking out ProjectName, eclipse always helpfully tells me that the repository root is svn+ssh://[email protected].
I have another project in another repository:
svn+ssh://[email protected]/repos/OtherProject
Eclipse correctly identifies the repository root as svn+ssh://[email protected]/repos/
What settings, either in the svn repository or in Eclipse, would account for the discrepancy?
I am using JavaHL (JNI) and Eclipse Helios.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过一个不起眼的邮件列表帖子找到了解决方案:
http://svn.haxx.se/subusers/archive-2005-10 /0103.shtml
我跑了`
,就成功了!
Found the solution , via an obscure mailing list post:
http://svn.haxx.se/subusers/archive-2005-10/0103.shtml
I ran `
and that did the trick!