Re: Is it possible to set svn:keywords using pre-commit hook script?
From: David Weintraub <qazwart_at_gmail.com>
Date: Wed, 12 Nov 2008 15:27:22 -0500
The best thing to do is provide an auto-properties "config" file for
Then create a pre-commit hook script that rejects any commits that
It doesn't take more than two or three failed commits before even the
I have a Perl script that checks for read/write/add permissions,
-- David Weintraub qazwart_at_gmail.com On Tue, Nov 11, 2008 at 1:02 PM, vinay i <vinay.indresh_at_gmail.com> wrote: > Hello All, > > I would like to set svn:keywords on all known non-binary files (if it is not > already set) during a commit. Is this feasible? Because pre-commit hook > script takes two arguments as inputs ( repository and transaction) and > doesn't have information regarding the files being committed. How to > identify the list of files on which the svn:keywords property has to be set? > > Thanks > Vinay > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-11-12 21:27:49 CET |
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.