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. -- Brane