On Jan 18, 2008 5:49 PM, John Labenski <[EMAIL PROTECTED]> wrote: > Humm. I don't know how to fix it since when I've verified that the > line endings are CRLF and then commit, CVS says that nothing has > changed. >
I still suspect that your tools work in "UNIX" mode and when CRLF is stored by them, and then fetched by my "Windows" mode tools the files end up ending CRCRLF (If checked in with Windows mode tools, I think the files would be normalized to LF ending style in the repository) I just did a clean fetch for one of the makefiles and looked at it with cygwin cat -A this is how it looks like: ^M^M$ # C++ compiler ^M^M$ CXX = cl^M^M$ ^M^M$ with a cleaned up makefile I get: ^M$ # C++ compiler ^M$ CXX = cl^M$ ^M$ One idea, maybe you should try converting the makefile.vc to Unix style (only LF) and then try checking it it? (or use for example the cvsnt version of cvs tools and the CRLF version of the files) Eero ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users