Re: [SVN-MIGRATION] Argh!

[email protected] (Hannes Magnusson) Sat, 11 Jul 2009 17:22:33 +0200
Newsgroups svn.migration
Message-ID <[email protected]>
On Sat, Jul 11, 2009 at 16:30, Rasmus Lerdorf<[email protected]> wrote:
> Gwynne and I talked briefly about changing the svn directory layout to
> put trunk and branches at the very top to make things more cvs-like.
> She was saying that this is not how svn is usually organized, but
> looking around I see other large projects doing that.

How about making "alias repositories" which would be empty repos with
bunch of svn:externals pointing to trunk?

/repository/pecl-packages
  svn:externals /repository/pecl/*/trunk

/repository/pear-packages
 svn:externals /repository/pear/packages/*/trunk

/repository/web-all
  svn:externals /repository/web/*/trunk

-Hannes