Date: Sat, 19 Jul 2014 08:03:57 -0400 From: Robert Huff <roberthuff@rcn.com> To: questions@freebsd.org Cc: Robert Huff <roberthuff@rcn.com> Subject: unexpected svn behavior Message-ID: <53CA5EAD.8000908@rcn.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53CA5EAD.8000908>