You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ra...@apache.org on 2004/11/29 06:04:03 UTC

svn commit: r106885 - /httpd/site/trunk/docs/apreq/index.html /httpd/site/trunk/xdocs/apreq/index.html /httpd/site/trunk/xdocs/apreq/index.xml

Author: randyk
Date: Sun Nov 28 21:04:00 2004
New Revision: 106885

URL: http://svn.apache.org/viewcvs?view=rev&rev=106885
Log:
update apreq docs to use svn
Modified:
   httpd/site/trunk/docs/apreq/index.html
   httpd/site/trunk/xdocs/apreq/index.html
   httpd/site/trunk/xdocs/apreq/index.xml

Modified: httpd/site/trunk/docs/apreq/index.html
Url: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/index.html?view=diff&rev=106885&p1=httpd/site/trunk/docs/apreq/index.html&r1=106884&p2=httpd/site/trunk/docs/apreq/index.html&r2=106885
==============================================================================
--- httpd/site/trunk/docs/apreq/index.html	(original)
+++ httpd/site/trunk/docs/apreq/index.html	Sun Nov 28 21:04:00 2004
@@ -150,23 +150,23 @@
            <table border="0" cellspacing="0" cellpadding="2" width="100%">
  <tr><td bgcolor="#525D76">
   <font color="#ffffff" face="arial,helvetica,sanserif">
-   <strong>CVS</strong>
+   <strong>SVN</strong>
   </font>
  </td></tr>
  <tr><td>
   <blockquote>
-<p>Instructions for public cvs access to the libapreq repositories</p>
+<p>Development of libapreq can be followed through the
+<a href="http://subversion.tigris.org/">Subversion</a> repositories.
+For public access you can use</p>
 <pre><code>
-    % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
-      CVS password: anonymous
-    % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co httpd-apreq
-    % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co httpd-apreq-2
+    % svn checkout http://svn.apache.org/repos/asf/httpd/apreq/trunk/ httpd-apreq-2
+    % svn checkout http://svn.apache.org/repos/asf/httpd/apreq/branches/1.x/ httpd-apreq
 </code></pre>
-<p>CVS snapshots for httpd-apreq are available at
+<p>SVN snapshots for httpd-apreq are available at
 <a href="http://cvs.apache.org/snapshots/httpd-apreq/">http://cvs.apache.org/snapshots/httpd-apreq/</a>.
-You can also browse through the CVS repositories for 
-<a href="http://cvs.apache.org/viewcvs.cgi/httpd-apreq/">httpd-apreq</a> and
-<a href="http://cvs.apache.org/viewcvs.cgi/httpd-apreq-2/">httpd-apreq-2</a>.
+You can also browse through the SVN repositories for 
+<a href="http://svn.apache.org/viewcvs.cgi/httpd/apreq/branches/1.x/">httpd-apreq</a> and
+<a href="http://svn.apache.org/viewcvs.cgi/httpd/apreq/trunk/">httpd-apreq-2</a>.
 </p>
   </blockquote>
  </td></tr>

Modified: httpd/site/trunk/xdocs/apreq/index.html
Url: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/apreq/index.html?view=diff&rev=106885&p1=httpd/site/trunk/xdocs/apreq/index.html&r1=106884&p2=httpd/site/trunk/xdocs/apreq/index.html&r2=106885
==============================================================================
--- httpd/site/trunk/xdocs/apreq/index.html	(original)
+++ httpd/site/trunk/xdocs/apreq/index.html	Sun Nov 28 21:04:00 2004
@@ -88,23 +88,20 @@
 
 <hr noshade="noshade" size="1" />
 
-<h2>CVS</h2>
-
-<p>Instructions for public cvs access to the apreq repositories:</p>
+<h2>SVN</h2>
 
+<p>Development of libapreq can be followed through the
+<a href="http://subversion.tigris.org/">Subversion</a> repositories.
+For public access you can use</p>
 <pre><code>
-    % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
-      CVS password: anonymous
-    % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co httpd-apreq
-    % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co httpd-apreq-2
+    % svn checkout http://svn.apache.org/repos/asf/httpd/apreq/trunk/ httpd-apreq-2
+    % svn checkout http://svn.apache.org/repos/asf/httpd/apreq/branches/1.x/ httpd-apreq
 </code></pre>
-
-<p>
-CVS snapshots for httpd-apreq are available at 
-   <a href="http://cvs.apache.org/snapshots/httpd-apreq/">http://cvs.apache.org/snapshots/httpd-apreq/</a>.
-You can also browse through the CVS repositories for 
-<a href="http://cvs.apache.org/viewcvs.cgi/httpd-apreq/">httpd-apreq</a> and
-<a href="http://cvs.apache.org/viewcvs.cgi/httpd-apreq-2/">httpd-apreq-2</a>.
+<p>SVN snapshots for httpd-apreq are available at
+<a href="http://cvs.apache.org/snapshots/httpd-apreq/">http://cvs.apache.org/snapshots/httpd-apreq/</a>.
+You can also browse through the SVN repositories for 
+<a href="http://svn.apache.org/viewcvs.cgi/httpd/apreq/branches/1.x/">httpd-apreq</a> and
+<a href="http://svn.apache.org/viewcvs.cgi/httpd/apreq/trunk/">httpd-apreq-2</a>.
 </p>
 
 <hr noshade="noshade" size="1" />

Modified: httpd/site/trunk/xdocs/apreq/index.xml
Url: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/apreq/index.xml?view=diff&rev=106885&p1=httpd/site/trunk/xdocs/apreq/index.xml&r1=106884&p2=httpd/site/trunk/xdocs/apreq/index.xml&r2=106885
==============================================================================
--- httpd/site/trunk/xdocs/apreq/index.xml	(original)
+++ httpd/site/trunk/xdocs/apreq/index.xml	Sun Nov 28 21:04:00 2004
@@ -60,19 +60,19 @@
   </dd>
 </dl>
 </section>
-<section><title>CVS</title>
-<p>Instructions for public cvs access to the libapreq repositories</p>
+<section><title>SVN</title>
+<p>Development of libapreq can be followed through the
+<a href="http://subversion.tigris.org/">Subversion</a> repositories.
+For public access you can use</p>
 <pre><code>
-    % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
-      CVS password: anonymous
-    % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co httpd-apreq
-    % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co httpd-apreq-2
+    % svn checkout http://svn.apache.org/repos/asf/httpd/apreq/trunk/ httpd-apreq-2
+    % svn checkout http://svn.apache.org/repos/asf/httpd/apreq/branches/1.x/ httpd-apreq
 </code></pre>
-<p>CVS snapshots for httpd-apreq are available at
+<p>SVN snapshots for httpd-apreq are available at
 <a href="http://cvs.apache.org/snapshots/httpd-apreq/">http://cvs.apache.org/snapshots/httpd-apreq/</a>.
-You can also browse through the CVS repositories for 
-<a href="http://cvs.apache.org/viewcvs.cgi/httpd-apreq/">httpd-apreq</a> and
-<a href="http://cvs.apache.org/viewcvs.cgi/httpd-apreq-2/">httpd-apreq-2</a>.
+You can also browse through the SVN repositories for 
+<a href="http://svn.apache.org/viewcvs.cgi/httpd/apreq/branches/1.x/">httpd-apreq</a> and
+<a href="http://svn.apache.org/viewcvs.cgi/httpd/apreq/trunk/">httpd-apreq-2</a>.
 </p>
 </section>