在SVN服务端:
vim svnserve.conf
将anon-access = yes
修改为:anon-access = none
重启SVN服务就可以解决问题了:
/usr/bin/svnserve -d --listen-port 3690 -r /python_repos