Achim �hlenschl�ger wrote: >I've had trouble loading the *.dsw and *.dsp files with >Visual Studio. Eventually I've recognized that the reason >is the Unix style line terminator those files are using. >Of course I'm able to convert that, but I'm curious how >somebody made Visual Studio able to use that format. >Thanks, >Achim > If you're having trouble with newline characters in certain files, it is because cvs is doing the incorrect line conversion when it checks them out. Could it be you're running the cvs from Cygwin and you've set Cygwin to save text files with Unix style line feeds? There may be a cvs flag you can set via MOZ_CVS_FLAGS that overrides this behaviour, or alternately you'll have set Cygwin to create CR/LF style text files.
Adam
