summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/cvs-en.xml21
-rw-r--r--common/cvs.xml21
2 files changed, 24 insertions, 18 deletions
diff --git a/common/cvs-en.xml b/common/cvs-en.xml
index f13413b..37fbdb1 100644
--- a/common/cvs-en.xml
+++ b/common/cvs-en.xml
@@ -206,12 +206,11 @@
<orderedlist>
<listitem>
<para>In your favorite Linux editor, add the following lines to your
- <filename>~/.bashrc</filename> (replace
- anonymous with your username if you have an account)
+ <filename>~/.bashrc</filename>:
</para>
<screen>
-<computeroutput>export CVSROOT=:ext:anonymous@rhlinux.redhat.com:/usr/local/CVS
-export CVS_RSH="ssh"</computeroutput>
+<computeroutput>export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS
+</computeroutput>
</screen>
</listitem>
<listitem>
@@ -232,11 +231,15 @@ update -dP</computeroutput>
</listitem>
<listitem>
<para>Change directories to where you want your files from CVS to be
- located. Use the command <command>cvs checkout
- <replaceable>&lt;module-name&gt;</replaceable></command> to checkout
- the desired modules. Refer to <xref
- linkend="s1-cvs-cvscommands"></xref> if you need help using
- CVS.
+ located, and execute the following commands:
+ </para>
+<screen>
+<command>cvs login
+cvs checkout <replaceable>&lt;module-name&gt;</replaceable></command>
+</screen>
+
+ <para>Refer to <xref linkend="s1-cvs-cvscommands"></xref> if you need help
+ using CVS.
</para>
</listitem>
</orderedlist>
diff --git a/common/cvs.xml b/common/cvs.xml
index f13413b..37fbdb1 100644
--- a/common/cvs.xml
+++ b/common/cvs.xml
@@ -206,12 +206,11 @@
<orderedlist>
<listitem>
<para>In your favorite Linux editor, add the following lines to your
- <filename>~/.bashrc</filename> (replace
- anonymous with your username if you have an account)
+ <filename>~/.bashrc</filename>:
</para>
<screen>
-<computeroutput>export CVSROOT=:ext:anonymous@rhlinux.redhat.com:/usr/local/CVS
-export CVS_RSH="ssh"</computeroutput>
+<computeroutput>export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS
+</computeroutput>
</screen>
</listitem>
<listitem>
@@ -232,11 +231,15 @@ update -dP</computeroutput>
</listitem>
<listitem>
<para>Change directories to where you want your files from CVS to be
- located. Use the command <command>cvs checkout
- <replaceable>&lt;module-name&gt;</replaceable></command> to checkout
- the desired modules. Refer to <xref
- linkend="s1-cvs-cvscommands"></xref> if you need help using
- CVS.
+ located, and execute the following commands:
+ </para>
+<screen>
+<command>cvs login
+cvs checkout <replaceable>&lt;module-name&gt;</replaceable></command>
+</screen>
+
+ <para>Refer to <xref linkend="s1-cvs-cvscommands"></xref> if you need help
+ using CVS.
</para>
</listitem>
</orderedlist>