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

Apache very slow, svnserve fast under Windows 2003 server

From: Håvard Vold <hovoid_at_hotmail.com>
Date: 2004-12-16 19:59:22 CET

I am confused and blearyeyed after having read manuals, FAQs and newsgroups.

Having had a splendid experience with using subversion repositories on RH
and SuSE Linux and Windows 2000 Server, I decided to install Apache2 with
WebDAV and mod_dav_svn etc on a Windows 2003 Server box.

No joy! Doing an svn list through Apache on localhost as well as from Red
Hat, SuSE and Windows XP took over five minutes for a repository with some
200 C++ files and eighty revision levels.
Stopping Apache and starting svnserver -d on the same server gave almost
instantaneous response locally as well as across the switched 1GBit subnet
that these machines are on. There was no other traffic on the subnet.
Starting Apache again gave the same sorry results.

Has anybody the same experiences?? I am stumped (probably does not take
much)

Håvard Vold

Configuration

Windows 2003 Server, servicepacks and patches up to date according to MS

Apache HTTP Server 2.0.52
Subversion 1.1.0 (r11180)

httpd.conf

<snip>

#
# Subversion Section
#
<Location /svn>
  DAV svn
  SVNParentPath /public/Repositories
</Location>

</snip>

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 16 20:06:34 2004

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.