You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2002/05/31 19:35:17 UTC

mod_dav_svn breakage?

I can't seem to get the svn client to commit to the svn server
(running on the same box, accessed via http://localhost.)

I'm running a totally clean httpd and svn (r2055), both codebases
updated and built this afternoon.  Checkouts and updates work fine,
but commits just hang.

Specifically, the commit hangs after the client sends a
MKACTIVITY... I have gdb running on both sides of the network, and it
seems that both ends are blocking on socket reads (!?!).  Ethereal
says that the last thing over the wire were two newlines at the end of
the client's MKACTIVITY request:


KACTIVITY /svn/erepo/$svn/act/c2f8dad3-d11d-b211-b6ca-ebda4366117b HTTP/1.1
User-Agent: SVN/0.12.0 (dev build) neon/0.19.4
Connection: TE
TE: trailers
Host: localhost



Can anyone else reproduce this problem?  Or is my system whacked?

I'm gonna backdate svn and see if it's a recent svn bug... or maybe
something changed in httpd that mod_dav_svn doesn't like?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: mod_dav_svn breakage?

Posted by Sander Striker <st...@apache.org>.
> From: sussman@collab.net [mailto:sussman@collab.net]
> Sent: 31 May 2002 21:35

> I can't seem to get the svn client to commit to the svn server
> (running on the same box, accessed via http://localhost.)
> 
> I'm running a totally clean httpd and svn (r2055), both codebases
> updated and built this afternoon.  Checkouts and updates work fine,
> but commits just hang.
> 
> Specifically, the commit hangs after the client sends a
> MKACTIVITY... I have gdb running on both sides of the network, and it
> seems that both ends are blocking on socket reads (!?!).  Ethereal
> says that the last thing over the wire were two newlines at the end of
> the client's MKACTIVITY request:
> 
> 
> KACTIVITY /svn/erepo/$svn/act/c2f8dad3-d11d-b211-b6ca-ebda4366117b HTTP/1.1
> User-Agent: SVN/0.12.0 (dev build) neon/0.19.4
> Connection: TE
> TE: trailers
> Host: localhost
> 
> Can anyone else reproduce this problem?  Or is my system whacked?
> 
> I'm gonna backdate svn and see if it's a recent svn bug... or maybe
> something changed in httpd that mod_dav_svn doesn't like?

I'm running HEAD as of today on my box.  Runs fine.

Sander


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org