Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56939 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65511 invoked from network); 15 Dec 2011 17:47:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2011 17:47:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:35047] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/C0-61251-5A23AEE4 for ; Thu, 15 Dec 2011 12:47:18 -0500 Received: from [192.168.2.230] (ppp-93-104-50-254.dynamic.mnet-online.de [93.104.50.254]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id C60D35F929; Thu, 15 Dec 2011 18:47:14 +0100 (CET) To: Hannes Magnusson Cc: David Soria Parra , internals@lists.php.net In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 15 Dec 2011 18:47:12 +0100 Message-ID: <1323971232.1962.280.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Git Migration: An Update From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2011-12-15 at 18:11 +0100, Hannes Magnusson wrote: > > 1. Compile a list of scripts/sites that need to be changed in order > > to work with the git repo. Some sites are already on the list: > > - http://ci.qa.php.net > > - http://snaps.php.net > > - http://edit.php.net > > - http://lxr.php.net > > rsync.. does something like cvsup or svnsync exist? :] Yes "git clone" (or git pull) ;-) johannes