On Tue, 2003-12-30 at 13:58, Chetan Jhurani wrote: > > From: Sander Striker > > > using Visual C++ 6.0 or later, ActivePerl, and nmake as your build > > > tools. They recognize unix newlines with no problem. > > > > Recognise yes, honor no. IOW, once you save a file in VS it gets \r\n > > line endings. > > Talking of VC6 SP5 and VC 7.1 - they don't convert \n to \r\n.
Hmm, I could have sworn VC6 SP5 did, but I won't go and install it to check. AFAIK, I'm using VC7 (included in VS.NET), but I'd have to boot into windows to check. Must admit I haven't consciously checked with that, although I think I had the same problem there. In any case, setting svn:eol-style native will make sure that you don't run into this, no matter what editor you use. Sander
