On Fri, Jul 6, 2018 at 5:09 AM Branko Čibej <br...@apache.org> wrote:
> On 29.06.2018 17:04, Julian Foad wrote: > > Nathan Hartman wrote: > >> We make extensive use of externals, so "svn st" outputs many lines > >> beginning with X. Running "svn st --ignore-externals" gets rid of the > >> "Performing status on external item at" output, but not the "X" lines. > >> Is it possible to avoid those as well? > > I would consider supporting a proposal for "svn status" to be > improved/changed, if you'd like to make such a proposal. > > Interestingly enough, 'svn status --quiet' already does this, it's just > not very explicitly mentioned in the help text. Thank you for mentioning this. Unfortunately that also hides any mention of unversioned items, so I will probably forget to add files that should be added. >