Hi,
We are using subversion 1.6 as SCM. Is it possible to lock files during a release with maven release plugin ? I tried -DuseEditMode=true to lock the project files during goal :prepare and :perform with no luck, I was still able to commit into the trunk while the plugin was at work neither the SCM files were marked as locked. Could someone explain me what useEditMode is used for and how I could prevent devs to commit into trunk while releasing ? Thank you and best regards Christian
