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

Multiple URLs in a single working copy sharing directories

From: Shane Holder <Shane.Holder_at_misgroupusa.com>
Date: 2007-05-07 20:20:26 CEST

Is it possible to have a single working copy comprised of multiple URL's
where the same directory structure is shared by the URLs being checked
out?

 

I'm working with a 3rd party vendor who has a base module upon which
other modules reference. There are several modules (~100M per module)
so I don't want to have a single structure which contains everything, I
would like to be able to efficiently mix and match modules based upon
the base module.

 

The structure of the files I need to manage are:

 

Base:\src\App\Common

Base:\src\Database\Common

module1:\src\App\m1

module1:\src\Database\m1

module2:\src\App\m2

module2:\src\Database\m2

  

I would like to create a repository which has

 

File://svn/base

File://svn/module1

File://svn/module2

 

Which a developer would then check out base and module1 which would
create

 

\myProject\src\App\{common,m1}

\myproject\src\Database\{common,m1}

 

Or base and module 1 and 2

\myProject\src\App\{common,m1,m2}

\myproject\src\Database\{common,m1,m2}

 

Any help would be most appreciated.

 

Thanks,

Shane
Received on Thu May 10 02:40:50 2007

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.