svn status --max-depth [n] (and/or -N, --non-recursive)
From: Ian Brandt <ian_at_ianbrandt.com>
Date: 2006-10-10 00:33:18 CEST
Hi,
When dealing with a large number of changes it's a bit overwhelming to
I would imagine that --non-recursive might be a bit simpler to
The closest workaround I could think up is:
find . -type f -max-depth 1 | xargs svn status
But that doesn't quite cut it because it only gets the status of files
Any thoughts? Any takers?
Thanks,
Ian
---------------------------------------------------------------------
|
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.