svn: OPTIONS错误

完整的异常如下:
svn: OPTIONS of 'http://xxxx/trunk': could not connect to server (http://xxxx)

我的运行环境是
Debian squeeze (testing)
subversion 1.5.6

网上google好像很多类似这样的异常,可是多数没有符合我环境的答案,其实这应该算是svn for debian的一个bug::
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531338
好像只要将libneon27相关lib升级到0.28.4-2以上就可以了。

以下是我手工升级libneon27的一些相关包(注意包之间的依赖关系哦):
  • wget -c http://ftp.tw.debian.org/debian/pool/main/k/krb5/libkrb5support0_1.7dfsg~beta3-1_i386.deb
  • wget -c http://ftp.tw.debian.org/debian/pool/main/k/krb5/libk5crypto3_1.7dfsg~beta3-1_i386.deb
  • wget -c http://ftp.tw.debian.org/debian/pool/main/k/krb5/libkrb5-3_1.7dfsg~beta3-1_i386.deb
  • wget -c http://ftp.tw.debian.org/debian/pool/main/k/krb5/libgssapi-krb5-2_1.7dfsg~beta3-1_i386.deb
  • wget -c http://ftp.tw.debian.org/debian/pool/main/n/neon27/libneon27-gnutls_0.28.4-3_i386.deb


最后直接 sudo dpkg -i *.deb 即可。


你可能感兴趣的:(C++,c,SVN,Debian,C#)