From owner-freebsd-questions@freebsd.org Mon Nov 28 23:56:16 2016 Return-Path: Delivered-To: freebsd-questions@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 870E7C597B9 for ; Mon, 28 Nov 2016 23:56:16 +0000 (UTC) (envelope-from cody@sysop.ca) Received: from watney.sysop.ca (watney.sysop.ca [104.207.159.58]) by mx1.freebsd.org (Postfix) with ESMTP id 6E7C91EB3 for ; Mon, 28 Nov 2016 23:56:16 +0000 (UTC) (envelope-from cody@sysop.ca) Received: from mbx.sysop.ca (mbx.sysop.ca [172.16.0.2]) by watney.sysop.ca (Postfix) with ESMTP id 50F6CFA040 for ; Mon, 28 Nov 2016 16:46:46 -0700 (MST) Received: from localhost (localhost [127.0.0.1]) by mbx.sysop.ca (Postfix) with ESMTP id C88DE185C502C for ; Mon, 28 Nov 2016 16:46:46 -0700 (MST) Received: from mbx.sysop.ca ([127.0.0.1]) by localhost (mbx.sysop.ca [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id sYmVbOi9v1jX for ; Mon, 28 Nov 2016 16:46:46 -0700 (MST) Received: from localhost (localhost [127.0.0.1]) by mbx.sysop.ca (Postfix) with ESMTP id 4E96A18625341 for ; Mon, 28 Nov 2016 16:46:46 -0700 (MST) X-Virus-Scanned: amavisd-new at sysop.ca Received: from mbx.sysop.ca ([127.0.0.1]) by localhost (mbx.sysop.ca [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id IldS3Jj7rLFU for ; Mon, 28 Nov 2016 16:46:46 -0700 (MST) Received: from mbx.sysop.ca (localhost [127.0.0.1]) by mbx.sysop.ca (Postfix) with ESMTP id 25ECF1862533F for ; Mon, 28 Nov 2016 16:46:46 -0700 (MST) Date: Mon, 28 Nov 2016 16:46:45 -0700 (MST) From: Cody Swanson To: freebsd-questions@freebsd.org Message-ID: <271308395.22831.1480376805900.JavaMail.zimbra@sysop.ca> Subject: subversion error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.1.24.20] X-Mailer: Zimbra 8.6.0_GA_1153 (ZimbraWebClient - FF50 (Win)/8.6.0_GA_1153) Thread-Topic: subversion error Thread-Index: z+yDlW3A0n9TpZsWik9vRBR95gZFYg== X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2016 23:56:16 -0000 I have been noticing when I do an update from svn.freebsd.org I get the following error: # svn update /usr/ports Service unavailableService unavailableUpdating '.': At revision 427349. # pkg info subversion subversion-1.9.4 The svn update appears to work correctly, it just generates a few errors which I don't recall seeing in the past. I get the same error when I attempt a checkout or update from any of the public freebsd svn repos. I thought perhaps that I had something cached locally that was causing the error so I removed ~/.subversion, /usr/src and /usr/ports. The same errors still persist. It's not a big deal since I can still checkout the source, I was just wondering if anyone has encountered this error before. I'm sure it's something I did on my end.