RE: Is it possible to change content of a commit by pre-commit hook?

2016-04-19 Thread thiemo.kellner
Thanks for your thoughts. I am already aware of the possibility of check and reject though checking the presence of the appropriate property evaded me so far. I quite feel it might contradict the purpose of a versioning system if that system would allow changes within it and not just store in c

Is it possible to change content of a commit by pre-commit hook?

2016-04-19 Thread thiemo.kellner
Hi all We export PowerCenter workflows as XML to commit those to subversion. We would like to make sure that the description attribute of the tags contain subversion information like Rev or Header. Is it possible to change the content i.e. the value of the xml description attribute by commit ho