Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Subversive "Connection Failed By Server"

Tags:

eclipse

svn

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

like image 677
merveotesi Avatar asked Oct 29 '11 09:10

merveotesi


2 Answers

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

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

like image 181
TechGuy Avatar answered Oct 02 '22 10:10

TechGuy


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

like image 44
Jeeri Avatar answered Oct 02 '22 10:10

Jeeri