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

Re: svn commit: rev 3941 - branches/cvs2svn-mmacek

From: Marko Macek <Marko.Macek_at_gmx.net>
Date: 2002-12-01 19:22:44 CET

Branko Čibej wrote:

>mmacek@tigris.org wrote:
>
>
>>+ data = line.split(' ', 4)
>>+ timestamp = int(data[0], 16)
>>+ id = data[1]
>>+ op = data[2]
>>+ rev = data[3]
>>+ fname = data[4][:-1] # strip \n
>>
>>
>>
>Can you be sure it's a \n, not \r\n? I'd just like to be on the safe side...
>
>
It should be, because FileInput doesn't use 'b' when opening
a file (Support for binary files seems to be on it's TODO list).

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 1 19:21:21 2002

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.