Tomas Frydrych wrote: > > I checked out the MSVC6 module, but when I try to open any of > the files with VC 6.0, I get 'This file was not generated by Developer > Studio ...' with the option to create a new project to wrap the file, > which simply creates a new project and adds the dsp/dsw file as a > nod. Any ideas what's wrong?
Are you really using a Win32 client to do the update (not CygWin, that's a POSIX emultator)? If you use a POSIX/*nix cvs to do the update, it will assume you are on a system where EOL=LF, while Win32 native clients assume MS-DOS-style CR+LF EOL. /Mike
