From owner-freebsd-current@freebsd.org Thu Oct 26 17:57:00 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72B9DE4FC0D for ; Thu, 26 Oct 2017 17:57:00 +0000 (UTC) (envelope-from kaduk@mit.edu) Received: from dmz-mailsec-scanner-6.mit.edu (dmz-mailsec-scanner-6.mit.edu [18.7.68.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BBE83D8B for ; Thu, 26 Oct 2017 17:56:59 +0000 (UTC) (envelope-from kaduk@mit.edu) X-AuditID: 12074423-f7bff700000018be-6b-59f220b3a69f Received: from mailhub-auth-3.mit.edu ( [18.9.21.43]) (using TLS with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by dmz-mailsec-scanner-6.mit.edu (Symantec Messaging Gateway) with SMTP id 85.DC.06334.4B022F95; Thu, 26 Oct 2017 13:51:48 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH-1.MIT.EDU [18.9.28.11]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id v9QHpkjZ017545; Thu, 26 Oct 2017 13:51:47 -0400 Received: from kduck.kaduk.org (24-107-191-124.dhcp.stls.mo.charter.com [24.107.191.124]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id v9QHpgDv013016 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 26 Oct 2017 13:51:45 -0400 Date: Thu, 26 Oct 2017 12:51:43 -0500 From: Benjamin Kaduk To: Boris Samorodov Cc: freebsd-current@FreeBSD.org Subject: Re: svn: E170013: Unable to connect to a repository at URL 'svn+ssh://svn.freebsd.org/ports/head' Message-ID: <20171026175142.GY96685@kduck.kaduk.org> References: <5808df76-b11a-ab7b-0cb8-531e0d53eef8@passap.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5808df76-b11a-ab7b-0cb8-531e0d53eef8@passap.ru> User-Agent: Mutt/1.8.3 (2017-05-23) X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrDIsWRmVeSWpSXmKPExsUixCmqrbtF4VOkQe86Y4u/z84zW8x584HJ gcljxqf5LB5PZr5iC2CK4rJJSc3JLEst0rdL4MpYuWsha8E/5op37yazNTBOYu5i5OSQEDCR eLv6F5DNxSEksJhJYsL/BlYIZyOjxIGrK9hAqoQErjJJzP8VCWKzCKhKzHi6gwXEZhNQk1i/ 4hrYJBEBFYkT5zewg9jMAvISv7Y2gdnCAjkSEy60gdXzAm37O3EZE8RMG4kzD/ZAxQUlTs58 wgLRqyVx499LoBoOIFtaYvk/DpAwp4CtxKktN8FKRAWUJebtW8U2gVFgFpLuWUi6ZyF0L2Bk XsUom5JbpZubmJlTnJqsW5ycmJeXWqRrppebWaKXmlK6iREUpOwuyjsYX/Z5H2IU4GBU4uGd 8f5DpBBrYllxZe4hRkkOJiVRXoY9QCG+pPyUyozE4oz4otKc1OJDjBIczEoivFHCnyKFeFMS K6tSi/JhUtIcLErivNuCdkUKCaQnlqRmp6YWpBbBZGU4OJQkeOWA0SgkWJSanlqRlplTgpBm 4uAEGc4DNJwbpIa3uCAxtzgzHSJ/itGY48bD63+YOJ7NfN3ALMSSl5+XKiXOe1IeqFQApDSj NA9uGijRSGTvr3nFKA70nDBvFkgVDzBJwc17BbSKCWhVk+oHkFUliQgpqQbGHku+txeD8jcb bD+kOf2Gjc+J3ZfCW6ccFNvxzsIq38hr63G1nN32gl1Zr7QN5D8ta7ob+6zNOE6mqPlahHQO +/Odfr8krzc4Xeb2Xbt2p5C4q6dboJ6pw5/qd4cPVGUlHhK08nAv45gd7aejtepLM6//onen QuLrIndtnJxyrfR7Meue0yeVWIozEg21mIuKEwFzU/8VDwMAAA== X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2017 17:57:00 -0000 On Thu, Oct 26, 2017 at 08:47:06PM +0300, Boris Samorodov wrote: > Hi All, > > Since a few days I can't update repository (info and cleanup works, > but not update and commit) both at local and remote systems. > > Is it my personal problem/misconfig? > > --- > % svnlite up > Updating '.': > svn: E170013: Unable to connect to a repository at URL > 'svn+ssh://svn.freebsd.org/ports/head' For ssh access, you probably are better off with repo.freebsd.org, per the committer's guide. -Ben