[MMBASE CVS] CVSROOT deny.pl

2009-04-30 Thread Michiel Meeuwissen
Update of /var/cvs/CVSROOT
In directory james.mmbase.org:/tmp/cvs-serv22251

Modified Files:
deny.pl 
Log Message:
will disable CVS tomorrow


See also: http://cvs.mmbase.org/viewcvs/CVSROOT


Index: deny.pl
===
RCS file: /var/cvs/CVSROOT/deny.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- deny.pl 30 Apr 2009 22:49:16 -  1.1
+++ deny.pl 30 Apr 2009 22:51:03 -  1.2
@@ -1,3 +1,8 @@
 #!/usr/bin/perl
-print "You cannot check in in CVS any more. We migrated to Subversion. Please 
https://scm.mmbase.org.\n";;
-exit(-1);
+$module_dir = shift @ARGV;
+if ($module_dir ne "CVSROOT") {
+print "You cannot check in in CVS any more. We migrated to Subversion. 
Please use https://scm.mmbase.org.\n";;
+exit(-1);
+} else {
+exit(0);
+}
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs


[MMBASE CVS] CVSROOT deny.pl checkoutlist

2009-04-30 Thread Michiel Meeuwissen
Update of /var/cvs/CVSROOT
In directory james.mmbase.org:/tmp/cvs-serv22108

Modified Files:
checkoutlist 
Added Files:
deny.pl 
Log Message:
will disable CVS tomorrow


See also: http://cvs.mmbase.org/viewcvs/CVSROOT


deny.pl is new



Index: checkoutlist
===
RCS file: /var/cvs/CVSROOT/checkoutlist,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- checkoutlist17 Feb 2004 16:02:50 -  1.3
+++ checkoutlist30 Apr 2009 22:49:16 -  1.4
@@ -13,4 +13,5 @@
 # comment lines begin with '#'
 
 xmlvalidate.pl  No XML-validation script could be found 
+deny.pl Deny every check in
 log/cvsmail No mails script could be found 
\ No newline at end of file
___
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs