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

svn:externals and shared projects

From: Sander van der Wal <svdwal_at_mBrainSoftware.com>
Date: 2006-08-29 10:26:04 CEST

A quick question about using svn:externals and multiple libraries

Lets say I have project A, library B and Library C. These are all separate
folders in a repository, with the usual layout. There is a need for B and C
to be different projects, project D also uses B and C, and project F uses C
too.

In this case, Project A uses library B and Library C. Library B also uses
Library C.

If I use svn:externals to connect B and C to A and C to B, I think I would
get the following folder structure in the sandbox.

Project A
    docs
    src
    library B | folder pulled in because of svn:externals mapping B to A
       docs
       src
       Library C | folder pulled in because of svn:externals mapping C to B
           docs
           src
    Library C | folder pulled in because of svn:externals mapping C to A
        docs
        src

i.e There are two copies of Library C in the sandbox.

Best regards

Sander van der Wal
www.mBrainSoftware.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 29 10:27:58 2006

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.