I am trying to write a pre-commit script hook that will modify a specific svn property of a folder / file.
The script looks pretty similar to the one documented in the svn book .
I figured out how to set / change the node property, and when the binding function svn.fs.commit_txn is executed, the node property will actually be set. But at the moment, the turtle always gives me a conflict in the folder in which I change the property. I wrote my script with Python, but I became a new python and hook script.
Hope someone can give me a clue why I am getting this conflict.
Mark source
share