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 -0000      1.1
+++ deny.pl     30 Apr 2009 22:51:03 -0000      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

Reply via email to