gwynne          Thu Jul  9 19:29:57 2009 UTC

  Added files:                 
    /CVSROOT    cvs_is_dead.sh 

  Modified files:              
    /CVSROOT    commitinfo 
  Log:
  disable CVS
  
http://cvs.php.net/viewvc.cgi/CVSROOT/commitinfo?r1=1.14&r2=1.15&diff_format=u
Index: CVSROOT/commitinfo
diff -u CVSROOT/commitinfo:1.14 CVSROOT/commitinfo:1.15
--- CVSROOT/commitinfo:1.14     Fri Apr  6 22:22:36 2007
+++ CVSROOT/commitinfo  Thu Jul  9 19:29:57 2009
@@ -1,6 +1,6 @@
 #
 
-#ident "@(#)cvs/examples:$Name:  $:$Id: commitinfo,v 1.14 2007/04/06 22:22:36 
helly Exp $"
+#ident "@(#)cvs/examples:$Name:  $:$Id: commitinfo,v 1.15 2009/07/09 19:29:57 
gwynne Exp $"
 #
 # The "commitinfo" file is used to control pre-commit checks.
 # The filter on the right is invoked with the repository and a list 
@@ -30,9 +30,11 @@
 # The next two lines prevent massive cvs commit messages from being
 # mailed out.  It would be nice if we could instead just send the 
 # commit log for these ones.
-.*distributions.*      /usr/bin/true
-^CVSROOT/pear    $CVSROOT/CVSROOT/peargroup_acls $USER
-.*pear.*    $CVSROOT/CVSROOT/pear_acls $USER
-DEFAULT      $CVSROOT/CVSROOT/cvs_acls $USER
+#.*distributions.*     /usr/bin/true
+#^CVSROOT/pear    $CVSROOT/CVSROOT/peargroup_acls $USER
+#.*pear.*    $CVSROOT/CVSROOT/pear_acls $USER
+#DEFAULT      $CVSROOT/CVSROOT/cvs_acls $USER
 
-ALL            $CVSROOT/CVSROOT/commitinfo.pl
+#ALL           $CVSROOT/CVSROOT/commitinfo.pl
+
+ALL     $CVSROOT/CVSROOT/cvs_is_dead.sh

http://cvs.php.net/viewvc.cgi/CVSROOT/cvs_is_dead.sh?view=markup&rev=1.1
Index: CVSROOT/cvs_is_dead.sh
+++ CVSROOT/cvs_is_dead.sh
#!/bin/sh

echo "CVS access has been disabled in favor of the move to Subversion."
echo "Commits to CVS are no longer possible."
echo "Please see http://wiki.php.net/vcs/svnfaq for more information."

exit 1



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

Reply via email to