From dc927ae886e6a09d0d123aede6b0ff580bd35779 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Fri, 13 Jan 2012 17:04:56 +0000 Subject: [PATCH] ChangeLog stuff. --- svn2cl-driver.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 svn2cl-driver.sh diff --git a/svn2cl-driver.sh b/svn2cl-driver.sh new file mode 100755 index 0000000..7f9fdc1 --- /dev/null +++ b/svn2cl-driver.sh @@ -0,0 +1,7 @@ +#! /bin/sh +svn2cl --authors authors.xml --reparagraph -o ChangeLog.new +for i in alberta alberta_util demo doc add_ons; do + cd $i + svn2cl --authors ../authors.xml --reparagraph -o ChangeLog.new + cd .. +done -- GitLab