[PHP-CVS] cvs: CVSROOT / commitinfo.pl

2006-03-25 Thread Andrei Zmievski
andrei  Sat Mar 25 18:28:23 2006 UTC

  Modified files:  
/CVSROOTcommitinfo.pl 
  Log:
  This won't work anyway until we run our custom CVS binary
  
  
http://cvs.php.net/viewcvs.cgi/CVSROOT/commitinfo.pl?r1=1.12r2=1.13diff_format=u
Index: CVSROOT/commitinfo.pl
diff -u CVSROOT/commitinfo.pl:1.12 CVSROOT/commitinfo.pl:1.13
--- CVSROOT/commitinfo.pl:1.12  Sun Mar 19 18:59:18 2006
+++ CVSROOT/commitinfo.pl   Sat Mar 25 18:28:23 2006
@@ -23,11 +23,11 @@
   exit 1;
 }
 
-if ($directory =~ m,/php-gtk-doc, 
-   $ENV{'ACL_PHP_GTK_1'} eq 'PHP_GTK_1') {
-   print This branch is closed, use HEAD instead.\n;
-   exit 1;
-}
+#if ($directory =~ m,/php-gtk-doc, 
+#  $ENV{'ACL_PHP_GTK_1'} eq 'PHP_GTK_1') {
+#  print This branch is closed, use HEAD instead.\n;
+#  exit 1;
+#}
 
 open(FC, $last_file.$id) || die cannot open last file;
 print FC $directory\n;

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



[PHP-CVS] cvs: CVSROOT / commitinfo.pl

2006-03-19 Thread Andrei Zmievski
andrei  Sun Mar 19 18:35:34 2006 UTC

  Modified files:  
/CVSROOTcommitinfo.pl 
  Log:
  Close down access to PHP_GTK_1 branch of the PHP_GTK docs.
  
  
http://cvs.php.net/viewcvs.cgi/CVSROOT/commitinfo.pl?r1=1.10r2=1.11diff_format=u
Index: CVSROOT/commitinfo.pl
diff -u CVSROOT/commitinfo.pl:1.10 CVSROOT/commitinfo.pl:1.11
--- CVSROOT/commitinfo.pl:1.10  Tue Jun  7 00:00:38 2005
+++ CVSROOT/commitinfo.pl   Sun Mar 19 18:35:34 2006
@@ -23,6 +23,12 @@
   exit 1;
 }
 
+if ($directory =~ m,/php-gtk-doc/, 
+   $ENV{'ACL_PHP_GTK_1'} eq 'PHP_GTK_1') {
+  print This branch is closed, use HEAD 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



[PHP-CVS] cvs: CVSROOT / commitinfo.pl

2006-03-19 Thread Andrei Zmievski
andrei  Sun Mar 19 18:59:18 2006 UTC

  Modified files:  
/CVSROOTcommitinfo.pl 
  Log:
  Fix regexp
  
  
http://cvs.php.net/viewcvs.cgi/CVSROOT/commitinfo.pl?r1=1.11r2=1.12diff_format=u
Index: CVSROOT/commitinfo.pl
diff -u CVSROOT/commitinfo.pl:1.11 CVSROOT/commitinfo.pl:1.12
--- CVSROOT/commitinfo.pl:1.11  Sun Mar 19 18:35:34 2006
+++ CVSROOT/commitinfo.pl   Sun Mar 19 18:59:18 2006
@@ -23,10 +23,10 @@
   exit 1;
 }
 
-if ($directory =~ m,/php-gtk-doc/, 
+if ($directory =~ m,/php-gtk-doc, 
$ENV{'ACL_PHP_GTK_1'} eq 'PHP_GTK_1') {
-  print This branch is closed, use HEAD instead.\n;
-  exit 1;
+   print This branch is closed, use HEAD instead.\n;
+   exit 1;
 }
 
 open(FC, $last_file.$id) || die cannot open last file;

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



[PHP-CVS] cvs: CVSROOT / commitinfo.pl

2005-06-06 Thread Wez Furlong
wez Mon Jun  6 20:00:15 2005 EDT

  Modified files:  
/CVSROOTcommitinfo.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.8r2=1.9ty=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



[PHP-CVS] cvs: CVSROOT / commitinfo.pl

2005-06-06 Thread Wez Furlong
wez Mon Jun  6 20:00:38 2005 EDT

  Modified files:  
/CVSROOTcommitinfo.pl 
  Log:
  fix typo
  
http://cvs.php.net/diff.php/CVSROOT/commitinfo.pl?r1=1.9r2=1.10ty=u
Index: CVSROOT/commitinfo.pl
diff -u CVSROOT/commitinfo.pl:1.9 CVSROOT/commitinfo.pl:1.10
--- CVSROOT/commitinfo.pl:1.9   Mon Jun  6 20:00:14 2005
+++ CVSROOT/commitinfo.pl   Mon Jun  6 20:00:38 2005
@@ -19,7 +19,7 @@
 }
 
 if ($ENV{'ACL_PHP_4_3'} eq 'PHP_4_3') {
-  print This branch is closed, used PHP_4_4 instead.\n;
+  print This branch is closed, use PHP_4_4 instead.\n;
   exit 1;
 }
 

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



[PHP-CVS] cvs: CVSROOT / commitinfo.pl loginfo.pl

2004-10-16 Thread Sascha Schumann
sas Sat Oct 16 18:02:26 2004 EDT

  Modified files:  
/CVSROOTcommitinfo.pl loginfo.pl 
  Log:
  debugging
  
  
http://cvs.php.net/diff.php/CVSROOT/commitinfo.pl?r1=1.6r2=1.7ty=u
Index: CVSROOT/commitinfo.pl
diff -u CVSROOT/commitinfo.pl:1.6 CVSROOT/commitinfo.pl:1.7
--- CVSROOT/commitinfo.pl:1.6   Tue Oct 12 10:32:34 2004
+++ CVSROOT/commitinfo.pl   Sat Oct 16 18:02:26 2004
@@ -5,6 +5,8 @@
 # Copyright (c) 1999, 2000 Sascha Schumann [EMAIL PROTECTED]
 use strict;
 
+print COMMITINFO [EMAIL PROTECTED];
+
 my $last_file = /var/cvs/lastdir;
 
 my $id = getpgrp();
http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.72r2=1.73ty=u
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.72 CVSROOT/loginfo.pl:1.73
--- CVSROOT/loginfo.pl:1.72 Sat Oct 16 17:51:21 2004
+++ CVSROOT/loginfo.pl  Sat Oct 16 18:02:26 2004
@@ -16,6 +16,8 @@
 
 $SIG{PIPE} = 'IGNORE';
 
+print LOGINFO [EMAIL PROTECTED];
+
 my $last_file  = /var/cvs/lastdir;
 my $summary= /var/cvs/summary;
 my $smtpserver = 216.92.131.4;

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



[PHP-CVS] cvs: CVSROOT / commitinfo.pl loginfo.pl

2004-10-16 Thread Sascha Schumann
sas Sat Oct 16 18:06:03 2004 EDT

  Modified files:  
/CVSROOTcommitinfo.pl loginfo.pl 
  Log:
  debuggin
  
  
http://cvs.php.net/diff.php/CVSROOT/commitinfo.pl?r1=1.7r2=1.8ty=u
Index: CVSROOT/commitinfo.pl
diff -u CVSROOT/commitinfo.pl:1.7 CVSROOT/commitinfo.pl:1.8
--- CVSROOT/commitinfo.pl:1.7   Sat Oct 16 18:02:26 2004
+++ CVSROOT/commitinfo.pl   Sat Oct 16 18:06:03 2004
@@ -5,7 +5,7 @@
 # Copyright (c) 1999, 2000 Sascha Schumann [EMAIL PROTECTED]
 use strict;
 
-print COMMITINFO [EMAIL PROTECTED];
+print COMMITINFO .join( , @ARGV).\n;
 
 my $last_file = /var/cvs/lastdir;
 
http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.73r2=1.74ty=u
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.73 CVSROOT/loginfo.pl:1.74
--- CVSROOT/loginfo.pl:1.73 Sat Oct 16 18:02:26 2004
+++ CVSROOT/loginfo.pl  Sat Oct 16 18:06:03 2004
@@ -16,7 +16,7 @@
 
 $SIG{PIPE} = 'IGNORE';
 
-print LOGINFO [EMAIL PROTECTED];
+print LOGINFO .join( , @ARGV).\n;
 
 my $last_file  = /var/cvs/lastdir;
 my $summary= /var/cvs/summary;

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



[PHP-CVS] cvs: CVSROOT / commitinfo.pl

2004-10-12 Thread Sascha Schumann
sas Tue Oct 12 10:32:35 2004 EDT

  Modified files:  
/CVSROOTcommitinfo.pl 
  Log:
  - add check for empty directory
  
  
http://cvs.php.net/diff.php/CVSROOT/commitinfo.pl?r1=1.5r2=1.6ty=u
Index: CVSROOT/commitinfo.pl
diff -u CVSROOT/commitinfo.pl:1.5 CVSROOT/commitinfo.pl:1.6
--- CVSROOT/commitinfo.pl:1.5   Sat May 26 19:46:15 2001
+++ CVSROOT/commitinfo.pl   Tue Oct 12 10:32:34 2004
@@ -11,9 +11,16 @@
 
 my $directory = $ARGV[0];
 
+if ($directory eq ) {
+  print CVS did not pass directory information.  Denying commit.\n; 
+  exit 1;
+}
+
 open(FC, $last_file.$id) || die cannot open last file;
 print FC $directory\n;
 close(FC);
 
 # throw away STDIN so parent doesn't get SIGPIPE
 while() { }
+
+exit 0;

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