eclipse indigo svnkit 和代理 https 方法
很抱歉在这里问这个问题,但只有你知道:-)
我在服务器和 eclipse 之间有一个 svn 服务器和一个代理服务器。
我有一个用于执行 https 操作的代理,它在 Firefox 中完美运行。
现在我以相同的方式设置我的 Eclipse 代理内容,但 svn 只显示“访问存储库条目时发生错误”
。其他人说我必须更改服务器文件。这仍然是真的吗?什么是最佳实践?
sorry for asking this here, but only you will know :-)
I have a svn server and a proxy server between the server and my eclipse.
I have a proxy for doing https stuff which works perfectly in firefox.
Now I set my eclipse proxy stuff the same way but svn only shows "An error occurrred while accessing the repository entry"
Great. Someboby else said I have to change the servers file. Is this still true? What is best practise?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你在使用 Subclipse 吗?
你使用什么操作系统?
在 Eclipse 中,您是否配置了
>窗口->首选项->网络连接
是否拥有 HTTPS 代理服务器?
您的存储库是否设置为 HTTPS?
您可以从其他 SVN 客户端访问您的存储库吗?
我发现这个线程可能会对您有所帮助
(http://www .svnforum.org/archive/index.php/t-39672.html)
Are you using Subclipse?
What OS are you on?
In Eclipse, have you configured your
> Window -> Preferences -> Network Connections
to have your proxy server for HTTPS?
Do you have your repo setup as HTTPS?
Are you able to access your repo from other SVN clients?
I found this thread that might help you out a bit
(http://www.svnforum.org/archive/index.php/t-39672.html)