svn connection refused - how to fix

This is a message that most of us don't want to see:

svn: Can't connect to host 'www.yourdomain.com': Connection refused

If you can't connect to your svn repository from a different server, then you've likely crashed svnserve.

Try this command:

$ sudo svnserve -d  -r /path/to/your/svn/repository

No comments:

Post a Comment