Browse Source

viewcvs down

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278464 13f79535-47bb-0310-9956-ffa450edef68
master
Jacobus Martinus Kruithof 20 years ago
parent
commit
c3aacac231
2 changed files with 4 additions and 8 deletions
  1. +2
    -4
      docs/cvs.html
  2. +2
    -4
      xdocs/cvs.xml

+ 2
- 4
docs/cvs.html View File

@@ -187,11 +187,9 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
password: anoncvs</pre>
<pre class="code">
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</pre>
<p>Modules available for access are (click the links to view the
CVS tree via ViewCVS):</p>
<p>Modules available for access are:</p>
<ul>
<li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The
"main" Ant module.</li>
<li>ant - The "main" Ant module.</li>
</ul>
<p>If you are not familiar with CVS, <a href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
CVS page</a> may hold many helpful hints.</p>


+ 2
- 4
xdocs/cvs.xml View File

@@ -36,12 +36,10 @@ password: anoncvs</source>
<source>
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</source>

<p>Modules available for access are (click the links to view the
CVS tree via ViewCVS):</p>
<p>Modules available for access are:</p>

<ul>
<li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The
&quot;main&quot; Ant module.</li>
<li>ant - The &quot;main&quot; Ant module.</li>
</ul>

<p>If you are not familiar with CVS, <a


Loading…
Cancel
Save