Re: svn: /SVNROOT/ global_avail pre-commit

From: Date: Fri, 30 Dec 2011 07:55:22 +0000
Subject: Re: svn: /SVNROOT/ global_avail pre-commit
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
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



Thread (10 messages)

« previous php.internals (#57155) next »