Re: detect externals in script

2010-06-24 Thread Paul Dugas
side > of the svn:externals. > > SVN's bindings may provide some better help in there, so definitely look at > those too as there may be yet a better solution. > > BRM > > > > - Original Message >> From: Christian Unger >> To: us

Re: detect externals in script

2010-06-23 Thread BRM
ere may be yet a better solution. BRM - Original Message > From: Christian Unger > To: users@subversion.apache.org > Sent: Wed, June 23, 2010 5:09:09 PM > Subject: Re: detect externals in script > > doesn't `svn pget svn:externals` suffice? you probably want to

Re: detect externals in script

2010-06-23 Thread Christian Unger
doesn't `svn pget svn:externals` suffice? you probably want to look at subversion's bindings - depending on the scripting language you're using On 23.06.2010, at 20:56, Paul Dugas wrote: > I'm looking for a way for a script operating on a working directory to > identify directories that were

Re: detect externals in script

2010-06-23 Thread Tino Schwarze
On Wed, Jun 23, 2010 at 02:56:16PM -0400, Paul Dugas wrote: > I'm looking for a way for a script operating on a working directory to > identify directories that were pulled in via an svn:external. The > script is in the top-level folder of the project and is used to > maintain the common file head

detect externals in script

2010-06-23 Thread Paul Dugas
I'm looking for a way for a script operating on a working directory to identify directories that were pulled in via an svn:external. The script is in the top-level folder of the project and is used to maintain the common file headers for the project and I'd like it to not recurse down into externa