* Fixed problem when BASEDIR paths were given without a trailing '/'.
[linux_from_scratch.git] / editor-manual / chapter02 / anoncvs.xml
blobf6e392fe8cea858441931447f992c56c3d76240b
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 &amp;&amp;
9 cvs login &amp;&amp;
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>
19 </sect1>