Re: [PHP-DEV] Git Migration: An Update

2011-12-15 Thread Ferenc Kovacs
On Thu, Dec 15, 2011 at 5:12 PM, David Soria Parra wrote: > Hi Internals, > > three months ago we decided to move PHP to Git. I want to give you > an update what happend so far and what we are working on. > > So far we have: > > 1. A working import from php-src. > 2. A basic server setup. > 3.

Re: [PHP-DEV] Git Migration: An Update

2011-12-15 Thread Alexey Shein
AFAIK, git natively supports rsync protocol, see man git pull. 2011/12/15 Johannes Schlüter : > 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 l

Re: [PHP-DEV] Git Migration: An Update

2011-12-15 Thread Johannes Schlüter
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 > >

Re: [PHP-DEV] Git Migration: An Update

2011-12-15 Thread Hannes Magnusson
On Thu, Dec 15, 2011 at 17:12, David Soria Parra wrote: >  About 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 chang

[PHP-DEV] Git Migration: An Update

2011-12-15 Thread David Soria Parra
Hi Internals, three months ago we decided to move PHP to Git. I want to give you an update what happend so far and what we are working on. So far we have: 1. A working import from php-src. 2. A basic server setup. 3. A working Karma implementation. A little bit more details: We will us