[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: FOUCHE Emmanuel (EXT Atos Origin) <ext.atos-origin.emmanuel.fouche_at_sncf.fr>
Date: Wed, 16 May 2012 13:51:50 +0200

 

As I am on Windows XP, I had to install gnuwin32's gawk before testing.
Minor changes to the command line are required:
svn info -R | awk "/^Path/{p=$2} /^Depth: exclude/{print p}"

Thanks

-----Message d'origine-----
De : MARTIN PHILIP [mailto:codematters_at_ntlworld.com] De la part de Philip Martin
Envoyé : mercredi 16 mai 2012 11:57
À : FOUCHE Emmanuel (EXT Atos Origin)
Cc : users_at_subversion.apache.org
Objet : Re: Sparse directory: how to display the global state of the working copy

"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
-------
Ce message et toutes les pièces jointes sont établis à l'intention exclusive de ses destinataires et sont confidentiels. L'intégrité de ce message n'étant pas assurée sur Internet, la SNCF ne peut être tenue responsable des altérations qui pourraient se produire sur son contenu. Toute publication, utilisation, reproduction, ou diffusion, même partielle, non autorisée préalablement par la SNCF, est strictement interdite. Si vous n'êtes pas le destinataire de ce message, merci d'en avertir immédiatement l'expéditeur et de le détruire.
-------
This message and any attachments are intended solely for the addressees and are confidential. SNCF may not be held responsible for their contents whose accuracy and completeness cannot be guaranteed over the Internet. Unauthorized use, disclosure, distribution, copying, or any part thereof is strictly prohibited. If you are not the intended recipient of this message, please notify the sender immediately and delete it. 
Received on 2012-05-16 13:52:25 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.