[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: mailer.py now should work on Windows

From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2005-01-29 01:04:14 CET

Max Bowsher schrieb:

> Are you using sendmail or SMTP output mode?

Yes, I think so. At least the mail_command config option is not set.

> Could either of you add "print repr(self.buffer.getvalue())" to the
> end of SMTPOutput.finish, to see what the newlines look like at this
> stage?

Very strange, it mixes all kind of line endings.

The beginning of the diff part of the mail looks like this (I added line
breaks for readability, but the \r\n marks are from the print output):

==============================================================================\n
--- testproj/trunk/file2.txt\t(original)\r\n
+++ testproj/trunk/file2.txt\tSat Jan 29 00:53:50 2005\r\n
@@ -1,16 +1,9 @@\r\n
 file2.txt \r\r\n
-\r\r\n
-c:/svn/repo1 @ 23 \r\r\n
-c:/svn/repo1 @ 24 \r\r\n
-c:/svn/repo1 @ 25 \r\r\n
-c:/svn/repo1 @ 26 \r\r\n
+line2\r\r\n
+line3\r\r\n
+line4\r\r\n
+line5\r\r\n

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jan 29 01:05:31 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.