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

Re: Slow checkout and commit when working copy is on a network drive

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-17 16:24:29 CEST

On Thu, 2004-06-17 at 01:34, Craig Putnam wrote:

> A checkout of the same repository onto the C: drive takes 3.8 seconds. I
> know that I can't (or shouldn't) keep the repository on a networked drive,
> but I haven't read anything about the working copy.

It's fine to keep a working copy on a network drive.

But the subversion client creates/manipulates/copies/moves dozens of
tiny little administrative files within the .svn/ directory during a
checkout. I'm guessing you have horrible latency between your local
computer and the remote machine. Every time a tiny .svn/ file is
accessed, there's probably a huge delay in the network
request/response. Zillions of network turnarounds.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 17 16:28:00 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.