Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44243 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68942 invoked from network); 11 Jun 2009 11:44:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jun 2009 11:44:23 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:52631] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/0A-12056-51EE03A4 for ; Thu, 11 Jun 2009 07:44:22 -0400 Received: by fg-out-1718.google.com with SMTP id 22so1299768fge.0 for ; Thu, 11 Jun 2009 04:44:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=npPb/8i0LAkFaMwmJZXjZRu8KY2h23RPQgKD2ewefv8=; b=ZQDu1dflBKaD52c/uG5BC+JFDXBfyraC8V3bfvQOFdjL/A2hF97LTcT9tiT3eyiSg3 t+LP5TrQf3U8OTyvbUNLwh8gXDxpzHJibCxPrRnVgKA8ejiOG57U7JxJCMcQzELkwXUs ugStKFHNupK/X8OIHNvIzXJY8bYbyuGK0dfXg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=vzoZU4rJEd5SiG1i96avTOWGzxF7gBXyoJVrf8gasU+cODlR3GP2voPMukMqFP9+Ln mtRP0joBnEuIbaDKWRYbSyvNHrjQ8qm6EAoq6L7J6DINo7TcGAYO3wnn3uugzSp5hLN3 8EEugimMVb8yWTCpjwapZrkJWYkb9gDW9ZPFQ= MIME-Version: 1.0 Received: by 10.86.49.13 with SMTP id w13mr2170472fgw.31.1244720658779; Thu, 11 Jun 2009 04:44:18 -0700 (PDT) In-Reply-To: <42F0CFEA56044EA4987DA9485308E481@PC3EE1F19287> References: <4A30BF03.8010809@lsces.co.uk> <42F0CFEA56044EA4987DA9485308E481@PC3EE1F19287> Date: Thu, 11 Jun 2009 13:44:18 +0200 Message-ID: To: Nuno Lopes Cc: Lester Caine , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Standards for developers From: pierre.php@gmail.com (Pierre Joye) On Thu, Jun 11, 2009 at 10:27 AM, Nuno Lopes 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