Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVN-Notify CPAN distribution.

Report information
The Basics
Id: 51063
Status: rejected
Priority: 0/
Queue: SVN-Notify

People
Owner: Nobody in particular
Requestors: iana [...] apple.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Download smime.p7s
application/pkcs7-signature 2.3k

Message body not shown because it is not plain text.

On Tue Nov 03 00:37:14 2009, iana@apple.com wrote: Show quoted text
> 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
I don't believe this is due to SVN::Notify. Either svnlook is wrapping the lines or your MUA is. David