On Wed, May 2, 2018 at 5:13 PM, Bo Berglund <bo.bergl...@gmail.com> wrote:
> On Wed, 2 May 2018 16:43:06 -0400, Paul Greene
> <paul.greene...@gmail.com> wrote:
>
>>Ok, thanks, I was hoping I wouldn't have to manually create 110 folders and
>>set permissions, but it is what it is.
>
> And additionally since you have 110 repositories you need to run
> svnsync against each of these every time you want the sync to
> happen...
>
> I have structured my repos (9 of them) to contain the projects as top
> level directories, so there is only one command to run per repo to
> sync it with all of the upwards of 50-100 projects in each repo.

This is a very common but increasingly dangerous optimization as the
number of repositories grows. It makes all repositories dependent on a
single system, and makes rmanaging accidental bulky or high frequency
commits much harder to backup or cleanup.

Reply via email to