aryeh@vcloud:/home/aryeh % svn --version svn, version 1.8.0 (r1490375) compiled Jun 22 2013, 22:12:30 on amd64-portbld-freebsd9.1
Copyright (C) 2013 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for more information. Subversion is open source software, see http://subversion.apache.org/ The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme * ra_serf : Module for accessing a repository via WebDAV protocol using serf. - handles 'http' scheme - handles 'https' scheme On Sat, Jun 22, 2013 at 6:34 PM, David Wolfskill <da...@catwhisker.org> wrote: > On Sat, Jun 22, 2013 at 06:28:39PM -0400, Aryeh Friedman wrote: >> SVN can not find the FreeBSD svn repositories despite networking being >> set up right: >> >> root@vcloud:/root # svn checkout >> https://svn0.us-west.FreeBSD.org/ports/head /usr/ports >> svn: E000065: Unable to connect to a repository at URL >> 'https://svn0.us-west.freebsd.org/ports/head' >> svn: E000065: Error running context: No route to host >> root@vcloud:/root # fetch https://svn0.us-west.FreeBSD.org/ports/head >> head 100% of 3378 B 32 MBps >> root@vcloud:/root # fetch https://svn0.us-east.FreeBSD.org/ports/head >> head 100% of 3378 B 32 MBps >> root@vcloud:/root # svn checkout >> https://svn0.us-east.FreeBSD.org/ports/head /usr/ports >> svn: E000065: Unable to connect to a repository at URL >> 'https://svn0.us-east.freebsd.org/ports/head' >> svn: E000065: Error running context: No route to host >> >> any ideas? >> .... > > Check output of "svn --version" -- does it mention > > ... > > * ra_serf : Module for accessing a repository via WebDAV protocol using serf. > - handles 'http' scheme > - handles 'https' scheme > ... > > or > > ... > * ra_neon : Module for accessing a repository via WebDAV protocol using Neon. > - handles 'http' scheme > - handles 'https' scheme > ... > > ? > > The former is OK; the latter is not, as of svn 1.8.x. Ref. > ports/UPDATING entry 20130619: > > ... > If you want to upgrade, and use http/https access to repositories, > please check, that the SERF option is enabled, as NEON support > is gone. > ... > > Peace, > david > -- > David H. Wolfskill da...@catwhisker.org > Taliban: Evil men with guns afraid of truth from a 14-year old girl. > > See http://www.catwhisker.org/~david/publickey.gpg for my public key. _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"