Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56937 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61529 invoked from network); 15 Dec 2011 17:11:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2011 17:11:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:63559] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/00-61251-54A2AEE4 for ; Thu, 15 Dec 2011 12:11:33 -0500 Received: by ghbg20 with SMTP id g20so1811712ghb.29 for ; Thu, 15 Dec 2011 09:11:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Ohc+oMk5TRwEOGzNzmYATVqmtWF9AuTsx5F2+atBouk=; b=TcrDfniKAJhDokvlT0nTea3rl2fabnYxKqckXnQEUVyu9DTk3XFT3e3RT6JBW0RTWN 9ULwQ3doh4DjRA2FiFOB1MnylDy/PIp2MFXBISfmcwgRr59M7ONQJjJw792d+rcs4yuh 0Luod3A//ud8HK1uTzKh8pXXQVmIn+TsrWSdY= MIME-Version: 1.0 Received: by 10.101.136.34 with SMTP id o34mr1672243ann.49.1323969090316; Thu, 15 Dec 2011 09:11:30 -0800 (PST) Received: by 10.147.134.20 with HTTP; Thu, 15 Dec 2011 09:11:30 -0800 (PST) In-Reply-To: References: Date: Thu, 15 Dec 2011 18:11:30 +0100 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 Migration: An Update From: hannes.magnusson@gmail.com (Hannes Magnusson) On Thu, Dec 15, 2011 at 17:12, David Soria Parra wrote: > =C2=A0About SVN properties: We will not use 'keywords' anymore, unless > a certain code needs it. I'm aware that code like reflection use > the keyword information in their phpinfo() text. Should we enable > keywords for this file or do we change the code? Remove it, most other extensions have removed it from their info. > =C2=A01. Compile a list of scripts/sites that need to be changed in order > =C2=A0 =C2=A0 to work with the git repo. Some sites are already on the li= st: > =C2=A0 =C2=A0 - http://ci.qa.php.net > =C2=A0 =C2=A0 - http://snaps.php.net > =C2=A0 =C2=A0 - http://edit.php.net > =C2=A0 =C2=A0 - http://lxr.php.net rsync.. does something like cvsup or svnsync exist? :] -Hannes