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

Re: Significant checkout performance degradation between 1.6.1 and 1.7b2

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 9 Aug 2011 11:52:11 -0400

On Tue, Aug 9, 2011 at 8:49 AM, Ketting, Michael <michael.ketting_at_rubicon.eu
> wrote:

> Hi Mark!
>
> Yes, I'm using HTTP. Well, HTTPS, but from the rest of your response, that
> looks like a minor detail.
>
> This tidbit about the library is interesting news. I just did a bit of
> mailing-list research on this subject.
> How do I switch the library? Is there a command line option or a
> config-setting for this?
> I'm using the precompiled version from collabnet, and have never actually
> compiled subversion myself.
>

In Windows Explorer type %APPDATA%\Subversion in the address bar. This will
take you to the folder where the configuration is stored.

Open the file named "servers" in a text editor like Notepad.

Scroll to the bottom section and add:

[global]
http-library = neon

This explicitly sets it to use Neon. Keep in mind, that it looks like
TortoiseSVN is already compiled with Neon as the default, just as SVN 1.6
is. So most likely this will not change anything. I do not know when
TortoiseSVN changed the default, so it is possible you have a client
compiled with Serf as default. It is worth a shot anyway.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2011-08-09 17:52:42 CEST

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

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