diff options
author | Gavin Atkinson <gavin@FreeBSD.org> | 2013-03-07 18:36:50 +0000 |
---|---|---|
committer | Gavin Atkinson <gavin@FreeBSD.org> | 2013-03-07 18:36:50 +0000 |
commit | 7b859aec6f3adaa2b732dd5db6866b13399290da (patch) | |
tree | 12d71dd780e2f80098ecd28bc8b5c8ca0095b497 /en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml | |
parent | 1108f47deb885a5978f6eda54e31750cfa6a8ba6 (diff) | |
download | doc-7b859aec6f3adaa2b732dd5db6866b13399290da.tar.gz doc-7b859aec6f3adaa2b732dd5db6866b13399290da.zip |
Change all the references to svn:// to https:// in the fdp-primer.
Add notes recommending the use a mirror where desired.
Approved by: bcr (mentor)
Notes
Notes:
svn path=/head/; revision=41125
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml')
-rw-r--r-- | en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml index 296142dbb9..c17ce5cdf0 100644 --- a/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml @@ -137,7 +137,15 @@ copy of the FreeBSD Subversion repository (at least the documentation part). This can be done by running:</para> - <screen>&prompt.user; <userinput><command>svn</command> checkout svn://svn.FreeBSD.org/doc/head/ head</userinput></screen> + <screen>&prompt.user; <userinput><command>svn</command> checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/ head</userinput></screen> + + <para><ulink + url="https://svn0.us-east.FreeBSD.org/">svn0.us-east.FreeBSD.org</ulink> + is a public <literal>SVN</literal> server. + Select the closest mirror and verify the mirror server + certificate from the list of <ulink + url="&url.books.handbook;/svn-mirrors.html">Subversion + mirror sites</ulink>.</para> <note> <para>This will require the <filename |