From owner-freebsd-questions@FreeBSD.ORG Sat Jul 19 13:18:34 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69CE7ADB for ; Sat, 19 Jul 2014 13:18:34 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B6BB2B3A for ; Sat, 19 Jul 2014 13:18:33 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s6JDIWmE041381 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 19 Jul 2014 07:18:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s6JDIWHE041378; Sat, 19 Jul 2014 07:18:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 19 Jul 2014 07:18:32 -0600 (MDT) From: Warren Block To: Robert Huff Subject: Re: unexpected svn behavior In-Reply-To: <53CA5EAD.8000908@rcn.com> Message-ID: References: <53CA5EAD.8000908@rcn.com> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 19 Jul 2014 07:18:32 -0600 (MDT) Cc: questions@freebsd.org 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 13:18:34 -0000 On Sat, 19 Jul 2014, Robert Huff wrote: > 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.) Maybe the script runs as a different user? Server certificate information is stored in ~/.subversion/auth/. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/svn.html#svn-mirrors