SVN hook script conflict
Posted
by user297303
on Stack Overflow
See other posts from Stack Overflow
or by user297303
Published on 2010-05-25T14:27:03Z
Indexed on
2010/05/25
14:31 UTC
Read the original article
Hit count: 335
I am trying to write a pre-commit hook script that will alter a specific svn-property of a folder/file.
The script looks fairly similar to the one that is documented in the svn book.
I figured out how to set/change the property of a node and when executing the binding function svn.fs.commit_txn the property of the node actually gets set. But at the moment tortoise always gives me a conflict on the folder I am altering the property. I wrote my script with Python but am new python and hook scripts.
Hope someone can give me a clue why I am getting this conflict..
© Stack Overflow or respective owner