comparison svn2cl @ 5:cdd7f7b6d4b0

Fixed applying of Subversion options.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Sep 2008 06:05:27 +0300
parents f27514832835
children 627a2524520d
comparison
equal deleted inserted replaced
4:f27514832835 5:cdd7f7b6d4b0
129 if test "x$CHANGELOG" != "x-"; then 129 if test "x$CHANGELOG" != "x-"; then
130 exec > "$CHANGELOG" 130 exec > "$CHANGELOG"
131 fi 131 fi
132 132
133 # actually run the command we need 133 # actually run the command we need
134 svn --verbose --xml log $SVNOPTS | \ 134 svn --verbose --xml log $EXTRAOPTS | \
135 xsltproc --stringparam strip-prefix "$STRIPPREFIX" \ 135 xsltproc --stringparam strip-prefix "$STRIPPREFIX" \
136 --stringparam linelen $LINELEN \ 136 --stringparam linelen $LINELEN \
137 --stringparam groupbyday $GROUPBYDAY \ 137 --stringparam groupbyday $GROUPBYDAY \
138 --stringparam include-rev $INCLUDEREV \ 138 --stringparam include-rev $INCLUDEREV \
139 "$XSL" - 139 "$XSL" -