Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29987 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19104 invoked by uid 1010); 31 May 2007 09:01:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19088 invoked from network); 31 May 2007 09:01:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2007 09:01:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.180 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: 209.85.146.180 wa-out-1112.google.com Received: from [209.85.146.180] ([209.85.146.180:48717] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/A0-13361-00F8E564 for ; Thu, 31 May 2007 05:01:53 -0400 Received: by wa-out-1112.google.com with SMTP id m28so113715wag for ; Thu, 31 May 2007 02:01:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XPB37jeV/VBjPBk0+/vFCcuDaw70teSd5YF+Qq9ZD3DyHRTbWRbIcIhvHBfobNvjbBSZ9EwphrALTtpp+9DWvMiP5G9IiIWdg9Ui+SblIZG9FlCDrYEAb76jN7XmDykRTr+CR1QUlMnMgpcbl96v3hJjRzN+QjKTmlK/EEJgab0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lAWRmCe+DuKk+Ohzripl+cYPaLSMlxJgUir7Sz06zFcsaWJ7hAmIU03wPrLO1QKGlX4tkTIb+ddbS4CwJe72ruOa1tUhccJ8+OxMM7Bt3mbMFcPVJ2oa5oHPD06Qu6l6VCtpKUKX+o5+oLuZdkpArkq8QGaQk9JUK0KQ3ZFzidk= Received: by 10.115.49.16 with SMTP id b16mr354530wak.1180602101662; Thu, 31 May 2007 02:01:41 -0700 (PDT) Received: by 10.114.178.2 with HTTP; Thu, 31 May 2007 02:01:41 -0700 (PDT) Message-ID: Date: Thu, 31 May 2007 11:01:41 +0200 To: "Stefan Walk" Cc: "Rasmus Lerdorf" , "Andi Gutmans" , sniper@iki.fi, "PHP Internals List" In-Reply-To: <4858f9d90705310158v464c5e15o12df04eb7d3eb6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4e89b4260705280856t47429e54ofcc182e02a6627e5@mail.gmail.com> <465D2FB0.5060308@lerdorf.com> <014601c7a293$3e047440$39dc2f52@foxbox> <465D35D2.4050001@lerdorf.com> <1180530241.3496.13.camel@localhost.localdomain> <465D90D3.1090601@lerdorf.com> <698DE66518E7CA45812BD18E807866CE418708@us-ex1.zend.net> <465E85E6.70304@lerdorf.com> <4858f9d90705310158v464c5e15o12df04eb7d3eb6@mail.gmail.com> Subject: Re: [PHP-DEV] better changeset tracking From: pierre.php@gmail.com (Pierre) On 5/31/07, Stefan Walk wrote: > IMO, git is a choice worth thinking about for linux-only projects, but > if there are windows clients involved, it's not anymore (last time i > checked, it required cygwin). I used it under cygwin and works well as far as I can tell (be sure to use the latest). Having a cvs bridge can help too, both to test builds (not only on windows) or to provide patches. > At the moment, SVN is a pain in the ass when it comes to merging, but > they claim that it's fixed in 1.5... Did they not claim that SVN was perfect for such tasks in 1.0? ;-) --Pierre