neysx       05/05/23 12:06:22

  Modified:    xml/htdocs/doc/en cvs-tutorial.xml
  Log:
  #93393 Clean up installation instructions

Revision  Changes    Path
1.18      +11 -58    xml/htdocs/doc/en/cvs-tutorial.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/cvs-tutorial.xml?rev=1.18&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/cvs-tutorial.xml?rev=1.18&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/cvs-tutorial.xml.diff?r1=1.17&r2=1.18&cvsroot=gentoo

Index: cvs-tutorial.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/cvs-tutorial.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- cvs-tutorial.xml    19 Mar 2005 13:27:18 -0000      1.17
+++ cvs-tutorial.xml    23 May 2005 12:06:22 -0000      1.18
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cvs-tutorial.xml,v 1.17 
2005/03/19 13:27:18 yoswink Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/cvs-tutorial.xml,v 1.18 
2005/05/23 12:06:22 neysx Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -7,10 +7,14 @@
 
 <title>Gentoo Linux CVS Tutorial</title>
 
-<author title="Previous Chief Architect">
+<author title="Author">
   <mail link="[EMAIL PROTECTED]">Daniel Robbins</mail>
 </author>
 
+<author title="Editor">
+  <mail link="[EMAIL PROTECTED]">Xavier Neys</mail>
+</author>
+
 <abstract>
 This tutorial introduces readers to CVS, the Concurrent Versions System, used
 by developers around the world to develop software in a flexible and
@@ -21,8 +25,8 @@
 tutorial is for you.
 </abstract>
 
-<version>1.7</version>
-<date>2004-06-09</date>
+<version>1.8</version>
+<date>2005-05-23</date>
 
 <chapter>
 <title>Introduction</title>
@@ -94,65 +98,14 @@
 </body>
 </section>
 <section>
-<title>CVS -- do you have it?</title>
-<body>
-
-<p>
-Before you can actually use CVS, you need to get it installed on your system.
-The easiest way to test to see if it's installed is to type:
-</p>
-
-<pre caption="Starting CVS">
-# <i>cvs</i>
-</pre>
-
-<p>
-If a cvs command is found, then you've got it!  Otherwise, you'll need to 
either
-track down a binary package for your particular distribution, or install it
-from sources.  Installing CVS from sources is actually quite simple, and I'll
-show you how in the next panel.
-</p>
-
-</body>
-</section>
-<section>
-<title>Installing CVS from sources</title>
-<body>
-
-<p>
-Installing CVS from sources is easy.  First, grab the cvs-1.11.tar.gz tarball
-from <uri>ftp://ftp.cvshome.org/pub/cvs-1.11/cvs-1.11.tar.gz</uri>
-(if there's a newer version listed <uri 
-link="ftp://ftp.cvshome.org/pub/";>here</uri>, you might as well grab the new 
one
-instead.)  Then perform the following steps (command output has been omitted
-for brevity):
-</p>
-
-<pre caption="Installing CVS using a tarball">
-# <i>tar xzvf cvs-1.11.tar.gz</i>
-# <i>cd cvs-1.11</i>
-# <i>./configure</i>
-# <i>make</i>
-# <i>make install</i>
-</pre>
-
-<p>
-Now you should be ready to go.
-</p>
-
-</body>
-</section>
-<section>
-<title>Installing CVS using a package management system</title>
+<title>Installing CVS</title>
 <body>
 
 <p>
-Many distributions provide an easy method to install software. For instance, 
the
-Gentoo distribution provides the <c>emerge</c> command. To install cvs, just
-type in <c>emerge cvs</c>:
+To install cvs, just type in <c>emerge cvs</c>:
 </p>
 
-<pre caption="Installing CVS using emerge">
+<pre caption="Installing CVS">
 # <i>emerge cvs</i>
 </pre>
 



-- 
[email protected] mailing list

Reply via email to