On Fri, May 24, 2013 at 2:05 PM, HOUDROGE Rami <rami.houdr...@thalesgroup.com> wrote: > I could provide a script, but I doubt it would be of any use. It will > execute as it should on your pcs. > > I didn't clearly mention that subversion is installed on a Apache 2.2.17 > server with webdav_svn. We think there might be an incompatibility somewhere > (see > http://subversion.1072662.n5.nabble.com/Subversion-Llocked-file-could-not-able-to-commit-the-changes-td137837.html) >
Seems that thread already explains what the problem is, and how you can fix it. "Yes it was solved for me. All I did is build your apache with -enable- pie option. Without this some special characters will go with lock files, and during commit your locks will not match. " -- Johan