From 49dae15b7c75d734f9a755f5c15c503ab6acc6c7 Mon Sep 17 00:00:00 2001 From: Tammy Fox Date: Mon, 22 Sep 2003 16:47:58 +0000 Subject: change to pserver --- common/cvs-en.xml | 21 ++++++++++++--------- common/cvs.xml | 21 ++++++++++++--------- 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 @@ In your favorite Linux editor, add the following lines to your - ~/.bashrc (replace - anonymous with your username if you have an account) + ~/.bashrc: -export CVSROOT=:ext:anonymous@rhlinux.redhat.com:/usr/local/CVS -export CVS_RSH="ssh" +export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS + @@ -232,11 +231,15 @@ update -dP Change directories to where you want your files from CVS to be - located. Use the command cvs checkout - <module-name> to checkout - the desired modules. Refer to if you need help using - CVS. + located, and execute the following commands: + + +cvs login +cvs checkout <module-name> + + + Refer to if you need help + using CVS. 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 @@ In your favorite Linux editor, add the following lines to your - ~/.bashrc (replace - anonymous with your username if you have an account) + ~/.bashrc: -export CVSROOT=:ext:anonymous@rhlinux.redhat.com:/usr/local/CVS -export CVS_RSH="ssh" +export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS + @@ -232,11 +231,15 @@ update -dP Change directories to where you want your files from CVS to be - located. Use the command cvs checkout - <module-name> to checkout - the desired modules. Refer to if you need help using - CVS. + located, and execute the following commands: + + +cvs login +cvs checkout <module-name> + + + Refer to if you need help + using CVS. -- cgit