Re: [PHP-DEV] Local time zone

2011-12-15 Thread Pierre Joye
On Wed, Dec 14, 2011 at 11:14 PM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! I believe he's referring to sys/time.h, but this introduces portability issues.  If it were just unix, that would be one thing. But maintaining this and a Windows alternative, and I have no idea what that is,

[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

[PHP-DEV] Realnames in Git commits

2011-12-15 Thread David Soria Parra
As outlined in my previous post. An author in git is identified by NAME EMAIL. We will rewrite commit information to match this format during the SVN to Git migration. At the moment this affects php-src only, but it will probably expand to other repositories later. We will use the stored realname

Re: [PHP-DEV] Realnames in Git commits

2011-12-15 Thread Paul Dragoonis
Format looks good DSP. On Thu, Dec 15, 2011 at 4:19 PM, David Soria Parra d...@php.net wrote: As outlined in my previous post. An author in git is identified by NAME EMAIL. We will rewrite commit information to match this format during the SVN to Git migration. At the moment this affects

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

2011-12-15 Thread Hannes Magnusson
On Thu, Dec 15, 2011 at 17:12, David Soria Parra d...@php.net 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

Re: [PHP-DEV] Realnames in Git commits

2011-12-15 Thread Peter Cowburn
On 15 December 2011 16:19, David Soria Parra d...@php.net wrote: As outlined in my previous post. An author in git is identified by NAME EMAIL. We will rewrite commit information to match this format during the SVN to Git migration. At the moment this affects php-src only, but it will probably

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

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 d...@php.net 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.