On Tuesday, 11 October 2005 08:55, ott wrote: > Creating the changelog directly from SVN commit messages seems to be an > 80% solution for no extra effort. I suggest this approach be adopted. I've just checked the output of the "svn log" command since last release and it looks quite useful.
Besides the usual output format:
------------------------------------------------------------------------
r8460 | dave | 2005-10-02 20:49:11 +0200 (Sun, 02 Oct 2005) | 1 line
Changed paths:
M /trunk/src/replay.cpp
M /trunk/src/serialization/preprocessor.cpp
fixed compile errors on windows
------------------------------------------------------------------------
r8461 | ivanovic | 2005-10-03 11:57:37 +0200 (Mon, 03 Oct 2005) | 2 lines
Changed paths:
M /trunk/po/wesnoth/ru.po
Updated Russian translation
...
svn also supports an XML output, which can be processed with a XSL stylesheet
to get the best format for us, for example:
svn log --xml --verbose | xsltproc svn2simple.xsl -
* trunk/src/replay.cpp, trunk/src/serialization/preprocessor.cpp:
fixed compile errors on windows
* trunk/po/wesnoth/ru.po: Updated Russian translation
...
What should it be the preferred output format to make as easier as possible to
modify it into the real changelog?
Best regards
--
Isaac Clerencia at Warp Networks, http://www.warp.es
Work: <[EMAIL PROTECTED]> | Debian: <[EMAIL PROTECTED]>
pgpt6CDnpOLW9.pgp
Description: PGP signature
