Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN hook script conflict

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..

like image 534
Mark Avatar asked Jul 18 '26 09:07

Mark


1 Answers

After updating a property on a directory you are required to update that directory before committing.

like image 117
UncleZeiv Avatar answered Jul 19 '26 21:07

UncleZeiv



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!