Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59149 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34693 invoked from network); 24 Mar 2012 15:31:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2012 15:31:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=confik@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=confik@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: confik@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:43014] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/53-18105-2B8ED6F4 for ; Sat, 24 Mar 2012 10:30:58 -0500 Received: by ggmb2 with SMTP id b2so3661012ggm.29 for ; Sat, 24 Mar 2012 08:30:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=wjJ4ecTArQV7BikwxJ8xsedAp04jXFbmTR65q0GFNeI=; b=ChqwPrKhwgV/R2ybwCZ5F4jYKYh9lZPvepeJQ+ziAbHbgvS03Ha08W2qEB8jXKIICd p2kgbGSrsjm3umS8WAgsgx1rV04nQSwgklk07plXuKg/fNAhOZdsAfvugNIRzr+9ypQ2 Ix/X1N/lHim9qzGH1Dgu7yykFCtJk03fuN3Z6+0FaCpDGj4PeBVAqj1jj+RHvRs2MGX4 mwEYbwCFLIbKjuXnn7mUpw07pFQG9162EmTmg5VvOOhKNtCH10sPOmGvbdNSTo1WTwsb Hyi32sh7gqY6zP4NNGDaQd7lPoixZEku8Hq2QDoe1SJndp537wSczULTGvLi8n2QdnYp 2itQ== Received: by 10.236.170.165 with SMTP id p25mr15926464yhl.123.1332603056216; Sat, 24 Mar 2012 08:30:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.213.40 with HTTP; Sat, 24 Mar 2012 08:30:36 -0700 (PDT) In-Reply-To: References: <4F6BB4AA.2090208@oracle.com> <4F6BC462.6060001@oracle.com> Date: Sat, 24 Mar 2012 20:30:36 +0500 Message-ID: To: David Soria Parra Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Git merging fun and a local clone-per branch workflow From: confik@gmail.com (Alexey Shein) 24 =D0=BC=D0=B0=D1=80=D1=82=D0=B0 2012=C2=A0=D0=B3. 18:23 =D0=BF=D0=BE=D0= =BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C David Soria Parra= =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB: > On 2012-03-24, Alexey Shein wrote: >> Hello, >> >> Just wanted to say that I updated multiple working dirs scenario here >> https://gist.github.com/2165086/, which is *much* more simplified now, >> thanks to dsp for hint about git-new-workdir script. >> It should work fine if all changes from downstream branches (such as >> PHP-5.3) are always merged into upstream (PHP-5.4). >> If it's not the case, then some other solution is needed. > > Can you pleae add a description like that to the php wiki ? Done. https://wiki.php.net/vcs/gitfaq#multiple_working_copies_workflow > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --=20 Regards, Shein Alexey