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

Projects sharing multiple directories

From: Farrier, John [USA] <farrier_john_at_bah.com>
Date: Wed, 19 Mar 2008 13:43:58 -0400

I am trying to set up a project that has a core svn archive, and many sub-projects (plug-ins). Each of the sub-projects share the directory tree with the core. I looked at the svn:externals, but that did not seem to address this problem. Consider the following as a single svn project directory structure:

 

Program

      Source

            Core

            Plugin1

            Plugin2

      Inputs

            CoreInputs

            Plugin1Inputs

            Plugin2Inputs

 

Then, I want to be able to separately manage a third plug-in that may not get distributed with the rest of the program, but just to some folks. So, I want a second svn project to manage it. That being said, I want the final directory structure to look like:

 

Program

      Source

            Core

            Plugin1

            Plugin2

            *Plugin3

      Inputs

            CoreInputs

            Plugin1Inputs

            Plugin2Inputs

            *Plugin3Inputs

 

Now, this single directory structure contains two overlapping svn projects. Is there a way to manage these two projects independently via svn, but allow them to co-exist in the directory tree like this? I would expect the svn repository to present just these two projects if all worked as I want...

 

      svn->Program

      svn->ProgramPlugin3

 

When sitting at the "Program" level, I would love for svn to report differences in both the core project and the Plugin3 project.

 

Thanks!

 

 
Received on 2008-03-19 18:53:23 CET

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.