Re: [Python-Dev] .py and .txt files missing svn:eol-style in trunk

2006-03-03 Thread Barry Warsaw
On Fri, 2006-03-03 at 23:43 -0500, Barry Warsaw wrote: > On Wed, 2006-03-01 at 00:17 -0600, Tim Peters wrote: > > OK, I tried to set eol-style on all of those. svn refused to change these: > > > > svn: File 'Lib\email\test\data\msg_26.txt' has binary mime type property > > Yeah, there's no reaso

Re: [Python-Dev] .py and .txt files missing svn:eol-style in trunk

2006-03-03 Thread Barry Warsaw
On Wed, 2006-03-01 at 00:17 -0600, Tim Peters wrote: > OK, I tried to set eol-style on all of those. svn refused to change these: > > svn: File 'Lib\email\test\data\msg_26.txt' has binary mime type property Yeah, there's no reason for that, so I've fixed it. -Barry signature.asc Description:

Re: [Python-Dev] .py and .txt files missing svn:eol-style in trunk

2006-03-03 Thread Tim Peters
[Oleg Broytmann[ >My experience shows that if the developers use different OSes (our team > uses Linux and Windows) it helps very much to set svn:eol-style to native > for all text files - *.py, *.txt, etc, except for files with special > requirements. Yes. > So I use the following shell scri

Re: [Python-Dev] .py and .txt files missing svn:eol-style in trunk

2006-03-01 Thread Oleg Broytmann
On Wed, Mar 01, 2006 at 12:17:16AM -0600, Tim Peters wrote: > These .py and .txt files don't have the svn:eol-style property set. > I'm not sure they all _should_, though. My experience shows that if the developers use different OSes (our team uses Linux and Windows) it helps very much to set

[Python-Dev] .py and .txt files missing svn:eol-style in trunk

2006-02-28 Thread Tim Peters
These .py and .txt files don't have the svn:eol-style property set. I'm not sure they all _should_, though. Some of them are particularly bizarre, e.g. Lib\email\test\data\msg_26.txt has the svn:mime-type property set to application/octet-stream (WTF?), and then svn refuses to set the eol-style p