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

Re: Slowness of svn and http

From: Jack Repenning <jrepenning_at_collab.net>
Date: 2003-07-17 19:49:01 CEST

At 12:28 PM -0500 7/17/03, Kirby C. Bohling wrote:
>As nearly as I can tell, that's roughly what a check out of HEAD is.
>You get the files from apache, you uncompress them once, you write them
>to disk twice. That'd give you a rough idea of what the overhead of
>running subversion is. Did I get that correct?

I'm not sure what this experiment tells us. The net result of this
process is only files on your local disk; it does not connect you to
the VC system. If that's all you need, then by all means, just
download and unpack the tarball once!

On the other hand, if you're actually looking for VC (so you can get
changes more efficiently, or so you can commit changes back in, or
all the other stuff that VC provides), then it's hard to understand
the spread between this experiment and actual VC. This experiment
doesn't include creating the various state stuff in .svn/ (you've
covered the base text copy, but not the rest). This experiment also
doesn't cover any of the server-side work necessary to accomplish
your request (selecting the particular versions you want).

-- 
-==-
Jack Repenning
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
o: 650.228.2562
c: 408.835-8090
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 27 15:53:11 2003

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.