From owner-freebsd-doc@freebsd.org Fri Oct 4 14:09:32 2019 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 70D1412F78C for ; Fri, 4 Oct 2019 14:09:32 +0000 (UTC) (envelope-from freebsd-lists@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 46lBZg439Mz4PxD for ; Fri, 4 Oct 2019 14:09:31 +0000 (UTC) (envelope-from freebsd-lists@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 9D15733C26; Fri, 4 Oct 2019 10:02:38 -0400 (EDT) From: Lowell Gilbert To: Byron Campbell via freebsd-doc Cc: Byron Campbell Subject: Re: FreeBSD Handbook, error, Chapter 4, 4.5 Using the Ports Collection References: Reply-To: freebsd-doc@freebsd.org Date: Fri, 04 Oct 2019 10:02:38 -0400 In-Reply-To: (Byron Campbell via freebsd-doc's message of "Fri, 4 Oct 2019 09:43:30 -0400") Message-ID: <44bluwboch.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 46lBZg439Mz4PxD X-Spamd-Bar: +++++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd-lists@be-well.ilk.org has no SPF policy when checking 23.30.133.173) smtp.mailfrom=freebsd-lists@be-well.ilk.org X-Spamd-Result: default: False [7.20 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[freebsd-doc@freebsd.org]; GREYLIST(0.00)[pass,body]; FROM_HAS_DN(0.00)[]; IP_SCORE(-0.17)[ip: (0.15), ipnet: 23.30.0.0/15(0.57), asn: 7922(-1.51), country: US(-0.05)]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ilk.org]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.93)[0.932,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.54)[0.538,0]; R_SPF_NA(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7922, ipnet:23.30.0.0/15, country:US]; FREEMAIL_CC(0.00)[aim.com]; MID_RHS_MATCH_FROM(0.00)[]; REPLYTO_EQ_TO_ADDR(5.00)[] X-Spam: Yes X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Oct 2019 14:09:32 -0000 Byron Campbell via freebsd-doc writes: > Procedure 4.2. Subversion Method > > ?????? Check out a copy of the ports tree: > > ?????? # svn checkout https://svn.FreeBSD.org/ports/head /usr/ports > > To work the URL must be changed; drop the 'https' and use 'svn' > instead. The correct command is thus: > > ?????? # svn checkout svn://svn.FreeBSD.org/ports/head /usr/ports Why do you think https doesn't work? I would expect it to work at least as reliably as svn.