From f208ccb440d24303f0ee4a1beba7204e2462804b Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Tue, 17 Feb 2009 03:49:38 -0500 Subject: [PATCH] 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. --- svn-hooks/commit-zephyr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.45.1