]> snippets.scripts.mit.edu Git - Scripts/git/.git/commitdiff
Don't use the list of modified directories for the svn commit-zephyr
authorEvan Broder <broder@mit.edu>
Tue, 17 Feb 2009 08:49:38 +0000 (03:49 -0500)
committerEvan Broder <broder@mit.edu>
Tue, 17 Feb 2009 08:49:38 +0000 (03:49 -0500)
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.

svn-hooks/commit-zephyr

index f23877ab5a0a555a1f276ae0b2df4b9582a4d76d..ca882667156c4b90934172c2006ee04408a52bcf 100755 (executable)
@@ -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"