I have a problem accessing my SVN repository. After re-booting my Linux host, my SVN repositories on that host are in-accessible. Although I can create new repositories on that host with the svnadmin create command, the newly created repositories are still not accessible. In the configuration file of the repository I have enabled Read/Write for anonymous access, but this doesn't seem to help.
What could be the problem? If SVN needs to be restarted or something, how do I do that safely?
svn://host/,http://host(orhttps://host),svn+ssh://host/..? – Lekensteyn May 17 '11 at 15:52svn? This is a version control system for programmers! – ire_and_curses May 17 '11 at 15:56