[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: John Peacock <john.peacock_at_havurah-software.org>
Date: Fri, 04 Apr 2008 07:09:01 -0400

Matthias Fechner wrote:
> Hm, maybe ist the best idea to write a script which does an export and
> then generate a ChangeLog file with the program svn2cl.

An export doesn't have the connection to the repository either, so that won't
work. I think what Matt was suggesting was that as part of the package build
process, you generate the Changelog from within a working copy, but don't save
it to the repo (since it is easily regenerated). That's what I do with a number
of my Perl modules. In fact, I generate the Changelog based on the log of the
project/tags directory, which has much pithier comments than the trunk directory
(I summarize all of the relevant changes when I create the tag).

John

---------------------------------------------------------------------
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-04 13:09:05 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.