Re: Restrict the commit operation with pre-commit hook
From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Tue, 10 Nov 2009 17:06:33 -0600
On Nov 10, 2009, at 01:11, S Prabhu wrote:
> I want to restrict the commit operation when the log(Commit) message
The default pre-commit hook script provided in every new repository
#!/bin/sh
REPOS="$1"
# Make sure that the log message contains some text.
If your server is not Windows, simply rename the "pre-commit.tmpl" to
If your server is Windows, then you'll need to write the script
------------------------------------------------------
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.