tags:

views:

12

answers:

0

Hi,

I have an svn repository on Centos 5.x. When i try accessing the repository through my browser, all works fine - all is via http.

I now want to connect to this svn repository through myeclipse ide. All stoped working suddenly (haven't done any update), I have tried subclipse and subversive, need to add that this problem happens with one SVN only all my other SVN servers works fine.

here you have my error:

org.tigris.subversion.javahl.ClientException: RA layer request failed
svn: Commit failed (details follow):
svn: PROPFIND of '/repos/...': could not connect to server (http://svn.example)

org.tigris.subversion.javahl.ClientException: RA layer request failed
svn: Commit failed (details follow):
svn: PROPFIND of '/repos/...': could not connect to server (http://svn.example)

Looks like firewall but as I said, firewall is fine as I can access all through browser.

Thanks for help.