Skip to content
Snippets Groups Projects
Commit 5e923ea5 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Strip only /trunk/ from externals.

parent eb0f166e
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
svn2cl --authors authors.xml --reparagraph -o ChangeLog.new svn2cl --authors authors.xml --reparagraph -o ChangeLog.new
for i in alberta alberta_util demo doc add_ons; do for i in alberta alberta_util demo doc add_ons; do
cd $i cd $i
svn2cl --authors ../authors.xml --reparagraph -o ChangeLog.new svn2cl --strip-prefix=/trunk/ --authors ../authors.xml --reparagraph -o ChangeLog.new
cd .. cd ..
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment