null user passed to pre-revprop-change when using WebDAV
From: James Ralston <qralston+ml.svn-users_at_andrew.cmu.edu>
Date: Fri, 01 May 2009 21:20:55 -0400
Consider the follow pre-revprop-change hook script:
#! /bin/sh
When accessing the repository via the local filesystem, the output
$ svn propedit -r HEAD --revprop svn:log \
Is:
+ echo /home/testuser/repo/test 1 testuser svn:log M
But when I instead edit a property via WebDAV, like this:
$ svn propedit -r HEAD --revprop svn:log \
When the hook script fires, the output is:
+ echo /var/www/svn/repo/test 70 '' svn:log M
Instead of passing in the user to the hook script, Subversion passed
In both cases, the version of Subversion is the same: 1.4.2 (as
Is this a known bug with mod_dav_svn? (I searched the bug tracker,
If this is a bug, is it fixed in a later version of Subversion?
(In case anyone's wondering, the post-revprop-change hook script has
Thanks in advance for any replies...
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.