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
I'm working with a 3rd party vendor who has a base module upon which
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
\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
|
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.