It seems like Ben's recent move of DC's svn (
HAUS-727) has broken anonymous svn access (svn+ssh works)
works:
svn log svn+ssh://rinkrank@beaver.codehaus.org/home/projects/damagecontrol/svn/trunk -r HEAD
hangs:
svn log svn://beaver.codehaus.org/damagecontrol/scm/trunk/damagecontrol -r HEAD
hangs too (the old url):
svn log svn://beaver.codehaus.org/damagecontrol/svn/trunk/damagecontrol -r HEAD
Anonymous svn worked fine until this recent change
All of these hang:
svn log svn://beaver.codehaus.org/selenium/scm/trunk -r HEAD
svn log svn://svn.cargo.codehaus.org/cargo/scm/cargo/trunk -r HEAD
I thought maybe svnserve is not running, so I did a 'ps aux | grep svnserve' and found a shitload of them running as apache. I couldn't find any despot docs on svnserve, so I tried a quick bounce of apache with 'sudo /usr/local/apache/bin/apachectl graceful'. That didn't help the least bit. I'm lost here.