On Thu, 21 Apr 2011 07:16 +0300, "Stanimir Stamenkov" <s7a...@netscape.net> 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 > >> > >> Or, with the short option for ignoring space-change: > >> svn diff / blame -x-b -x--ignore-eol-style > > > > And here I thought the syntax would be > > > > svn $subcommand -x "--ignore-space-change --ignore-eol-style" > > > > though, of course, if your syntax works I'll use it from now on > > (because it's more easily parseable). > > That's what I've found, also. Thank you both Johan and Daniel, for > helping me figuring it out. >
Issue #3864. http://subversion.tigris.org/issues/show_bug.cgi?id=3864 I've marked it for 2.0 since it's not a compatible change. (I like the idea though) Daniel