[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Status of files with whitespace and EOL changes only

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 20 Mar 2015 00:00:27 +0000

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
Received on 2015-03-20 01:07:20 CET

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.