wez             Mon Jun  6 20:00:15 2005 EDT

  Modified files:              
    /CVSROOT    commitinfo.pl 
  Log:
  Deny commits to PHP_4_3 branch.
  
  This is dependent on a patched version of CVS; we run the patched version only
  for commits over pserver, so people with shell on the cvs machine can still
  commit to the 4.3 branch if they really need to.
  
  
  
http://cvs.php.net/diff.php/CVSROOT/commitinfo.pl?r1=1.8&r2=1.9&ty=u
Index: CVSROOT/commitinfo.pl
diff -u CVSROOT/commitinfo.pl:1.8 CVSROOT/commitinfo.pl:1.9
--- CVSROOT/commitinfo.pl:1.8   Sat Oct 16 18:06:03 2004
+++ CVSROOT/commitinfo.pl       Mon Jun  6 20:00:14 2005
@@ -18,6 +18,11 @@
   exit 1;
 }
 
+if ($ENV{'ACL_PHP_4_3'} eq 'PHP_4_3') {
+  print "This branch is closed, used PHP_4_4 instead.\n";
+  exit 1;
+}
+
 open(FC, ">$last_file.$id") || die "cannot open last file";
 print FC "$directory\n";
 close(FC);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to