2012/5/15 FOUCHE Emmanuel (EXT Atos Origin) <ext.atos-origin.emmanuel.fou...@sncf.fr>: > 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 missing (excluded) child directory, I can run: > "svn info <child_dir>" > That would mean I must check the repository on the server to know the > subdirectories' names. > > Is there a way to recursively display all excluded directories of a given > working copy. >
"svn ls" displays all subdirectories, regardless of whether they are excluded in the local wc. Maybe there other ways, but I do not recall now. Best regards, Konstantin Kolinko