[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: subversion doubt

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-11-26 15:45:27 CET

On 11/24/06, maite pinedo <contactmaite@hotmail.com> wrote:
> Hi,
>
> I would like to know how I can do for each time a user made a commit, svn
> ask for a comment.

Install a pre-commit hook script which inspects the commit's log
message, and if the length is 0, reject the commit. In fact, if you
look at the pre-commit.tmpl that's in the hooks directory of your
repository, you'll find one that does exactly that.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 26 15:46:08 2006

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.