andrei Sat Mar 25 18:28:23 2006 UTC
Modified files:
/CVSROOT commitinfo.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.12&r2=1.13&diff_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