"FOUCHE Emmanuel (EXT Atos Origin)" <[email protected]> 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
"FOUCHE Emmanuel (EXT Atos Origin)" <[email protected]> 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