« Return to Thread: how to do svn merge -x-w -x-b -x--ignore-eol-style <> <> <>

Re: how to do svn merge -x-w -x-b -x--ignore-eol-style <<start_tag>> <<end_tag>> <<workspace>>

by Alexander Sinyushkin :: Rate this Message:

Reply to Author | View in Thread

In SVNKit those options are represented by the SVNDiffOptions class.
Use SVNDiffClient.setMergeOptions(SVNDiffOptions) to specify your merge
options before invoking a doMerge() method.

----
Alexander Sinyushkin,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!

sivagurunath wrote:

> Hi,
>
> using svnkit, is the switches for the merge
> -x-b (--ignore-space-change),
> -x-w (--ignore-all-space) and
> --ignore-eol-style  supproted??
>
> If not, please tell me a workaround to simulate the same effect.
>
> Please help me with this as this is an urgent issue for me to close....

---------------------------------------------------------------------
To unsubscribe, e-mail: svnkit-users-unsubscribe@...
For additional commands, e-mail: svnkit-users-help@...

 « Return to Thread: how to do svn merge -x-w -x-b -x--ignore-eol-style <> <> <>