Re: Enable administrator to modifiy log message of Repository
From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Wed, 10 Jun 2009 04:44:04 -0500
On Jun 10, 2009, at 03:55, Ramachandran, Vishwanath(IE10) wrote:
> What I would like is only administrator of the repository should edit
Ah, ok. Well, if "e383084" and "crowdadmin" are the administrators,
#!/bin/sh
REPOS="$1"
if [ "$PROPNAME" = "svn:log" -o "$PROPNAME" = "svn:author" ]; then
# deny this change
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.