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

Re: detect externals in script

From: Tino Schwarze <subversion.lists_at_tisc.de>
Date: Wed, 23 Jun 2010 21:46:13 +0200

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 headers for the project and I'd like it to
> not recurse down into externals.

What about using "svn proplist svn:externals" on the directory being
processed, then skipping the entries specified therein? (Which might be
non-trivial given that there are two formats IIRC).

HTH,

Tino.

-- 
"What we nourish flourishes." - "Was wir nähren erblüht."
www.tisc.de
Received on 2010-06-23 21:46:52 CEST

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.