You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Marc Strapetz <ma...@syntevo.com> on 2016/07/28 07:36:52 UTC

JavaHL: specify --extensions for blame

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.

-Marc

Re: JavaHL: specify --extensions for blame

Posted by Branko Čibej <br...@apache.org>.
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