On 28.07.2016 09:36, Marc Strapetz wrote: > We have been requested to support > > svn blame -x "--ignore-eol-style -w" <file> > > for our Java client. AFAIU, this is currently not possible using > JavaHL? If so, please take this as RFE: --extensions options support > for blame, diff and related operations.
This has been available since 1.9: see the SVNClient.blame() and SVNClient.diff() variants with the DiffOptions parameter. -- Brane