Catch up with the rename of the SVN mirrors page in the handbook, fixing

two 404 links.  Change svn:// links to https:// in the ports handbook
chapter.

Approved by:	bcr (mentor)
This commit is contained in:
Gavin Atkinson 2013-03-07 13:17:28 +00:00
parent 4ab86f027b
commit 4c3b0e7923
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41119
2 changed files with 4 additions and 4 deletions

View file

@ -2735,7 +2735,7 @@ sh -x ./tmp/mkportbuild
<step>
<para>Select an <application>svn</application> repository
and export it. See the
<ulink url="&url.books.handbook;/mirrors-svn.html">&os; Handbook</ulink>
<ulink url="&url.books.handbook;/svn-mirrors.html">&os; Handbook</ulink>
for the currently supported list.</para>
<screen>&prompt.root; export VCS_REPOSITORY=<replaceable>svn://svn0.us-east.FreeBSD.org</replaceable></screen>

View file

@ -1068,16 +1068,16 @@ Deinstalling ca_root_nss-3.13.5... done</screen>
<step>
<para>Check out a copy of the ports tree. Use a specific
<ulink
url="&url.books.handbook;/mirrors-svn.html">Subversion
url="&url.books.handbook;/svn-mirrors.html">Subversion
mirror</ulink> close to your geographic location instead
of <replaceable>svn.FreeBSD.org</replaceable> in the
of <replaceable>svn0.us-east.FreeBSD.org</replaceable> in the
command below for better performance. Committers should
read the <ulink
url="&url.articles.committers-guide;/subversion-primer.html">Subversion
Primer</ulink> first to be sure the correct protocol is
chosen.</para>
<screen>&prompt.root; <userinput>svn checkout svn://<replaceable>svn.FreeBSD.org</replaceable>/ports/head /usr/ports</userinput></screen>
<screen>&prompt.root; <userinput>svn checkout https://<replaceable>svn0.us-east.FreeBSD.org</replaceable>/ports/head /usr/ports</userinput></screen>
</step>
<step>