On Nov 26, 2007 6:39 PM, <stuart@horuskol.co.uk> wrote:
> I am working on a PHP project which is divided into a core and a number of plugins...
>
> The plugins are subdirectories of the core project, but also with a page file:
>
> root/
> |- plugin_1/
> |- plugin_2/
> |- includes/
> |- index.php
> |- plugin_1_page_1.php
> |- plugin_1_page_2.php
> |- plugin_2_page.php
>
>
> Is it possible to setup the SVN Repository so that I can checkout a working copy of just the core:
>
> root/
> |- includes/
> |- index.php
>
>
> And then either checkout one of the plugins, or start a new plugin as a another sub-project?
>
> If it makes things easier to have the plugin .php files in the plugin folder rather than the root, then I could do that, but would prefer not to have to...
What stops you from checking out the individual directories into a
common parent instead of checking out from root?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Nov 27 00:58:01 2007