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

2012-05-16 Thread FOUCHE Emmanuel (EXT Atos Origin)
De la part de Philip Martin Envoyé : mercredi 16 mai 2012 11:57 À : FOUCHE Emmanuel (EXT Atos Origin) Cc : users@subversion.apache.org Objet : Re: Sparse directory: how to display the global state of the working copy "FOUCHE Emmanuel (EXT Atos Origin)" writes: > Is there a way to

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

2012-05-16 Thread Philip Martin
"FOUCHE Emmanuel (EXT Atos Origin)" 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

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

2012-05-15 Thread Konstantin Kolinko
2012/5/15 FOUCHE Emmanuel (EXT Atos Origin) : > Hi > > Suppose you explore a working copy, that is known to contain sparse > directory, but you do not know, or remember, which one have been excluded. > > Using svn-1.7.4 collabnet CLI client, I can tell "svn info" on the parent > directory does not

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

2012-05-15 Thread FOUCHE Emmanuel (EXT Atos Origin)
Hi Suppose you explore a working copy, that is known to contain sparse directory, but you do not know, or remember, which one have been excluded. Using svn-1.7.4 collabnet CLI client, I can tell "svn info" on the parent directory does not display "Depth: exclude". If I know the name of the miss