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?

link|improve this question
This is not coding related, should be on serverfault.com – Mike Swift May 17 '11 at 15:52
1  
How did you access your repo before? Using svn://host/, http://host (or https://host), svn+ssh://host/ ..? – Lekensteyn May 17 '11 at 15:52
2  
@Chris - Instead of making fun of the poster's (likely non-native) English, why didn't you just correct the question instead? – ire_and_curses May 17 '11 at 15:54
1  
@Mike Swift - And what would you like to do with the other 8263 questions tagged svn? This is a version control system for programmers! – ire_and_curses May 17 '11 at 15:56
I was accessing the svn repository from Eclipse by adding the repository url svn://host/path-to-repo – acoolguy May 17 '11 at 17:05
show 2 more comments
feedback

migrated from stackoverflow.com May 17 '11 at 16:37

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.