id summary reporter owner description type status priority milestone component version resolution keywords cc port 42767 Commit email shows property changes incorrectly ryandesign admin@… "r117622 changed the svn:ignore property of the directory [browser:trunk/base/src/macports1.0@117622 trunk/base/src/macports1.0] as follows: {{{ Index: trunk/base/src/macports1.0 =================================================================== --- trunk/base/src/macports1.0 (revision 117621) +++ trunk/base/src/macports1.0 (revision 117622) Property changes on: trunk/base/src/macports1.0 ___________________________________________________________________ Modified: svn:ignore ## -1,5 +1,6 ## *.dylib +Makefile macports_autoconf.tcl +macports_fastload.tcl macports_test_autoconf.tcl -macports_fastload.tcl pkgIndex.tcl }}} This is how `svn diff` shows it. Trac shows it similarly. In [https://lists.macosforge.org/pipermail/macports-changes/2014-March/102406.html the commit email], however, it's shown less well. The text part of the email shows it like this: {{{ Property changes on: trunk/base/src/macports1.0 ___________________________________________________________________ Modified: svn:ignore - *.dylib macports_autoconf.tcl macports_test_autoconf.tcl macports_fastload.tcl pkgIndex.tcl + *.dylib Makefile macports_autoconf.tcl macports_fastload.tcl macports_test_autoconf.tcl pkgIndex.tcl }}} This is unnecessarily convoluted but is at least accurate. The HTML part, however, which is what most viewers will see in their email readers, is completely wrong: {{{

Diff

Property changes: trunk/base/src/macports1.0

Modified: svn:ignore

macports_autoconf.tcl macports_test_autoconf.tcl macports_fastload.tcl pkgIndex.tcl + *.dylib Makefile macports_autoconf.tcl macports_fastload.tcl macports_test_autoconf.tcl pkgIndex.tcl }}} Note how it's an encoding of the text version, but with the first line (""` - *.dylib`"") omitted, thereby making it unintelligible. Is Mac OS Forge doing this deliberately, or is this just the behavior of the [http://search.cpan.org/~dwheeler/SVN-Notify/ SVN::Notify] script we're using to send emails? If the latter, are we using the latest version of SVN::Notify, 2.84? If not, could we update to that version to see if that helps?" defect closed Normal server/hosting worksforme