7

I am using Eclipse Indigo and Subversive SVN Team provider.

While i was generating projects using SVN repository i provided user name and password.

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

merveotesi
  • 2,145
  • 15
  • 53
  • 84

6 Answers6

9

Just open eclipse preferences. click on General>Network Connections.

Then according to the environment, set active provider and other proxy settings.

Mohammad Faisal
  • 5,783
  • 15
  • 70
  • 117
TechGuy
  • 329
  • 3
  • 8
6

Eclipse preferences. click on General>Network Connections -> change Active Provider value to Manual from the drop down. it worked for me.

Mohammad Faisal
  • 5,783
  • 15
  • 70
  • 117
Jeeri
  • 484
  • 2
  • 7
  • 18
5

The PROPFIND request failure probably means, Subversive cannot read contents from the server. A more detailed error message might be present in the Error log view (Window/Show view/Other..., and there it is in the General category, if I remember correctly).

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.

Zoltán Ujhelyi
  • 13,788
  • 2
  • 32
  • 37
2

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

Note: replace proxy.srv.com, and svn.srv.com with your actual urls
See answer also

enter image description here

Jonathan L
  • 9,552
  • 4
  • 49
  • 38
1

Check your eclipse network setting , add SVN server to bypass proxy list

0

Eclipse preferences. click on General>Network Connections -> change Active Provider value to Manual from the drop down. it worked for me too.