I am not a commiter (just an happy user!), but I would suggest the following layout:
asf-repo/ jakarta/ lucene/ trunk/ core/ sandbox/ branches/ tags/ This layout will allow tags and branches of both core and sandbox to be kept in sync without any effort. Does this make any sense? Giulio Cesare Solaroli On Sun, 19 Dec 2004 17:42:47 -0500, Garrett Rooney <[EMAIL PROTECTED]> wrote: > Henri Yandell wrote: > > I'd like to see it be in the same subproject directory somehow; something > > like: > > > > asf-repo/ > > jakarta/ > > lucene/ > > tags/ > > branches/ > > trunk/ > > sandbox/ > > tags/ > > branches/ > > trunk/ > > > > though that's a bit ugly. My main aim is to keep the jakarta directory > > simple and atomic for sub-project. > > That seems reasonable enough. I'm not really an infra person, but I am > a Subversion person, so I'll try to give a few pointers from what I've > seen... > > > From what I understand of SVN, there's no reason why they couldn't > > have different committers. > > Correct, mod_authz_svn will allow you to give people access to just the > sandbox if you so desire. > > > Not sure, might be worth seeing what the svn experts on infra think on > > the sandbox issue. > > Putting it in a separate directory (like you have here) is pretty much > the standard Subversion way of doing things. The only real question IMO > is if you want the trunk/tags/branches directories for the core lucene > project to go in a top level directory under jakarta/lucene. Another > way of doing things is something like this: > > asf-repo/ > jakarta/ > lucene/ > lucene/ > trunk/ > branches/ > tags/ > sandbox/ > trunk/ > branches/ > tags/ > > This might make things simpler for the eventual move of lucene into a > top level ASF project. All you'd have to do is mv jakarta/lucene search > and you'd be all set. Note that this is also similar to how the httpd > and apr projects are layed out, a single asf/foo directory with multiple > subdirectories under it for the projects under that umbrella. > > -garrett > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]