Re: Svn externals question

2010-11-08 Thread Stefan Sperling
On Mon, Nov 08, 2010 at 10:24:03AM -, Hutchinson, Steve (UK) wrote: Do it the other way: Store your component configuration in a versioned file or even a database, and write a script to configure svn:externals properties based on that data. Maybe even add an automated check into the mix

RE: Svn externals question

2010-11-08 Thread Hutchinson, Steve (UK)
Stefan, Your point well understood now. Thanks for the clarification, appreciated. Steve H -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: 08 November 2010 17:01 To: Hutchinson, Steve (UK) Cc: users@subversion.apache.org Subject: Re: Svn externals question

Svn externals question

2010-11-05 Thread Hutchinson, Steve (UK)
Hi, Currently we are attempting to use svn externals to help build various projects from what I would call a few reuse repositories. We are attempting to be structured as to what level of design hierarchy we apply the properties but sometimes when we inherit a design people can spend a bit of

Re: Svn externals question

2010-11-05 Thread Jack Repenning
In a checked-out working copy, svn status marks directories loaded by virtue of svn:externals with an 'X'. Other props, and finding even that one from the repository, requires scripting a loop to use svn plist or similar, I believe. Sent from my iPhone On Nov 5, 2010, at 9:50 AM,

Re: Svn externals question

2010-11-05 Thread Stefan Sperling
On Fri, Nov 05, 2010 at 01:49:03PM -, Hutchinson, Steve (UK) wrote: Hi, Currently we are attempting to use svn externals to help build various projects from what I would call a few reuse repositories. We are attempting to be structured as to what level of design hierarchy we apply the

Re: Svn externals question

2010-11-05 Thread Jack Repenning
If you do switch to the approach Stefan suggests (and I agree, it's probably more satisfactory) you also might want to use svn switch instead of the svn:externals. You'll still have the auditable, versioned definition of your canonical configuration (in the form of the script), but also there

Re: Svn externals question

2010-11-05 Thread Stefan Sperling
On Fri, Nov 05, 2010 at 11:03:58AM -0400, Jack Repenning wrote: If you do switch to the approach Stefan suggests (and I agree, it's probably more satisfactory) you also might want to use svn switch instead of the svn:externals. You'll still have the auditable, versioned definition of your

Re: Svn externals question

2010-11-05 Thread Johan Corveleyn
On Fri, Nov 5, 2010 at 3:09 PM, Stefan Sperling s...@elego.de wrote: On Fri, Nov 05, 2010 at 01:49:03PM -, Hutchinson, Steve (UK) wrote: Hi, Currently we are attempting to use svn externals to help build various projects from what I would call a few reuse repositories. We are attempting

Re: Svn externals question

2010-11-05 Thread David Weintraub
On Fri, Nov 5, 2010 at 9:49 AM, Hutchinson, Steve (UK) steven.hutchin...@mbda-systems.com wrote: Is there a simple way of identifying in a structure folders that have external properties, come to think of it maybe any form of property ? Not 100% clear what you're looking for. You could be

Re: Svn externals question

2010-11-05 Thread David Weintraub
On Fri, Nov 5, 2010 at 10:09 AM, Stefan Sperling s...@elego.de wrote: The designers of the externals feature envisioned maybe a handful of external library dependencies that don't vary much over time. These are automatically pulled into a working copy, much like an automated svn checkout.

Re: Svn externals question

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 11:54, David Weintraub wrote: The big problem with svn:externals is that they don't version very well. The problem is that the external directories themselves aren't tagged or branched when I did my tag or branch If this is important to you, then you should use the