Concepts
by
Herbert Straub
—
last modified
2008-06-09 23:22
ChangeLog Style and concepts
ChangeLog
The ChangeLog can automatically generated from the SVN log entries with the svn2log utility:
svn -v --xml -r5:24 log \ http://svn.linuxhacker.at/nagperfdiag/trunk \ | svn2log.py -O -F -H -u /tmp/a.a
The email address protection can be done with:
sed -i -e 's,\([<(].*\)@\(.*[)>]\),\1/at/\2,g' ChangeLog
Change Sets
You are interested in a special change set. You can retrieve this from SVN with the following command. For example the patch from revision 21 to 22:
svn diff -r21:22 http://svn.linuxhacker.at/nagperfdiag

