Alexandre Julliard : Remove some references to the Wine CVS tree.

Alexandre Julliard julliard at winehq.org
Fri Aug 20 12:33:32 CDT 2010


Module: website
Branch: master
Commit: 04e65af40b5a1476e01b921a49d942dfc787b7b1
URL:    http://source.winehq.org/git/website.git/?a=commit;h=04e65af40b5a1476e01b921a49d942dfc787b7b1

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Aug 20 18:08:30 2010 +0200

Remove some references to the Wine CVS tree.

---

 templates/en/contributing.template |    4 ++--
 templates/en/cvs.template          |   30 +-----------------------------
 templates/en/resources.template    |    1 -
 3 files changed, 3 insertions(+), 32 deletions(-)

diff --git a/templates/en/contributing.template b/templates/en/contributing.template
index 0f9d81e..d292086 100644
--- a/templates/en/contributing.template
+++ b/templates/en/contributing.template
@@ -235,8 +235,8 @@
 
 <p>Wine is in constant need of documentation updates.  Wine has its
   "<a href="{$root}/site/documentation">Guides</a>," like the Wine User Guide etc.
-  The SGML source of the Guides can be found in a <a href="http://www.winehq.org/site/cvs#docs">
-  separate CVS tree in Sourceforge</a>.</p>
+  The SGML source of the Guides can be found in a <a href="http://source.winehq.org/git/docs.git">
+  separate Git tree</a>.</p>
 <p>Other important documentation items are the README file
   and also the man pages and other files in the documentation/directory.</p>
 <p>Your job would be to make sure that every patch a developer submits
diff --git a/templates/en/cvs.template b/templates/en/cvs.template
index 358ba0b..202cf60 100644
--- a/templates/en/cvs.template
+++ b/templates/en/cvs.template
@@ -4,32 +4,11 @@
 <h1 class="title">The Wine CVS Tree</h1>
 
 <p><strong>Note: We have switched development from CVS to <a href="http://git.or.cz">Git</a>.
+  Wine can no longer be downloaded via CVS.
   Instructions for using the <a href="{$root}/site/git">Wine Git tree</a>
   can be found on the <a href="http://wiki.winehq.org/GitWine">GitWine</a>
   page on the <a href="http://wiki.winehq.org">Wine Wiki</a>.</strong></p>
 
-<ol>
-  <li><a href="#co">Getting a local copy of Wine</a></li>
-  <li><a href="#sourcetree">Source Tree Browsing via the Web</a></li>
-</ol>
-
-<hr />
-
-<h1 id="co">Getting a local copy of Wine</h1>
-
-<p>To connect to the CVS server, run:</p>
-
-<p><code>export CVSROOT=:pserver:cvs at cvs.winehq.org:/home/wine
-cvs login
-</code></p>
-
-<p>Use &quot;cvs&quot; as the password (without the quotes). Note that
-<code>/home/wine</code> is a path on the <strong>server</strong>, not on your machine.</p>
-
-<p>To check out the entire Wine source tree run:</p>
-
-<p><code>cvs -z 3 checkout wine</code></p>
-
 <hr />
 
 <h1 id="sourcetree">Source Tree Browsing via the Web</h1>
@@ -40,10 +19,3 @@ cvs login
 <ul>
   <li><a href="http://source.winehq.org/">source.winehq.org</a></li>
 </ul>
-
-<p>Direct access from the web to the complete CVS tree is also possible, using
-  <a href="http://www.freebsd.org/projects/cvsweb.html">cvsweb</a> package:</p>
-<ul>
-  <li><a href="http://cvs.winehq.org/cvsweb">cvs.winehq.org/cvsweb</a>, on the
-    primary CVS repository.</li>
-</ul>
diff --git a/templates/en/resources.template b/templates/en/resources.template
index a15cc6d..b33cb2a 100644
--- a/templates/en/resources.template
+++ b/templates/en/resources.template
@@ -8,7 +8,6 @@
        <ul>
          <li><a href="http://source.winehq.org/">source.winehq.org</a> Cross-referenced marked up source
          <li><a href="http://source.winehq.org/git">source.winehq.org/git</a> GitWeb interface to the Wine source
-         <li><a href="http://cvs.winehq.org/cvsweb/">cvs.winehq.org</a> CVS web interface to the Wine source
          <li><a href="http://source.winehq.org/WineAPI/">Wine API</a> Automatically generated Wine API documentation
          <li><a href="http://24.229.94.2/">API db</a> Cross-reference of Wine APIs with many Windows versions
        </ul>




More information about the wine-cvs mailing list