Eclipse 颠覆性“服务器连接失败”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7938090/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Eclipse Subversive "Connection Failed By Server"
提问by merveotesi
I am using Eclipse Indigo and Subversive SVN Team provider.
我正在使用 Eclipse Indigo 和 Subversive SVN Team 提供商。
While i was generating projects using SVN repository i provided user name and password.
当我使用 SVN 存储库生成项目时,我提供了用户名和密码。
Now after a week i want to update some files, right click on a file, Team->Update, getting below error:
现在一周后我想更新一些文件,右键单击一个文件,团队->更新,出现以下错误:
Some resources were not updated.
svn: connection refused by the server
svn: PROPFIND request failed on 'bla bla'
I think i must log in but from where, can you provide a path? Or what may the problem be? Thanks
我想我必须登录,但从哪里登录,你能提供一个路径吗?或者可能是什么问题?谢谢
采纳答案by Zoltán Ujhelyi
The PROPFIND request failure probably means, Subversive cannot read contents from the server. A more detailed error message mightbe present in the Error log view (Window/Show view/Other..., and there it is in the General category, if I remember correctly).
PROPFIND 请求失败可能意味着 Subversive 无法从服务器读取内容。错误日志视图中可能会显示更详细的错误消息(窗口/显示视图/其他...,如果我没记错的话,它位于常规类别中)。
Without a more detailed error message I would open the SVN Repository Exploring viewperspective, and try to update the Repository location settings (Right click, Properties), and there try to (1) validate the existing settings, and (2) update the username/password information.
如果没有更详细的错误消息,我会打开 SVN Repository Exploring 看法透视,并尝试更新存储库位置设置(右键单击,属性),并尝试 (1) 验证现有设置,以及 (2) 更新用户名/密码信息。
回答by TechGuy
Just open eclipse preferences. click on General>Network Connections.
只需打开 eclipse 首选项。单击General> Network Connections。
Then according to the environment, set active provider and other proxy settings.
然后根据环境,设置active provider等代理设置。
回答by Jeeri
Eclipse preferences. click on General>Network Connections-> change Active Provider
value to Manual
from the drop down. it worked for me.
Eclipse 首选项。单击General> Network Connections->从下拉列表中将Active Provider
值更改为Manual
。它对我有用。
回答by Jonathan L
The following steps allow me to work from my corporate network through proxy server to update Eclipse ide plugins, and connect to corporate svn server:
1. Open Window > Preferences > Network Connection Settings
2. Select Active Provider to "Manual"
3. Set proxy settings for HTTP/HTTPS (click Edit…)
4. Clear SOCKS proxy if it is set (select SOCKS row, click "Clear" button)
5. Add host svn.srv.com in Proxy bypass if svn.srv.com is within intranet
6. Apply and optionally restart Eclipse
以下步骤允许我通过代理服务器从我的公司网络工作以更新 Eclipse ide 插件,并连接到公司 svn 服务器:
1. 打开 Window > Preferences > Network Connection Settings
2. 选择 Active Provider 到“Manual”
3. 设置代理HTTP/HTTPS 的设置(单击编辑...)
4. 如果设置了 SOCKS 代理,则清除(选择 SOCKS 行,单击“清除”按钮)
5. 如果 svn.srv.com 在代理绕过中,则在代理绕过中添加主机 svn.srv.com内网
6. 应用并可选择重启 Eclipse
Note: replace proxy.srv.com, and svn.srv.com with your actual urls
See answeralso
注:与您的实际网址替换proxy.srv.com和svn.srv.com
见答案也
回答by Dhanushka Manjula
Check your eclipse network setting , add SVN server to bypass proxy list
检查你的eclipse网络设置,添加SVN服务器绕过代理列表
回答by user3283816
Eclipse preferences. click on General>Network Connections -> change Active Provider value to Manual from the drop down. it worked for me too.
Eclipse 首选项。单击“常规”>“网络连接”-> 从下拉列表中将“活动提供程序”值更改为“手动”。它也对我有用。