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

RE: Multi-module repositories

From: Gavin Lambert <gavinl_at_compacsort.com>
Date: 2005-11-20 22:14:05 CET

Quoth Peter Herth <mailto:p.herth@gmail.com>:
> The arrangement of the repository would be no problem, but as
> I wrote, checking out the whole repository is not possible.
[...]
> Interesting that it is possible to operate, when the
> subdirectories are on arbitrary parts of the repository
> (since branches are only files in another directory) but not
> on "incomplete" checkouts.

SVN does have the theoretical capacity to do that, via a nonrecursive
checkout. However as stated earlier currently that feature is broken.

A workaround could be to use svn:external URLs, as someone else already
posted. So for each logical grouping of modules, create a folder whose
sole purpose is to contain the necessary svn:external references to the
"real" modules. It's a little trickier to branch only one of the
modules in this case, however.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 20 22:15:54 2005

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.