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

Repository Layout (was Re: Communicating through the VC tool)

From: Jim Correia <jim.correia_at_pobox.com>
Date: 2004-04-02 22:13:59 CEST

On Apr 2, 2004, at 2:57 PM, Ben Collins-Sussman wrote:

> Seriously. This is one of the big reasons we recommend a specific
> layout in the book, what we call the 'project root':
>
> project/
> trunk/
> branches/
> tags/

So if I had some shared code between two projects, what is the
recommendation?

trunk/projectA
trunk/projectB
trunk/shared
branches/...
tags/...

or

projectA/
        trunk/
        branches/
        tags/
projectB/
        trunks/
        branches/
        tags/

etc using externals?

Do I understand right that with externals I'll have to commit once for
the "root", and once for the "external root"?
Do externals complicate the branch/tag scenario?

Or is there another layout that would work in this situation?

Thanks,
Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 2 22:14:16 2004

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

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