From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 22 22:50:20 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 87C31558 for ; Sat, 22 Jun 2013 22:50:20 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pb0-x22c.google.com (mail-pb0-x22c.google.com [IPv6:2607:f8b0:400e:c01::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 688751244 for ; Sat, 22 Jun 2013 22:50:20 +0000 (UTC) Received: by mail-pb0-f44.google.com with SMTP id uo1so9380904pbc.17 for ; Sat, 22 Jun 2013 15:50:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=GC9Dr5vfF4d8BqkHOfioIBJYQmSieHta3sMDQyKCarQ=; b=H70VsP7UinFudQQniNBo12wALhtrUvMBif84hxolOeBoL76Jpr1Y2ibgtPgA48hu6V yveLG2Cm8pHwVIT1uTod6X7rlYwWgKWjJF5TY4vZr9/T1ZyuJOL/t7MNN4zmKMGm9mkY NvV11XmypsEl4XtECI5t1t8iIyd9zjkrdQo826Mjqmi5tu9+uqD1BK5W3kV7UhR6O17D Dqr9GhCEwMJhdyzyMu7ELSAWgakE1tAMyPXjicvb7r1NUxVcUSt2jUKfKu6Oz0b7/60q yegW8Co8McrzFKN+Kqpyx8oyZq5S7+ErtLcrSqHTgszgEz6PWWw0Tkohu8tGsE7fFL1n GjZA== MIME-Version: 1.0 X-Received: by 10.66.87.5 with SMTP id t5mr22333637paz.169.1371941420166; Sat, 22 Jun 2013 15:50:20 -0700 (PDT) Received: by 10.68.130.133 with HTTP; Sat, 22 Jun 2013 15:50:20 -0700 (PDT) In-Reply-To: <20130622223403.GC31043@albert.catwhisker.org> References: <20130622223403.GC31043@albert.catwhisker.org> Date: Sat, 22 Jun 2013 18:50:20 -0400 Message-ID: Subject: Re: svn broken From: Aryeh Friedman To: David Wolfskill , FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 22:50:20 -0000 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 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 david@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.