Subject: | hangs with big diffs (6MB) |
Date: | Tue, 7 Feb 2006 16:48:23 +0100 (CET) |
To: | bug-svn-notify [...] rt.cpan.org |
From: | "Michael Steinmann" <msl [...] calivia.com> |
I'm trying to put my /etc with a size of 38MB under SVN but --with-diff
hangs the post-commit script at the initial commit.
The initial commit goes through to SVN, but the post-commit hangs while
diffing the changes. --attach-diff works fine (but doesn't look that nice
;-). The attached diff is about 6MB.
--
mike
#!/bin/sh
REPOS="$1"
REV="$2"
PATH=/usr/bin:/bin
HOST=`/bin/hostname`
/usr/bin/svnnotify \
--repos-path "$REPOS" \
--revision "$REV" \
--svnlook /usr/bin/svnlook \
--to cm-list@example.com \
--from cm@$HOST.example.com \
--subject-prefix "CM - $HOST:" \
--subject-cx \
--handler HTML::ColorDiff \
--with-diff