diff --git a/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml b/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml index 28067babca..9a038a24e1 100644 --- a/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml @@ -595,9 +595,18 @@ Running <application>Subversion</application> - The svn command can be used to fetch a - clean copy of the sources from a given repository by - typing: + The svn command is used to fetch a + clean copy of the sources into a local directory. + + If the local directory already exists but was not + created by svn, rename or delete it + before the checkout. Checkout over an existing + non-svn directory can cause conflicts + between the existing files and those brought in from the + repository. + + + Check out from a given repository by typing: &prompt.root; svn checkout svn://svn.FreeBSD.org/repository/branch root @@ -606,7 +615,7 @@ repository is one of the - Project repositories, i.e. base, + Project repositories, i.e., base, ports, or doc.