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

Re: Projects sharing multiple directories

From: Matthew Pounsett <matt_at_conundrum.com>
Date: Wed, 19 Mar 2008 14:44:58 -0400

On 19-Mar-2008, at 13:43 , Farrier, John [USA] wrote:

> 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:

You don't need a separate repository in order to manage the code
separately, or distribute the final product separately. The former is
(most likely) a question of your development process, and the latter
some good Makefiles. Personally, I'd recommend building the
repository with the second structure, below, rather than trying to use
something like svn:externals.

>
>
>
>
> Program
>
> Source
>
> Core
>
> Plugin1
>
> Plugin2
>
> *Plugin3
>
> Inputs
>
> CoreInputs
>
> Plugin1Inputs
>
> Plugin2Inputs
>
> *Plugin3Inputs

Received on 2008-03-19 19:45:50 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.