天天看点

centos下subversion安装

centos下安装svn客户端subversion历程

正常安装subversion,发现无法checkout以https开头的项目,原来是差http和https的schema,只要安装subversion的时候指定neon就行,正常安装neon发现默认状态下只支持http,https需要openssl支持,重新安装neon,带参数 --with-ssl --with-libs=/usr/local/ssl

安装subversion:

./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --with-neon=/usr/local/neon

继续阅读