Hello WZRP, hello Per! Am Dienstag, 23. September 2008 13:05:58 schrieb Per Inge Mathisen: > One idea: How about using just one repository, but shaped like this: > > trunk/ > branches/ > tags/ > > then a next level (example from inside trunk): > > trunk/code/ > trunk/data/ > trunk/originals/ > > so if you wanted to download the latest of all, you would do svn up on > trunk, while if you wanted to just grab a new code branch, you'd do > svn up on trunk/code only. Sound good, too.
> I do not see what you gain from using separate repositories, instead > of separate directories inside a single repository. Am I missing > something? I think it is a feature that with a single repository we > would still have one global revision ID for everything, so you could > say, "test revision NNN", instead of "test code revision NNN with data > revision MMM". data/trunk data/branches/X ... Would work too, and is equivalent to the split-repos approach. (Unless SVN shows bad performance with lots of data/revisions in one repos.) (Sidenote: For Git (git-svn) this would mean to mirror the data/originals/code into different repositories, but that should not be an issue, I think.) --Devu
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
