[Jifty-commit] r4233 - in jifty/trunk: bin

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Oct 11 15:27:28 EDT 2007


Author: falcone
Date: Thu Oct 11 15:27:26 2007
New Revision: 4233

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/bin/generate-changelog

Log:
 r25361 at ketch:  falcone | 2007-10-11 15:26:34 -0400
 * usage documentation


Modified: jifty/trunk/bin/generate-changelog
==============================================================================
--- jifty/trunk/bin/generate-changelog	(original)
+++ jifty/trunk/bin/generate-changelog	Thu Oct 11 15:27:26 2007
@@ -1,4 +1,13 @@
 #perl -MFile::Slurp -MXML::Simple -MData::Dumper -e'print scalar Dumper ( XMLin( read_file(shift @ARGV).""))' 
+# Usage
+# --edit expects the output of svn log --xml as the first argument, and an intermediate
+#        file where we will be storing munged up xml that trags your tags and edits
+# --generate expects the intermediate file as the first argument and a plaintext
+#            changelog file as the second argument.  This changelog file is clobbered
+#
+# svn log --limit=100 --xml >> changelog.xml
+# generate-changelog --edit changelog.xml changelog.interim.xml
+# generate-changelog --generate changelog.interim.xml Changelog
 
 use warnings;
 use strict;


More information about the Jifty-commit mailing list