From 5e923ea511c6a82056b840e82a7f0c83f9a0a3bb Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Tue, 17 Jan 2012 13:55:35 +0000
Subject: [PATCH] Strip only /trunk/ from externals.

---
 svn2cl-driver.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/svn2cl-driver.sh b/svn2cl-driver.sh
index 7f9fdc1..adc0061 100755
--- a/svn2cl-driver.sh
+++ b/svn2cl-driver.sh
@@ -2,6 +2,6 @@
 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
+  svn2cl --strip-prefix=/trunk/ --authors ../authors.xml --reparagraph -o ChangeLog.new
   cd ..
 done
-- 
GitLab