From owner-freebsd-questions@FreeBSD.ORG Sat Jul 19 12:04:15 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F09421FB for ; Sat, 19 Jul 2014 12:04:15 +0000 (UTC) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) (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 B99D8267B for ; Sat, 19 Jul 2014 12:04:15 +0000 (UTC) X_CMAE_Category: , , X-CNFS-Analysis: v=2.0 cv=PvsRnnw3 c=1 sm=1 a=uNsD4W5u/UlQopoDAqU1YA==:17 a=jXRPIkKMiaoA:10 a=AaUjGI9IrlcA:10 a=IkcTkHD0fZMA:10 a=OA2lqS22AAAA:8 a=6I5d2MoRAAAA:8 a=WId10dO5dVyvU7OanhsA:9 a=QEXdDO2ut3YA:10 a=uNsD4W5u/UlQopoDAqU1YA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: cm9iZXJ0aHVmZkByY24uY29t Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.mail=roberthuff@rcn.com; spf=neutral; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com header.from=roberthuff@rcn.com; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.user=roberthuff; auth=pass (PLAIN) Received-SPF: neutral (smtp01.rcn.cmh.synacor.com: 209.6.39.223 is neither permitted nor denied by domain of rcn.com) Received: from [209.6.39.223] ([209.6.39.223:1080] helo=[10.0.0.35]) by smtp.rcn.com (envelope-from ) (ecelerity 3.5.1.37854 r(Momo-dev:3.5.1.0)) with ESMTPA id 53/DC-07581-8BE5AC35; Sat, 19 Jul 2014 08:04:08 -0400 Message-ID: <53CA5EAD.8000908@rcn.com> Date: Sat, 19 Jul 2014 08:03:57 -0400 From: Robert Huff User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: questions@freebsd.org Subject: unexpected svn behavior Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Robert Huff X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2014 12:04:16 -0000 Hello: When I do: huff@>> cd /usr/src huff@>> svn up I get a clean update. However, this script: #! /bin/sh # set -x PATH=/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin echo Updating kernel+world ... cd /usr/src /usr/local/bin/svn up echo ... done. produces: Updating kernel+world ... Updating '.': svn: E230001: Unable to connect to a repository at URL 'https://svn0.us-east.freebsd.org/base/head' svn: E230001: Server SSL certificate verification failed: issuer is not trusted .. done. and I have to run it manually. I know very little about subversion; what's broken, and how do I fix it? (I'll take a pointer to the relevant part of the documentation.) Respectfully, Robert Huff