<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../general.ent">
  %general-entities;
]>

<sect1 id="ch02-anonsvn">
<title>Anonymous Access</title>
<?dbhtml filename="anonsvn.html"?>

<para>To get anonymous access, simply use the following commands (note
that these assume you are using bash or a similar shell:</para>

<screen><userinput>svn checkout svn://svn.linuxfromscratch.org/LFS/trunk/BOOK lfs-trunk</userinput></screen>

<para>This will <quote>check out</quote> the current revision of the LFS book
into a directory named <filename class="directory">lfs-trunk</filename>.  When
you wish to update your local copy (often called a working copy), simply
<command>cd</command> into the directory and run:</para>

<screen><userinput>svn update</userinput></screen>

</sect1>
