History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: HAUS-755
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Ben Walding
Reporter: Aslak Hellesoy
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Haus Chores

Anonymous svn broken for all Codehaus projects

Created: 16/Mar/05 12:01 AM   Updated: 02/Jul/05 07:04 PM
Component/s: Subversion
Affects Version/s: short-term
Fix Version/s: short-term

Time Tracking:
Not Specified

Environment: OS-X, svn version 1.1.3 (r12730)


 Description  « Hide
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   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Aslak Hellesoy - 16/Mar/05 01:08 AM
I just discovered that the problem seems to occur for all Haus projects using anonymous svn:

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.


bob mcwhirter - 16/Mar/05 01:27 AM
apparently kicking via daemontools worked.