Re: Re: svn: /SVNROOT/ global_avail pre-commit

From: Date: Fri, 30 Dec 2011 11:11:13 +0000
Subject: Re: Re: svn: /SVNROOT/ global_avail pre-commit
References: 1 2  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
*thihihi* Nice catch, fixed :)

-Hannes

On Fri, Dec 30, 2011 at 08:55, Michael Wallner <[email protected]> wrote:
> On Thu, 29 Dec 2011 18:29:36 +0000, David Soria Parra wrote:
>
>> dsp                                      Thu, 29 Dec 2011 18:29:36 +0000
>>
>> Revision: http://svn.php.net/viewvc?view=revision&revision=321521
>>
>> Log:
>> Temporarily deactivate commits to systems during migration
>>
>> Changed paths:
>>     U   SVNROOT/global_avail U   SVNROOT/pre-commit
>>
> ...
>>
>> Modified: SVNROOT/pre-commit
>> ===================================================================
>> --- SVNROOT/pre-commit        2011-12-29 18:19:42 UTC (rev 321520)
>> +++ SVNROOT/pre-commit        2011-12-29 18:29:36 UTC (rev 321521)
>> @@ -35,6 +35,9 @@
>>          fail("Commits to archived modules are not allowed.\n");
>>      }
>>
>> +    if (strncmp($changed_path, "systems/", strlen("archived/")) ===
>> 0)
>> { +        fail("Systems now uses git. http://git.php.net\n");
>> +    }
>
> That doesn't look quite right (systems vs archived).
>
> Regards,
> Mike
>
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>


Thread (10 messages)

« previous php.internals (#57158) next »