RE: Possible bug in pre-revprop-change and post-revprop-change hooks

2011-05-13 Thread Aliasgar Ganiji
This is our setup svn 1.6.6 on Linux x86_64. What if the hooks are broken in this version? Can someone with this version of svn verify? --- Ali -Original Message- From: Johan Corveleyn [mailto:jcor...@gmail.com] Sent: Friday, May 13, 2011 12:29 PM To: Aliasgar Ganiji Cc: users

Possible bug in pre-revprop-change and post-revprop-change hooks

2011-05-13 Thread Aliasgar Ganiji
I was in the process of implementing pre-revprop-change and post-revprop-change hooks in my company to handle changes to the svnn:log property. As per the SubVersion Redbook; 1. pre-revprop-change should be able to access the intended new value of the property via standard input. Howeve