Date: Fri, 4 Oct 2019 17:40:29 -0400 From: Byron Campbell <wa4geg@aim.com> To: jgh@FreeBSD.org Cc: freebsd-doc@freebsd.org, owner-freebsd-doc@freebsd.org Subject: Re: FreeBSD Handbook, error, Chapter 4, 4.5 Using the Ports Collection Message-ID: <be2d74b8-4173-92da-475b-c9c4eb1f5c1d@aim.com> In-Reply-To: <46b7d13603aa93cb1ca54d2049d73ed2@FreeBSD.org> References: <a53b89ac-1bd6-6b44-b464-a0828cf31dff@aim.com> <44bluwboch.fsf@be-well.ilk.org> <7ab434e9-0f16-3f07-0208-39cb69c22af6@aim.com> <46b7d13603aa93cb1ca54d2049d73ed2@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2019-10-04 14:10, jgh@FreeBSD.org wrote: > On 2019-10-04 07:20, Byron Campbell via freebsd-doc wrote: >> On 2019-10-04 10:02, Lowell Gilbert wrote: >>> Byron Campbell via freebsd-doc <freebsd-doc@freebsd.org> 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. >>> >> When issuing the command: >> >> ??# svn checkout https://svn.FreeBSD.org/ports/head /usr/ports >> >> returns the following: >> >> svn: E170013: Unable to connect to a repository at URL >> 'https://svn.freebsd.org/ports/head' >> >> svn: E000065: Error running context: No route to host >> >> The only way to get it to work on my FreeBSD-12 machine is to correct >> the URL, as per my original message. Maybe give it a try and see how >> it works for you. > > Are you able to do a checkout without having it checked out to > /usr/ports? > > I tried this on a non-FreeBSD machine, and it worked as is. > I tried this on a FreeBSD machine, and it worked as is. > > >> svn checkout https://svn.FreeBSD.org/ports/head > A?????? head/graphics > A?????? head/graphics/viewnior > A?????? head/graphics/rapid-photo-downloader > A?????? head/graphics/rapid-photo-downloader/files > A?????? head/graphics/libbpg > A?????? head/graphics/libbpg/files > A?????? head/graphics/libheif > A?????? head/graphics/libheif/files > A?????? head/graphics/dcmtk > A?????? head/graphics/libcdr01 > A?????? head/graphics/libfreehand > A?????? head/graphics/libfreehand/files > A?????? head/graphics/viewnior/Makefile > .. > .. > .. > > If you feel this is still an issue, please file a bug report. > https://www.freebsd.org/support/bugreports.html > > -jgh Okay, more investigative testing, I've confirmed that 'svn checkout?? https://svn.FreeBSD.org/ports/head' is working on my FreeBSD 11.2 box, but not on my?? FreeBSD 12.1-PRERELEASE box, aka Project-Trident that shipped with Subversion. On the Trident box I must use: 'svn checkout svn://svn.FreeBSD.org/ports/head' Project Trident appears to be doing something a little different. Pse excuse the 'operator malfunction' folks.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?be2d74b8-4173-92da-475b-c9c4eb1f5c1d>