I am currently working on an SVN deposit that is configured to use "Lock-Modify-Unlock" as its version control model. I need to change that model to the one called "Copy-Modify-Merge", which is, if I understand correctly, the same behaviour as git.
I could not find how to do that... I found this documentation that explains perfectly what each model does, but that doesn't indicate how to configure the deposit...
Is there a property file to change or something in order to configure my deposit ?
Thanks