1 <sect1 id="ch02-anoncvs">
2 <title>Anonymous Access</title>
3 <?dbhtml filename="anoncvs.html" dir="chapter02"?>
5 <para>To get anonymous access, simply use the following commands (note
6 that these assume you are using bash or a similar shell:</para>
8 <para><screen><userinput>export CVSROOT=:pserver:anonymous@cvs.linuxfromscratch.org:/home/cvsroot &&
10 cvs checkout BLFS</userinput></screen></para>
12 <para>When prompted for a password, just hit enter.</para>
14 <para>This will create the LFS directory and copy the current working
15 tree into it. When you wish to update your local copy (often called a
16 sandbox), simply cd into the directory and run:
17 <screen><userinput>cvs update</userinput></screen></para>