On Thu, Jun 11, 2009 at 10:27 AM, Nuno Lopes<nlop...@php.net> wrote: >> Bottom line - rather than reinventing the wheel - is anybody else actually >> using Eclipse and has a simple set-up guide for how they have configured >> things? Ideally for windows, but I'd like to pull this up on the Linux boxes >> as well. If I'm going to have to start working on extension code it's easier >> on the linux box anyway and then I can cross test on windows. > > I guess I have another option for you: use cygwin's cvs client. When you > checkout, it translates the EOLs to windows style, and when you commit it > translates the EOLs back to unix. This way you can code in any editor you > want, but without surprises when doing diffs and when commiting.
Every CVS does that, not only cygwin. That's the case for all text files. However, some files have to be in one mode (can't find an example right now). Other should not be in a given mode, usually mac EOL are not supported on windows (compiler or makefiles). Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php