Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jul 2014 07:18:32 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Robert Huff <roberthuff@rcn.com>
Cc:        questions@freebsd.org
Subject:   Re: unexpected svn behavior
Message-ID:  <alpine.BSF.2.11.1407190712020.26467@wonkity.com>
In-Reply-To: <53CA5EAD.8000908@rcn.com>
References:  <53CA5EAD.8000908@rcn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.11.1407190712020.26467>