From owner-svn-doc-all@FreeBSD.ORG Wed Apr 16 21:07:49 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 373BFC41; Wed, 16 Apr 2014 21:07:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22288115C; Wed, 16 Apr 2014 21:07:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3GL7nRK038462; Wed, 16 Apr 2014 21:07:49 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3GL7nme038461; Wed, 16 Apr 2014 21:07:49 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201404162107.s3GL7nme038461@svn.freebsd.org> From: Dru Lavigne Date: Wed, 16 Apr 2014 21:07:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44592 - head/en_US.ISO8859-1/books/handbook/mirrors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 21:07:49 -0000 Author: dru Date: Wed Apr 16 21:07:48 2014 New Revision: 44592 URL: http://svnweb.freebsd.org/changeset/doc/44592 Log: White space fix only. Translators can ignore. Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Wed Apr 16 20:50:50 2014 (r44591) +++ head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Wed Apr 16 21:07:48 2014 (r44592) @@ -11,36 +11,35 @@ <acronym>CD</acronym> and <acronym>DVD</acronym> Sets - &os; CD and DVD sets - are available from several online - retailers: + &os; CD and DVD sets + are available from several online retailers: - - -
&os; Mall, Inc. - 2420 Sand Creek Rd C-1 #347 - Brentwood, CA - 94513 - USA - Phone: +1 925 240-6652 - Fax: +1 925 674-0821 - Email: info@freebsdmall.com - WWW: http://www.freebsdmall.com/ -
-
- - -
Dr. Hinner EDV - Kochelseestr. 11 - D-81371 München - Germany - Phone: (0177) 428 419 0 - Email: infow@hinner.de - WWW: http://www.hinner.de/linux/freebsd.html -
-
+ + +
&os; Mall, Inc. + 2420 Sand Creek Rd C-1 #347 + Brentwood, CA + 94513 + USA + Phone: +1 925 240-6652 + Fax: +1 925 674-0821 + Email: info@freebsdmall.com + WWW: http://www.freebsdmall.com/ +
+
+ + +
Dr. Hinner EDV + Kochelseestr. 11 + D-81371 München + Germany + Phone: (0177) 428 419 0 + Email: infow@hinner.de + WWW: http://www.hinner.de/linux/freebsd.html +
+
- - -
Linux Center - Galernaya Street, 55 - Saint-Petersburg - 190000 - Russia - Phone: +7-812-309-06-86 - Email: info@linuxcenter.ru - WWW: http://linuxcenter.ru/shop/freebsd -
-
-
+ + +
Linux Center + Galernaya Street, 55 + Saint-Petersburg + 190000 + Russia + Phone: +7-812-309-06-86 + Email: info@linuxcenter.ru + WWW: http://linuxcenter.ru/shop/freebsd +
+
+
@@ -423,23 +422,23 @@ Comment out for now until these can be v Introduction As of July 2012, &os; uses - Subversion - as the primary version control - system for storing all of &os;'s source code, documentation, - and the Ports Collection. + Subversion as the primary version + control system for storing all of &os;'s source code, + documentation, and the Ports Collection. - Subversion is generally a developer tool. Most users - should use freebsd-update (Subversion is generally a + developer tool. Most users should use + freebsd-update () to update the &os; base system, and portsnap () to - update the &os; Ports Collection. + linkend="ports-using"/>) to update the &os; Ports + Collection. This chapter demonstrates how to install - Subversion on a &os; system and then - use it to create a local copy of a &os; repository. It + Subversion on a &os; system and + then use it to create a local copy of a &os; repository. It includes a list of the available &os; Subversion mirrors and resources to additional information on how to use @@ -489,14 +488,15 @@ Comment out for now until these can be v Subversion uses - URLs to designate a repository, taking the form of - protocol://hostname/path. Mirrors - may support different protocols as specified below. The first - component of the path is the &os; repository to access. There - are three different repositories, base for - the &os; base system source code, ports for - the Ports Collection, and doc for - documentation. For example, the URL + URLs to designate a repository, taking the + form of protocol://hostname/path. + Mirrors may support different protocols as specified below. + The first component of the path is the &os; repository to + access. There are three different repositories, + base for the &os; base system source code, + ports for the Ports Collection, and + doc for documentation. For example, the + URL svn://svn0.us-east.FreeBSD.org/ports/head/ specifies the main branch of the ports repository on the make update SVN_UPDATE=yes - - <application>Subversion</application> Mirror Sites - - - Subversion Repository - Mirror Sites - + + <application>Subversion</application> Mirror + Sites + + + Subversion Repository + Mirror Sites + + + All mirrors carry all repositories. + + The master &os; Subversion + server, svn.FreeBSD.org, is + publicly accessible, read-only. That may change in the + future, so users are encouraged to use one of the official + mirrors. To view the &os; + Subversion repositories through a + browser, use http://svnweb.FreeBSD.org/. - All mirrors carry all repositories. + + The &os; Subversion mirror + network is still in its early days, and will likely change. + Do not count on this list of mirrors being static. In + particular, the SSL certificates of the + servers will likely change at some point. + - The master &os; Subversion - server, svn.FreeBSD.org, is - publicly accessible, read-only. That may change in the future, - so users are encouraged to use one of the official mirrors. To - view the &os; Subversion repositories - through a browser, use http://svnweb.FreeBSD.org/. - - - The &os; Subversion mirror network is still in its early days, - and will likely change. Do not count on this list of mirrors - being static. In particular, the SSL certificates of the - servers will likely change at some point. - - - - - - - - - - - Name - - Protocols - - Location - - SSL Fingerprint - - - - - - svn0.us-west.FreeBSD.org - - svn, http, - https - - USA, California - - SHA1 - 1C:BD:85:95:11:9F:EB:75:A5:4B:C8:A3:FE:08:E4:02:73:06:1E:61 - - - - svn0.us-east.FreeBSD.org - - svn, http, - https, - rsync - - USA, New Jersey - - SHA1 - 1C:BD:85:95:11:9F:EB:75:A5:4B:C8:A3:FE:08:E4:02:73:06:1E:61 - - - - svn0.eu.FreeBSD.org - - svn, http, - https, - rsync - - Europe, UK - - SHA1 - 39:B0:53:35:CE:60:C7:BB:00:54:96:96:71:10:94:BB:CE:1C:07:A7 - - - - - - HTTPS is the preferred protocol, - providing protection against another computer pretending to be - the &os; mirror (commonly known as a man in the - middle attack) or otherwise trying to send bad content - to the end user. - - On the first connection to an HTTPS - mirror, the user will be asked to verify the server - fingerprint: + + + + + + + + + Name + + Protocols + + Location + + SSL Fingerprint + + + + + + svn0.us-west.FreeBSD.org + + svn, http, + https + + USA, California + + SHA1 + 1C:BD:85:95:11:9F:EB:75:A5:4B:C8:A3:FE:08:E4:02:73:06:1E:61 + + + + svn0.us-east.FreeBSD.org + + svn, http, + https, + rsync + + USA, New Jersey + + SHA1 + 1C:BD:85:95:11:9F:EB:75:A5:4B:C8:A3:FE:08:E4:02:73:06:1E:61 + + + + svn0.eu.FreeBSD.org + + svn, http, + https, + rsync + + Europe, UK + + SHA1 + 39:B0:53:35:CE:60:C7:BB:00:54:96:96:71:10:94:BB:CE:1C:07:A7 + + + + + + HTTPS is the preferred protocol, + providing protection against another computer pretending to be + the &os; mirror (commonly known as a man in the + middle attack) or otherwise trying to send bad + content to the end user. + + On the first connection to an HTTPS + mirror, the user will be asked to verify the server + fingerprint: - Error validating server certificate for 'https://svn0.us-west.freebsd.org:443': + Error validating server certificate for 'https://svn0.us-west.freebsd.org:443': - The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! - The certificate hostname does not match. @@ -710,22 +713,22 @@ Certificate information: - Fingerprint: 1C:BD:85:95:11:9F:EB:75:A5:4B:C8:A3:FE:08:E4:02:73:06:1E:61 (R)eject, accept (t)emporarily or accept (p)ermanently? - Compare the fingerprint shown to those listed in the table - above. If the fingerprint matches, the server security - certificate can be accepted temporarily or permanently. A - temporary certificate will expire after a single session with - the server, and the verification step will be repeated on the - next connection. Accepting the certificate permanently will - store the authentication credentials in - ~/.subversion/auth/ and - the user will not be asked to verify the fingerprint again until - the certificate expires. - - If https cannot be used due to firewall - or other problems, svn is the next choice, - with slightly faster transfers. When neither can be used, use - http. - + Compare the fingerprint shown to those listed in the table + above. If the fingerprint matches, the server security + certificate can be accepted temporarily or permanently. A + temporary certificate will expire after a single session with + the server, and the verification step will be repeated on the + next connection. Accepting the certificate permanently will + store the authentication credentials in + ~/.subversion/auth/ and the user will not + be asked to verify the fingerprint again until the certificate + expires. + + If https cannot be used due to firewall + or other problems, svn is the next choice, + with slightly faster transfers. When neither can be used, use + http. + For More Information @@ -737,7 +740,7 @@ Certificate information: Control with Subversion, or the Subversion Documentation. - + @@ -745,15 +748,14 @@ Certificate information: The following sites make &os; available through the rsync protocol. The rsync utility works in - much the same way as the &man.rcp.1; command, - but has more options and uses the rsync remote-update protocol - which transfers only the differences between two sets of files, - thus greatly speeding up the synchronization over the network. - This is most useful if you are a mirror site for the - &os; FTP server, or the CVS repository. The + much the same way as the &man.rcp.1; command, but has more + options and uses the rsync remote-update protocol which + transfers only the differences between two sets of files, thus + greatly speeding up the synchronization over the network. This + is most useful if you are a mirror site for the &os; + FTP server, or the CVS repository. The rsync suite is available for many - operating systems, on &os;, see the - net/rsync + operating systems, on &os;, see the net/rsync port or use the package. @@ -881,7 +883,9 @@ Certificate information: This server may only be used by &os; primary mirror sites. + Available collections: + &os;: The master archive of the &os;