stderr message from pre-revprop-change wont show up via dav
From: Jens Peters <jpeters7677_at_gmx.de>
 
Date: 2007-03-25 12:40:55 CEST 
Hello,
 I have a very simple pre-revprop-change hook in my repository:
 if "%PROPNAME%" == "svn:log" exit 0
 echo Error: property '%PROPNAME%' cannot be changed 1>&2
 When I access the repository via file:/// I can see the error message just fine:
 Z:\>svn propset -r 35 --revprop svn:author "me" file:///e:/SVN/Repos/misc/
 but if I do the same via dav I just see a general message:
 Z:\>svn propset -r 35 --revprop svn:author "me" https://wkst02.ds10.local/svn/mi
 Is this behavior supposed to work this way? The stderr from a pre-commit hook shows up just fine on 
 Regards,
 ---------------------------------------------------------------------
  | 
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.