Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44942 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93721 invoked from network); 13 Jul 2009 19:38:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jul 2009 19:38:05 -0000 X-Host-Fingerprint: 87.118.104.77 ns.experimentalworks.net Date: Mon, 13 Jul 2009 15:38:04 -0400 Received: from [87.118.104.77] ([87.118.104.77:8313] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/B0-24812-C1D8B5A4 for ; Mon, 13 Jul 2009 15:38:04 -0400 To: internals@lists.php.net Message-ID: User-Agent: slrn/0.9.8.1pl1 (Debian) X-Posted-By: 87.118.104.77 Subject: git mirror of svn.php.net From: sn_@gmx.net (David Soria Parra) Hi List, Quite a few people mentioned that they want to use git as a frontend to the svn server. Therefore most of them need an initial import of the svn.php.net repository using git-svn. As this operation will retrieve every version in the repository, we decided to offer a semi-official git mirror. This mirror will be hosted on the php.net infrastructure, soon, but until we setup the necessary software, I maintain a manually updated repository at github. The repository has a complete import of php-src with all branches and tags. The repository can be found at: http://github.com/dsp/php/tree/master Please use this clone and do _not_ import the whole repository yourself. A FAQ how to setup the repository to commit back into the svn can be found in the wiki at: http://wiki.php.net/vcs/svnfaq David