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

Re: Create Changelog File on the Server

From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Thu, 3 Apr 2008 05:32:55 -0500

On Apr 3, 2008, at 03:53, Matthias Fechner wrote:

> is there a possibility to create a ChangeLog file at commit time on
> the server

Sure, you can do that in the pre-commit or post-commit hook.

> and store that ChangeLog file in the repository (update it when it
> already exists)?

That's more difficult. First, it will result in a 2nd commit to store
the new ChangeLog in the repository. Second, your hook script will
need to maintain its own working copy of the directory where the
ChangeLog will live so that it can create or update it and commit it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-03 12:34:00 CEST

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.