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

slow "svn list" from svn client, but fine from tortoiseSVN

From: <tom_at_limepepper.co.uk>
Date: 2006-10-31 17:54:18 CET

Hi,

this is probably not a entirely on-topic question, as it relates to
svn client tools in the cygwin packages. However, I am experiencing an
odd problem where tortoiseSVN (over httpd) and local access (httpd
using localhost) are fine (<.1secs), but using the svn client tool
with the current cygwin package takes about 6-12 seconds to do a "svn
list". interestingly, even doing a "svn --version" takes about 2-3
seconds;
$ time svn list --username user2 --password password
http://testbox/repos/site2
/
testfiloe.c

real 0m12.222s
user 0m0.031s
sys 0m0.328s

$ time svn --version
svn, version 1.4.0 (r21228)
    compiled Sep 11 2006, 17:46:59

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
   - handles 'http' scheme
   - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
   - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
   - handles 'file' scheme

real 0m2.521s
user 0m0.031s
sys 0m0.234s

If I call the httpd server direct, then the response is well less than
0.5secs. And if I use the URL exactly the same in the tortoiseSVN
repos browser, viewing the repository is very fast.

Any ideas what I might be able to do to fix this?

Thanks,

Tom H

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 31 17:55:01 2006

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.