RE: Enable administrator to modifiy log message of Repository
From: Ramachandran, Vishwanath(IE10) <Vishwanath.Ramachandran_at_Honeywell.com>
Date: Wed, 10 Jun 2009 19:17:30 +0530
Hi Ryan
Though the script worked, but still when I give show log, I still get
Regards
-----Original Message-----
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.