You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Sinang, Danny" <D....@spi-bpo.com> on 2006/06/05 14:59:32 UTC

Performance difference between single and multiple repositories

Hello,
 
Is checkout / checking faster on smaller repositories as compared to one
gigantic repository ?
 
Regards,
Danny
 
 

Re: Performance difference between single and multiple repositories

Posted by Ryan Schmidt <su...@ryandesign.com>.
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