Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [subversive-dev] How to prevent automatic merge

Hello Biörn,

Unfortunately there is no way to interfere with the SVN client library merging files on update/merge/switch (neither one of both libraries - SVN Kit and JavaHL - provides such API) and this is why it is impossible in Subversive as well,

Best regards,
Alexander.

17.07.2012 16:02, Biörnstad, Biörn пишет:
Hi,

What is the easiest way of preventing Subversive from automatically merging files? When the user executes an update operation, I do not want any automatic merges to take place, as with binary files.

I have tried providing an IResourceMappingMerger and an IStorageMerger, but it did not work for me.

Thanks,
Biörn
_______________________________________________
subversive-dev mailing list
subversive-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/subversive-dev




Back to the top