From owner-freebsd-ports@freebsd.org Wed Feb 24 17:30:56 2016 Return-Path: Delivered-To: freebsd-ports@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 39BD9AB3848 for ; Wed, 24 Feb 2016 17:30:56 +0000 (UTC) (envelope-from clinton@xopen.plus.com) Received: from avasout06.plus.net (avasout06.plus.net [212.159.14.18]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D118E1FEB for ; Wed, 24 Feb 2016 17:30:55 +0000 (UTC) (envelope-from clinton@xopen.plus.com) Received: from [192.168.1.72] ([80.249.216.91]) by avasout06 with smtp id NHWf1s0081yu0dc01HWk9g; Wed, 24 Feb 2016 17:30:46 +0000 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=Rr04V3SK c=1 sm=1 tr=0 a=GFhQWgbCjDQ28ozJFzvkTg==:117 a=GFhQWgbCjDQ28ozJFzvkTg==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=N659UExz7-8A:10 a=6I5d2MoRAAAA:8 a=ZNIIK9bqLtyPTnPp_QsA:9 a=pILNOxqGKmIA:10 X-AUTH: xopen@:2500 Reply-To: clinton@xopen.plus.com Subject: Re: Unable to update ports using svnlite References: <56CDCF3B.1060405@xopen.plus.com> <20160224171039.GA54277@spectrum.skysmurf.nl> To: Alphons van Werven Cc: freebsd-ports@freebsd.org From: Clinton Bessesen Message-ID: <56CDE8BD.5010609@xopen.plus.com> Date: Wed, 24 Feb 2016 17:30:37 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160224171039.GA54277@spectrum.skysmurf.nl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2016 17:30:56 -0000 Hi Fonz, Thanks for your advise. Yup, I'm myself in Europe, after trying many different things, it seems to have been a DNS issue. Used your suggestion "svn0.eu.freebsd.org" and all back to normal. Might have to get our DNS server cache refreshed!!! Many thanks for your help! Cheers Clinton On 24/02/2016 17:10, Alphons van Werven wrote: > Clinton Bessesen wrote: > >> Running freebsd 10.2 and have been able to checkout the ports/head using >> svnlite for quite sometime in the past. > [snip] >> unable to run "/usr/bin/svnlite checkout --depth empty >> svn://svn.freebsd.org/ports/head /tmp/ports/tree" > I don't know how others handle this, but the following works for me: > > # mkdir /root/bin > # ln -s `which svnlite` /root/bin/svn > # svn checkout https://svn0.eu.freebsd.org/ports/head /usr/ports > > Note that I'm in Europe, there should be a list of geographically suitable > mirrors somewhere. And svn.freebsd.org itself works, too. > > HTH, > > Fonz >