Sounds OK to me, though I thought there had been some talk about
something more like
trunk/server
trunk/other
trunk/another
server/branches
server/tags
other/branches
other/tags
another/branches
another/tags
Or something like that -- where all the trunks were together but all
the branches and tags were separate. Or am I making that up?
Thanks,
Aaron
On 8/15/06, Jason Dillon <jason@planet57.com> wrote:
> I think we should move the top-level trunk, tags and branches to
> server/*. This will make the top-level of our repository more
> consistent.
>
> Specifically, I think we should:
>
> svn mkdir https://svn.apache.org/repos/asf/geronimo/server
> svn mv https://svn.apache.org/repos/asf/geronimo/tags https://
> svn.apache.org/repos/asf/geronimo/server/tags
> svn mv https://svn.apache.org/repos/asf/geronimo/trunk https://
> svn.apache.org/repos/asf/geronimo/server/trunk
> svn mv https://svn.apache.org/repos/asf/geronimo/branches https://
> svn.apache.org/repos/asf/geronimo/server/branches
>
> And then update the pom's in server/trunk to reflect the new location
> for scm tags.
>
> --jason
>
|