SVN script conflict

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.

+3
source share
2 answers

.

+1

hook script. .

0

Source: https://habr.com/ru/post/1747032/


All Articles