Re: svn diff / blame -x --ignore-space-change doesn't ignore EOL style changes

2011-04-20 Thread Daniel Shahaf
On Thu, 21 Apr 2011 07:16 +0300, "Stanimir Stamenkov" wrote: > Thu, 21 Apr 2011 07:07:31 +0300, /Daniel Shahaf/: > > On Wed, 20 Apr 2011 21:38 +0200, "Johan Corveleyn" wrote: > >> Can't you just use both options? > >> svn diff / blame -x --ignore-space-change -x --ignore-eol-style > >> > >

Re: svn diff / blame -x --ignore-space-change doesn't ignore EOL style changes

2011-04-20 Thread Stanimir Stamenkov
Thu, 21 Apr 2011 07:07:31 +0300, /Daniel Shahaf/: On Wed, 20 Apr 2011 21:38 +0200, "Johan Corveleyn" wrote: No, I don't think that's correct. --ignore-space-change: ignores changes in the amount of white-space, but not ignoring "all white-space". This means that "having no white-space" in not

Re: svn diff / blame -x --ignore-space-change doesn't ignore EOL style changes

2011-04-20 Thread Daniel Shahaf
On Wed, 20 Apr 2011 21:38 +0200, "Johan Corveleyn" wrote: > No, I don't think that's correct. > > --ignore-space-change: ignores changes in the amount of white-space, > but not ignoring "all white-space". This means that "having no > white-space" in not considered equal to "having white-space".

Re: svn diff / blame -x --ignore-space-change doesn't ignore EOL style changes

2011-04-20 Thread Stanimir Stamenkov
Wed, 20 Apr 2011 21:38:55 +0200, /Johan Corveleyn/: On Wed, Apr 20, 2011 at 8:03 PM, Daniel Shahaf wrote: AIUI, --ignore-eol-style + --ignore-space-change == --ignore-all-space. It seems to me that --ignore-all-space would work for your use case? No, I don't think that's correct. --ignore

Re: svn diff / blame -x --ignore-space-change doesn't ignore EOL style changes

2011-04-20 Thread Johan Corveleyn
No, I don't think that's correct. --ignore-space-change: ignores changes in the amount of white-space, but not ignoring "all white-space". This means that "having no white-space" in not considered equal to "having white-space". Example: "abc def" is considered equal to "abc def", but not equ

Re: svn diff / blame -x --ignore-space-change doesn't ignore EOL style changes

2011-04-20 Thread Daniel Shahaf
AIUI, --ignore-eol-style + --ignore-space-change == --ignore-all-space. It seems to me that --ignore-all-space would work for your use case? On Wed, 20 Apr 2011 20:44 +0300, "Stanimir Stamenkov" wrote: > The '--ignore-space-change' option, and '--ignore-all-space' for > that matter, to the 'd

svn diff / blame -x --ignore-space-change doesn't ignore EOL style changes

2011-04-20 Thread Stanimir Stamenkov
The '--ignore-space-change' option, and '--ignore-all-space' for that matter, to the 'diff' and 'blame' commands doesn't seem to ignore changes in the EOL style. I really expect each of: --ignore-eol-style --ignore-space-change --ignore-all-space in the given order to include the effect of th