[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Performance Issue/Hang with 1.5 svnserve

From: Bert Huijben <rhuijben_at_sharpsvn.net>
Date: Wed, 11 Feb 2009 11:13:34 +0100

> -----Original Message-----
> From: Jason Malinowski [mailto:jason_at_jason-m.com]
> Sent: dinsdag 10 februari 2009 22:41
> To: 'Emin.shopper Martinian.shopper'; users_at_subversion.tigris.org
> Cc: 'Marshall White'
> Subject: RE: Performance Issue/Hang with 1.5 svnserve
>
> What 1.5 package are you running svnserves from? I run an svnserve on
> Windows downloaded from http://www.sliksvn.com/en/download and have not
> had
> the issues I saw with my built version on Ubuntu.
>
> Can you watch what's happening with Wireshark or other network tracer?
> The
> problem was clear it was a server issue since it would always pause
> here:
>
> ... ( success ( ( CRAM-MD5 ) 16:XXXXXXXX XXXXXXX ) ) ( CRAM-MD5 ( ) )
>
> Do you see that same behavior?

Are you by any chance using svn://localhost in your url? (or another
hostname that also resolves to an ipv6 address?)

The Slik Subversion package is compiled with IPv6 support enabled and when
the network layer finds an ipv6 and an ipv4 address for a server it tries
ipv6 before ipv4.
(Newer windows versions register ::1 and 127.0.0.1 for the localhost
domainname).

You can easily try if you have this issue by trying an operation to
svn://127.0.0.1/... instead of svn://localhost/...

        Bert

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1138333

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-11 16:54:23 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.