vendor branch and externals on local projects
From: Anthony Ettinger <anthony_at_chovy.com>
Date: Fri, 7 Mar 2008 09:58:39 -0800
I found myself in a precarious situation formulating a re-usable
This is how my svn structure is now:
./vendor/package1/current (always the current release I am using)
This is pretty straight forward using svn-load-dirs.pl
Now, I also want to customize this, so I added a customization layer
This is where I will add my modifications that all other projects will use.
Now...the last step is all the projects that use this customization
./project1/package1 (svn:externals rule using ./customizations/package1)
The problem is I do have to make some changes at the project level,
$ svn st
Performing status on external item at 'htdocs'
If I checkin the config.php or remove the index.php from svn, the
Short of simply ignoring these local changes, is there any other way
-- Anthony Ettinger 408-656-2473 http://anthony.ettinger.name --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-03-07 18:59:10 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.