You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by maite pinedo <co...@hotmail.com> on 2006/11/24 18:04:37 UTC

subversion doubt

Hi,

I would like to know how I can do for each time a user made a commit, svn 
ask for a comment.

Thanks.

_________________________________________________________________
Grandes éxitos, superhéroes, imitaciones, cine y TV... 
http://es.msn.kiwee.com/ Lo mejor para tu móvil.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: subversion doubt

Posted by Andy Levy <an...@gmail.com>.
On 11/24/06, maite pinedo <co...@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