svn无法连接到服务器
我正在尝试在另一台运行 Windows 7 的计算机上的 ProjectLocker SVN 上签出我的项目。我正在使用 Subclipse,但收到错误:
RA layer request failed
svn: PROPFIND request failed on '/cvmig_prism/PRISM/svn'
svn: PROPFIND of '/cvmig_prism/PRISM/svn': could not connect to server (https://pl3.projectlocker.com)
但是,我可以从 Google Code 签出其他项目。我已经尝试了 在 Eclipse 中添加 SVN 存储库 中的一些技巧除了最上面的答案,因为,嘿,我可以签出其他存储库(与链接问题中的OP不同),并且这里的互联网下载很糟糕(我从家里下载了 Eclipse 等)刚刚安装)。
我已经设置了代理,现在我唯一能想到的是,我的 ProjectLocker 存储库需要用户名和密码。但是,在我成功连接到服务器之后,svn 不应该向我询问吗?有什么是我忽略的吗?
I'm trying out to checkout a project of mine at ProjectLocker SVN in another computer running Windows 7. I'm using Subclipse but I get the error:
RA layer request failed
svn: PROPFIND request failed on '/cvmig_prism/PRISM/svn'
svn: PROPFIND of '/cvmig_prism/PRISM/svn': could not connect to server (https://pl3.projectlocker.com)
However, I can check out other projects from Google Code. I've tried a few of the tips at Adding a SVN repository in Eclipse except for the top answer because, hey, I can checkout other repos (unlike the OP in the linked question) and internet here is crappy for a download (I downloaded Eclipse et. al. from home and just installed).
I have set my proxy and the only thing I can think of right now is that, my ProjectLocker repo requires a username and password. But, shouldn't svn ask me for that after I have connected successfully to the server? Is there anything I have overlooked?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试更改首选项 --> SVN 接口从当前设置到另一个设置。清理。更改为原来的界面。
希望它有帮助......
Try changing in the Preferences --> SVN Interface from your current setting to another. Cleanup. Change to the original interface.
Hope it helps....