Subversion, connection reset

2

I am having a great deal of difficulty performing "history" oriented operations in subversion. Installed version is 1.6.x on a LAMP Ubuntu server. I am using Eclipse as a SVN client but I've also tried it with SVNx, and Tortoise on a Windows instance.

The error I am getting when performing a "compare with latest from repository" is

SVN: '0x0000000c: Locate URL in History' operation finished with error: svn: Connection reset

I have set the apache TIMEOUT directive at 1200, but the error comes up after about 5 minutes.

Suggestions? This is killing me...

eclipse
svn
asked on Stack Overflow Mar 7, 2013 by Rob Brandt

1 Answer

0

Try changing the http-timeout in your ~/.subversion/servers file

see http://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html

Never changed it in eclipse's subclipse plugin but looks like this setting might be relevant:

Team > SVN > Configuration Location

enter image description here

I've seen this setting misnamed in IntelliJ as a "proxy timeout"

answered on Stack Overflow Mar 12, 2013 by vinnyjames

User contributions licensed under CC BY-SA 3.0