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

pre commit hook changing the transaction

From: Torsten Curdt <tcurdt_at_apache.org>
Date: 2004-10-29 22:33:19 CEST

Hi there,

it's quite common to have some kind
of changelog in projects. Currently
there are two options.

Generating a changelog from a commit
log or add the changes to a changelog
file under version control on each commit.

The latter one is quite annoying as
it's another resource that needs to
kept in sync and basically takes
mostly the same information that go
into the commit message.

So my idea was to use a pre commit
hook to search the commit message for
the required information and add
them to the changelog file ..which
is under version control.

But this means the pre commit hook
needs to change the transaction.

Somewhere I read this is not (yet?)
possible.

What's the status on that?

Other comments are welcome as well

cheers

--
Torsten
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 29 22:30:58 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.