summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTammy Fox <tfox@redhat.com>2003-09-22 16:47:58 +0000
committerTammy Fox <tfox@redhat.com>2003-09-22 16:47:58 +0000
commit49dae15b7c75d734f9a755f5c15c503ab6acc6c7 (patch)
treece9aec3490d79ce160ee116e279595d2c61a5d9d
parentf2a85cdac28f79b636a4afa79bcc03505a990db8 (diff)
downloadfedora-doc-utils-49dae15b7c75d734f9a755f5c15c503ab6acc6c7.tar.gz
fedora-doc-utils-49dae15b7c75d734f9a755f5c15c503ab6acc6c7.tar.xz
fedora-doc-utils-49dae15b7c75d734f9a755f5c15c503ab6acc6c7.zip
change to pserver
-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>