Bug 206118 - Porters handbook: setup details on testing with poudriere
Summary: Porters handbook: setup details on testing with poudriere
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-10 21:22 UTC by oleksii.tsai
Modified: 2017-08-04 13:43 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description oleksii.tsai 2016-01-10 21:22:06 UTC
In "9.5.5. Setting Up Ports Trees for Use with Poudriere" the handbook gives details on how to get ports tree for testing with poudriere. In particular, the following cmd is given:

# poudriere ports -c -m svn+https -p subversive

However, in order for this to succeed subversion has to be compiled with SERF option turned on. Otherwise it will fail with

svn: E170000: Unrecognized URL scheme for 'https://svn.freebsd.org/ports/head'

I think porters handbook should explicitly call out subversion with SERF support is required for svn operations.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-08-04 13:43:19 UTC
A commit references this bug:

Author: mat
Date: Fri Aug  4 13:42:33 UTC 2017
New revision: 50637
URL: https://svnweb.freebsd.org/changeset/doc/50637

Log:
  Add a note about subversion needing SERF to access http(s).

  PR:		206118
  Reported by:	oleksii tsai gmail com
  Sponsored by:	Absolight, The FreeBSD Foundation

Changes:
  head/en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2017-08-04 13:43:56 UTC
I added a note saying that.