If you get error messages like “svn: OPTIONS of ‘http://svn.example.com/svn/module’: could not connect to server (http://svn.example.com)” in Debian Squeeze/testing, you probably have the same problem as I. It appears that recently a broken neon library was transferred to debian/testing repository, what broke subversion client functionality. There are few options.
First, you can wait until fixed versions of those packages are included and then upgrade them – but God only knows when this will happen.
Second, you can get fixed packages from unstable branch of Debian repository. This generally works, but you would have to include all dependent packages, what could be quite large amount. All necessary packages can be found here, but I didn’t test them.
Third option, which I have chosen, is to do a temporary fix by adding line http-library=serf to your ~/.subversion/servers file, and after new packages are available, upgrade them.
| Tags: | debian, Linux, squeeze, subversion, testing. |
6 Responses to “SVN problems in Debian Squeeze/testing”
Leave a Reply
Search
Recent Comments:
- dan [August 30, 2010] on [linux] Upgrading Debian Lenny to Testing halts on udev package
- manu, from france [August 22, 2010] on [linux] Upgrading Debian Lenny to Testing halts on udev package
- Heino [August 22, 2010] on [Linux] PHP not working in userdir (public_html)
- Mark [August 22, 2010] on [linux] Upgrading Debian Lenny to Testing halts on udev package
- Karl from Malaga [August 17, 2010] on [linux] Upgrading Debian Lenny to Testing halts on udev package



You are the man. Thanks.
Thanx!!.. Worked instantly.
Saved my day. Thanks.
Hi,
I made upgrade Debian Lenny (main) –> Debian Squeeze (testing). With svn I got the same problem as mentioned here.
I inserted “http-library=serf” into the “~/.subversion/servers” file, but got another problem:
“svn: The OPTIONS response did not include the requested version-controlled-configuration value”
Any help ?
Possible solution for the “The OPTIONS response did not include the requested version-controlled-configuration value” is in complete removing the svn-handled files/directories and download (svn checkout) them again…But this is not comfortable, better solution must be found.
I had this problem in the past, solved it like in the post above. Recently, trying to checkout yafaray, I got the error message mentioned in comment #4. Curiously, I had to comment out the http-library=serf line, and it worked… Probably the problem is fixed in debian’s svn, but thanks for this post, that reminded me to check the svn config file!