Re: [Python-Dev] Mercurial, linefeeds, and Visual Studio

2009-06-06 Thread Paul Moore
2009/6/6 Mark Hammond : > Paul Moore wrote: >> >> 2009/6/5 Nick Coghlan : >>> >>> Dirkjan Ochtman wrote: > > Essentially, pcbuild.sln is a binary file, and should be treated as > such. Maybe it's an error in the Subversion setup that it's treated as > text at all... Yes, i

Re: [Python-Dev] Mercurial, linefeeds, and Visual Studio

2009-06-05 Thread Mark Hammond
Paul Moore wrote: 2009/6/5 Nick Coghlan : Dirkjan Ochtman wrote: Essentially, pcbuild.sln is a binary file, and should be treated as such. Maybe it's an error in the Subversion setup that it's treated as text at all... Yes, it certainly seems that way. Except it isn't a binary file - it's a t

Re: [Python-Dev] Mercurial, linefeeds, and Visual Studio

2009-06-05 Thread Paul Moore
2009/6/5 Nick Coghlan : > Dirkjan Ochtman wrote: >>> Essentially, pcbuild.sln is a binary file, and should be treated as >>> such. Maybe it's an error in the Subversion setup that it's treated as >>> text at all... >> >> Yes, it certainly seems that way. > > Except it isn't a binary file - it's a t

Re: [Python-Dev] Mercurial, linefeeds, and Visual Studio

2009-06-05 Thread Nick Coghlan
Dirkjan Ochtman wrote: >> Essentially, pcbuild.sln is a binary file, and should be treated as >> such. Maybe it's an error in the Subversion setup that it's treated as >> text at all... > > Yes, it certainly seems that way. Except it isn't a binary file - it's a text file with CRLF line endings.

Re: [Python-Dev] Mercurial, linefeeds, and Visual Studio

2009-06-04 Thread Dirkjan Ochtman
On Thu, Jun 4, 2009 at 4:20 PM, Paul Moore wrote: > Silly question, but given that Mercurial itself does *no* conversion, > and CRLF is the only valid form for that file, why shouldn't the file > be checked into the repository with CRLF endings, and that's the end > of it (apart from misconfigured

Re: [Python-Dev] Mercurial, linefeeds, and Visual Studio

2009-06-04 Thread Oleg Broytmann
On Thu, Jun 04, 2009 at 03:20:56PM +0100, Paul Moore wrote: > Essentially, pcbuild.sln is a binary file, and should be treated as > such. Maybe it's an error in the Subversion setup that it's treated as > text at all... Subversion has a built-in notion of eol-conversion (don't know if it was us

Re: [Python-Dev] Mercurial, linefeeds, and Visual Studio

2009-06-04 Thread Paul Moore
2009/6/4 Dirkjan Ochtman : > On Thu, Jun 4, 2009 at 3:02 PM, Jason R. Coombs wrote: >> I wanted to share this with the community in case anyone else runs into this >> issue.  Also, if there's a recommended procedure for addressing this issue >> (and others that might arise due to non-native line

Re: [Python-Dev] Mercurial, linefeeds, and Visual Studio

2009-06-04 Thread Dirkjan Ochtman
On Thu, Jun 4, 2009 at 3:02 PM, Jason R. Coombs wrote: > I wanted to share this with the community in case anyone else runs into this > issue.  Also, if there's a recommended procedure for addressing this issue > (and others that might arise due to non-native line endings), I'd be > interested