1 \如果不采用单点登录,可以为:
http://ip:8089/csvn/login/auth?login_error=1
2、出现严重: Problems copying method. Incompatible JVM? ,采用jdk1.7解决问题。
I know 2.4.4 doesn't work with 1.8_60. Change the jdk to 1.7. I think 1.8_30 is compatible but I'm not sure. I use 1.7 and works fine.

如果Subversion无法启动,则需要去csvn/bin下运行
./csvn-httpd start
如果抛出错误,则按错误进行修改
例如建立/tmp/cache目录,即可。
如果出现端口占用:
只需:
netstat -anp|grep 443(端口)
lsof -i:443
杀掉端口 kill -9 <pid>
2621

被折叠的 条评论
为什么被折叠?



