Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54450 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56459 invoked from network); 8 Aug 2011 01:05:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2011 01:05:36 -0000 Authentication-Results: pb1.pair.com header.from=kiall@managedit.ie; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kiall@managedit.ie; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain managedit.ie designates 209.85.210.172 as permitted sender) X-PHP-List-Original-Sender: kiall@managedit.ie X-Host-Fingerprint: 209.85.210.172 mail-iy0-f172.google.com Received: from [209.85.210.172] ([209.85.210.172:33825] helo=mail-iy0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/86-17758-0663F3E4 for ; Sun, 07 Aug 2011 21:05:36 -0400 Received: by iye7 with SMTP id 7so9125206iye.31 for ; Sun, 07 Aug 2011 18:05:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=managedit.ie; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ioKuCEFdPIOzYXPc4kzFCUuXLI4jh/v1ux2ybziny0Y=; b=FAIF7NZMWl8j8GXr+ORwzO8d9Js1OiHFb3+8HKoJJ/Sx+0Ryn3ensXCe1zWS9bY8T4 sgLAJiJoY3j4ysj1xBugKtMpvuqUP0oTv7vMp51gnnQ3AFkURwrzrZu29sQNwXk7Sdlk GC3EA6iUnoHVvZJeY0W76aM+ikWG4eKhQ6B6o= Received: by 10.43.52.199 with SMTP id vn7mr1309537icb.414.1312765533245; Sun, 07 Aug 2011 18:05:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.170.1 with HTTP; Sun, 7 Aug 2011 18:05:13 -0700 (PDT) In-Reply-To: <4E3F31D3.3090302@lsces.co.uk> References: <4E3F0279.3070701@sugarcrm.com> <4E3F31D3.3090302@lsces.co.uk> Date: Mon, 8 Aug 2011 02:05:13 +0100 Message-ID: To: Lester Caine Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=bcaec52e5f13484f3504a9f40bd5 Subject: Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation. From: kiall@managedit.ie (Kiall Mac Innes) --bcaec52e5f13484f3504a9f40bd5 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Aug 8, 2011 at 1:46 AM, Lester Caine wrote: > Richard Riley wrote: > >> Its really simple. >> >> Use git. >> > And stick two fingers up at the windows developer base ;) I admit I don't use windows often, but when I do, TortoiseGit has always worked fine for me! > It works, is fast and is rapidly becoming the industry standard. Do not >> sue something for "moral grounds" like the awful bzr used for emacs. >> > Mercurial is just as popular, especially if you want to support windows > projects in parallel with Linux ones ... > TortoiseHg just works on both windows and Linux, integrates nicely into > file managment and plays nicely in Eclipse ... TortoiseGit is windows only > and has compatibility problems. > > Compatibility problems? I assume you mean CRLF -> LF conversion? CRLF -> LF conversion (IIRC) is on by default, unless you choose otherwise during installation. Re: Windows Only - I'm yet to meet a Linux developer who prefers a git GUI over the git CLI ;) Thanks, Kiall --bcaec52e5f13484f3504a9f40bd5--