From: Evan Broder Date: Tue, 17 Feb 2009 08:49:38 +0000 (-0500) Subject: Don't use the list of modified directories for the svn commit-zephyr X-Git-Url: https://snippets.scripts.mit.edu/gitweb.cgi/Scripts/git/.git/commitdiff_plain/f208ccb440d24303f0ee4a1beba7204e2462804b Don't use the list of modified directories for the svn commit-zephyr zsig. If lots of directories are changed, the zsig is long enough that it forces the headers to fragment, which zwrite will refuse to do. --- diff --git a/svn-hooks/commit-zephyr b/svn-hooks/commit-zephyr index f23877a..ca88266 100755 --- a/svn-hooks/commit-zephyr +++ b/svn-hooks/commit-zephyr @@ -38,4 +38,4 @@ svnlook info "$REPOS" -r "$REV" | ( else echo svnlook diff "$REPOS" -r "$REV" fi -) | zwrite -d -c "$CLASS" -i "$INSTANCE" -O "auto" -s "r$REV - $dirs" +) | zwrite -d -c "$CLASS" -i "$INSTANCE" -O "auto" -s "SVN: r$REV"