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

Re: Sparse directory: how to display the global state of the working copy

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 16 May 2012 10:56:36 +0100

"FOUCHE Emmanuel (EXT Atos Origin)"
<ext.atos-origin.emmanuel.fouche_at_sncf.fr> writes:

> Is there a way to recursively display all excluded directories of a
> given working copy.

svn info -R | awk '/^Path/{p=$2} /^Depth: exclude/{print p}'

-- 
Philip
Received on 2012-05-16 11:57:24 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.