Update to r41119:
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.
This commit is contained in:
parent
fbd3830cff
commit
b72b841e8c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47536
1 changed files with 4 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/ports/chapter.xml,v 1.111 2011/12/19 17:13:33 bcr Exp $
|
||||
basiert auf: r41091
|
||||
basiert auf: r41119
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="ports">
|
||||
<info><title>Installieren von Anwendungen: Pakete und Ports</title>
|
||||
|
@ -1105,17 +1105,16 @@ Deinstalling ca_root_nss-3.13.5... done</screen>
|
|||
|
||||
<step>
|
||||
<para>Laden Sie eine Kopie der Ports-Sammlung. Verwenden
|
||||
Sie anstatt <replaceable>svn.FreeBSD.org</replaceable> einen
|
||||
Sie anstatt <replaceable>svn0.us-east.FreeBSD.org</replaceable> einen
|
||||
<link
|
||||
xlink:href="&url.books.handbook;/mirrors-svn.html">Subversion
|
||||
xlink:href="&url.books.handbook;/svn-mirrors.html">Subversion
|
||||
Mirror</link> in Ihrer Nähe. Committer sollten zuvor den
|
||||
<link
|
||||
xlink:href="&url.articles.committers-guide;/subversion-primer.html">Subversion
|
||||
Primer</link> lesen, um sicherzustellen, dass das richtige
|
||||
Protokoll gewählt wird.</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>
|
||||
|
|
Loading…
Reference in a new issue