On Fri, Mar 13, 2015 at 04:40:14PM +0400, Timour Khanipov wrote:
> It would be nice however for the 'svn status' command to have a flag
> which would not show or mark in a special way the files which have only
> whitespace and/or end of line style changes. This flag exists for the
> 'svn diff' command ('-x --ignore-space-change --ignore-eol-style ' etc).
> What do you think of adding similar flags for the 'svn status' command?

Sounds like a good idea.

If your working copy is single-revision (`svnversion` doesn't print
colons or letters), you could simulate that functionality with:

% svn diff --summarize -r BASE -x-w

Reply via email to