Subject: | Long log lines are hard wrapped |
Date: | Mon, 2 Nov 2009 21:36:49 -0800 |
To: | "bug-SVN-Notify [...] rt.cpan.org" <bug-SVN-Notify [...] rt.cpan.org> |
From: | Ian Anderson <iana [...] apple.com> |
If you have a log message with a line longer than 920 or so characters, it gets hard wrapped in the resulting email message. I'm using svnnotify as part of a post-commit script like this.
svnnotify --repos-path "$repositoryPath" --revision $revisionNumber --to "$groupAddress" --from "$emailAddressWithName" --with-diff --subject-prefix "[svnlog] " --subject-cx --no-first-line --max-diff-length 25000 --handler HTML::ColorDiff --revision-url 'http://the.svn.server/trac/changeset/%s' --ticket-map 'regex-for-custom-tracking-system-URLs' --linkize
Ian
Message body not shown because it is not plain text.