--- /usr/bin/svn2cl 2006-11-10 18:03:16.000000000 +0100 +++ svn2cl 2007-03-22 23:58:23.000000000 +0100 @@ -282,6 +282,20 @@ # actually run the command we need eval "$SVNLOGCMD" | \ + awk "{ + if (/<\\/path>\$/) { + join = 0; + print; + } else if (/^/) { + if (/^\\/$(echo "$STRIPPREFIX" | sed 's!/!\\/!g')/) { print } + } else { print } + }" | \ xsltproc --stringparam strip-prefix "$STRIPPREFIX" \ --stringparam linelen "$LINELEN" \ --stringparam groupbyday "$GROUPBYDAY" \