|
svn checkout https://myproject.googlecode.com/svn/trunk/ projectname --username MyUsername
会出现错误(SSL handshake failed: Secure connection truncated)
svn checkout http://myproject.googlecode.com/svn/trunk/ projectname-readonly 是可以的 (说明是ssl有问题吧?)
搜索后,还是不能解决(目前把neon(有ssl选项) 和 subversion都重装了)
请问还有什么要设置的吗?
以下是我的安装信息:
1. emerge --info neon
net-libs/neon-0.29.5 was built with the following:
USE="gnutls nls ssl zlib -doc -expat -kerberos -libproxy -pkcs11" LINGUAS="zh_CN -cs -de -fr -ja -nn -pl -ru -tr"
2.emerge --info subversion
dev-vcs/subversion-1.6.16 was built with the following:
USE="dso extras nls perl python webdav-neon -apache2 -bash-completion -berkdb -ctypes-python -debug -doc -emacs -gnome-keyring -java -kde -ruby -sasl -test -vim-syntax -webdav-serf"
(试过 USE="neon" emerge subversion ,emerge --info subversion的结果和上面一样) |
|