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

Re: Performance difference between single and multiple repositories

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-06-05 17:25:01 CEST

On Jun 5, 2006, at 16:59, Sinang, Danny wrote:

> Is checkout / checking faster on smaller repositories as compared
> to one gigantic repository ?

As far as I know, the size on disk of the repository on the server
isn't supposed to matter so much. What matters is the size of the
working copy, or more particularly how many directories are in the
working copy. This is why it's a useful speed-enhancing practice to
check out only the part of the repository you're interested in, to
update only the part of the working copy you're interested in, and to
check in only the part of the working copy you're working in. That
way Subversion doesn't have to waste time charting lots of
directories if you already know there aren't any changes in them.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 5 17:26:30 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.