As shown above:

Cause 1: The SVN does not start successfully

Possible cause 2: The firewall does not have the SVN port number 3690

Solutions:

1. Start the SVN service

Svnserve-d -r SVN path For example, svnserve-d -r/SVN /

2. Check whether the firewall port number has port 3690

cd /etc/sysconfig

vim iptables

If port 3690 is added to the firewall after the SVN is restarted, then it is normal;

If there is no 3690 port number then copy one of them and change the port number to 3690.

END–