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

Re: Cloning, branching, and cvs2svn

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-10-05 19:51:08 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> > product1 trunk products/product1
> > product1 .* branches/product1/{branch}
> >
> > .* release([0-9]+) releases/{path}/{1}
> > .* alpha alpha/{path}
> > .* beta beta/{path}
> > .* .* development/{path}/{branch}

I should point out that I believe we're going to advocate a policy of
organizing repositories by product, not by branch.

In other words, we're going to recommend that people lay out
repositories like this:

   /
   /fooproj
   /fooproj/trunk/
   /fooproj/branches/
   /fooproj/tags/
   /barproj
   /barproj/trunk
   /barproj/branches
   /barproj/tags

Instead of this:

   /
   /trunks
   /trunks/fooproj
   /trunks/barproj
   /branches
   /branches/fooproj
   /branches/barproj
   /tags
   /tags/fooproj
   /tags/barproj

It just so happens that the Subversion Repository only contains *one*
project; so we're laying it out like:

   /
   /trunk
   /trunk/...
   /branches
   /branches/...
   /tags
   /tags/...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:44 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.