bug: null user passed to pre-revprop-change when using WebDAV?
From: James Ralston <qralston+ml.svn-dev_at_andrew.cmu.edu>
Date: Thu, 14 May 2009 23:05:00 -0400
[I submitted this to the users list on 2009-05-01, but received no
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
|
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.