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

Automatic ChangeLog generation

From: Christian Gudrian <Christian.Gudrian_at_gmx.de>
Date: 2004-07-24 10:55:36 CEST

Hello!

I wonder how to make subversion automagically create a ChangeLog file
after each commit?

I have found a tool called svn2log in the source distribution of nemerle
(http://www.nemerle.org/) which creates a ChangeLog from within a
working copy of the repository. However, there are to issues which
prevent me from using this script from within a post-commit hook:

1. The directory, the post-commit script runs in, is undefined.

2. Before svn log yields the correct log messages, a svn update
   is required -- which cannot be called during a post-commit
   script. And even if it could: see 1.
   
Has anyone found a way to create an updated ChangeLog on every commit?

Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 24 10:56:22 2004

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.