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