Bug 222761

Summary: 10.4-RELEASE errata refer to 10.2 in chapter 4
Product: Documentation Reporter: Michael Osipov <michael.osipov>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Many People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Michael Osipov 2017-10-03 19:01:05 UTC
In chapter 4 the code snippet says: "svnlite co svn://svn.freebsd.org/base/releng/10.2 /usr/src". 

It should say: "svnlite co https://svn.freebsd.org/base/releng/10.4 /usr/src".

Note the "https" because some users are behind a HTTP proxy only and cannot use the svn protocol.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-10-03 19:09:14 UTC
A commit references this bug:

Author: gjb
Date: Tue Oct  3 19:08:17 UTC 2017
New revision: 324242
URL: https://svnweb.freebsd.org/changeset/base/324242

Log:
  Fix a path in a Subversion example.
  While here, recommend https.

  PR:		222761
  Submitted by:	1983-01-06 <at> gmx.net
  Sponsored by:	The FreeBSD Foundation

Changes:
  stable/10/release/doc/en_US.ISO8859-1/errata/article.xml
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-10-03 19:10:17 UTC
A commit references this bug:

Author: gjb
Date: Tue Oct  3 19:09:41 UTC 2017
New revision: 51038
URL: https://svnweb.freebsd.org/changeset/doc/51038

Log:
  Regen after r324242

  PR:		222761
  Sponsored by:	The FreeBSD Foundation

Changes:
  head/en_US.ISO8859-1/htdocs/releases/10.4R/errata.html
Comment 3 Glen Barber freebsd_committer freebsd_triage 2017-10-03 19:10:55 UTC
Fixed, thank you for the report.  The website should reflect the change shortly.