Commit:    ada757b74dc8b080a399adde3b73408c69423225
Author:    Hannes Magnusson <[email protected]>         Wed, 20 Nov 2013 
16:39:20 -0800
Parents:   af31fabce4f778c0e7741a08a6cbfe8e40fb558c
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=ada757b74dc8b080a399adde3b73408c69423225

Log:
CVSup was dropped pretty long time ago :)

Changed paths:
  D  cvsup.php
  M  error.php


Diff:
diff --git a/cvsup.php b/cvsup.php
deleted file mode 100644
index 9bdafa3..0000000
--- a/cvsup.php
+++ /dev/null
@@ -1,78 +0,0 @@
-<?php
-// $Id$
-$_SERVER['BASE_PAGE'] = 'cvsup.php';
-include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
-$SIDEBAR_DATA = '
-<h3>What is CVS?</h3>
-<p>
- You can find more information about CVS, and
- download clients for most major platforms, at
- <a href="http://ximbiot.com/cvs/wiki/index.php";>the CVS Wiki</a>.
-</p>
-
-<h3>PHP.net CVS access</h3>
-<p>
- If you would like to grab PHP sources or other PHP.net
- hosted project data from PHP.net, read our 
- <a href="/anoncvs.php">anonymous CVS</a> instructions.
- If you would like to join PHP development or would like to
- contribute to the PHP documentation, contact the relevant
- group. You will need <a href="/cvs-php.php">your own CVS account</a>
- to contribute.
-</p>
-
-<h3>Source and binary snapshots</h3>
-<p>
- You may also be interested in a PHP snapshot, see
- <a href="http://snaps.php.net/";>snaps.php.net</a>.
- Compiled snapshots for Windows users are also included.
-</p>
-';
-site_header("Using CVSup to maintain a local CVS repository", array("current" 
=> "help"));
-?>
-
-<h1>Using CVSup To Maintain A Local CVS Repository</h1>
-
-<p>
- In addition to <a href="/anoncvs.php">anonymous CVS</a>, we also provide
- read-only access to our CVS repository by using CVSup. While CVSup is faster
- at updating large trees, it is not as widely available as the standard CVS
- client. We will describe now how you can use CVSup.
-</p>
-
-<ol>
- <li>
-  Download the appropriate binary distribution from
-  <a href="http://www.cvsup.org/";>the CVSup homepage</a>.
- </li>
- <li>
-  Follow the instructions in the Install file of the binary distribution
- </li>
- <li>
-  Create a php.cvsup file containing the following content:
-<pre class="info">*default host=CVSup.php.net
-*default base=/usr/src/php
-*default release=cvs
-*default compress
-*default tag=.
-*default delete use-rel-suffix
-php-src</pre>
-  This will cause the php-src tree to be stored in <code>/usr/src/php</code>
-  (you need to create that directory manually).
- </li>
- <li>
-  At a command prompt, simply type:
-  <code>cvsup php.cvsup</code>
- </li>
- <li>
-  If you are behind a firewall, you might need to use:
-  <code>cvsup -P - php.cvsup</code>
- </li>
- <li>
-  To build PHP, you need to install a few utilities (GNU autoconf,
-  libtool, bison). Cd into <code>php-src</code> and run
-  <code>./buildconf</code>.
- </li>
-</ol>
-
-<?php site_footer();
diff --git a/error.php b/error.php
index 21fc683..766a81b 100644
--- a/error.php
+++ b/error.php
@@ -430,6 +430,9 @@ $uri_aliases = array (
     "svn-php"       => "git-php",
     "svn-php.php"   => "git-php",
 
+    # CVSUp -> Nada
+    "cvsup"         => "mirroring",
+
     # Other items
     "security/crypt" => "security/crypt_blowfish",


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

Reply via email to