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

RE: [TSVN] Repository structure

From: McKenna, Simon (RGH) <Simon.McKenna_at_rgh.sa.gov.au>
Date: 2005-04-29 04:08:12 CEST

-> If a repository contains several projects ( around 25) which are
-> completely unrelated.
-> Is it better to keep a single repository indexed by project
-> then /trunk
-> / tag / branch
-> Or is it better to create a repository per project.
-> In that case is there a restriction on the numebr of repositories.

No, but putting all of your projects into one repository
may have some (un)desirable consequences...it just depends
on what you want to achieve.

Admin on a single repo is easier (backup/migration), but at the
same time, if for whatever reason your repository becomes corrupted,
then all your projects are affected (but we have 34 repos and not
a single corruption in ~2 years of svn use)

Multiple repos gives you more flexibility, the revision increments
are project related (which I prefer), and for things like testing
FSFS vs BDB you can test it out on a non-critical repo first.

As Lübbe mentioned, there are other issues which you can read about,
but those are a few we've found, personally I'm glad we went down the
multi-repo route. Also, look at how the Subversion/Collab.net folks
themselves do it :)

.02
si

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Apr 29 04:07:18 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.