Update to tcl-8.6.11
[linux_from_scratch.git] / editor-manual / chapter02 / anonsvn.xml
blob8aeabb7d6a1ac2cbe78e0787ef65e6a23dc266d8
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3   <!ENTITY % general-entities SYSTEM "../general.ent">
4   %general-entities;
5 ]>
7 <sect1 id="ch02-anonsvn">
8 <title>Anonymous Access</title>
9 <?dbhtml filename="anonsvn.html"?>
11 <para>To get anonymous access, simply use the following commands (note
12 that these assume you are using bash or a similar shell:</para>
14 <screen><userinput>svn checkout svn://svn.linuxfromscratch.org/LFS/trunk/BOOK lfs-trunk</userinput></screen>
16 <para>This will <quote>check out</quote> the current revision of the LFS book
17 into a directory named <filename class="directory">lfs-trunk</filename>.  When
18 you wish to update your local copy (often called a working copy), simply
19 <command>cd</command> into the directory and run:</para>
21 <screen><userinput>svn update</userinput></screen>
23 </sect1>