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

Re: Can the commit message be changed by a hook?

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-11-02 14:57:15 CET

Erik Forsberg <forsberg@cendio.se> wrote on 11/02/2006 08:53:28 AM:

> Can I change the commit message written into the repository using a
> hook?
>
> I would like to extract the bug title from the bug database given a
> bug reference, and add it to the commit message automatically.

Once the commit is completed, the log message, author and date can all be
changed by editing the revision properties via the svn propset command.
Such as:

svn propset svn:log --revprop -r N "New Log Message" url://host/repos

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 2 14:58:04 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.