From owner-freebsd-stable@FreeBSD.ORG Mon Sep 24 10:48:57 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C25F8106564A for ; Mon, 24 Sep 2012 10:48:57 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4BB8E8FC16 for ; Mon, 24 Sep 2012 10:48:56 +0000 (UTC) Received: by bkcje9 with SMTP id je9so2642058bkc.13 for ; Mon, 24 Sep 2012 03:48:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+idH/b+DQ0FKPTcL7H5ugCnSZDBlCFm3Zf0Tm1mSY+Y=; b=W1RroPyC8g/mns5vYneooszRmIFu9djXSsBjIlKx38HRiLo88/Eqtex3yIdRJUZxwV cX8AYi2W0/swRQT0jqHpMiO5CC5ufJvQ7dx2d5pSq8dk/6dO0AX0258b85dOBC98R8jg I6VnBaFcbBWjdA+XEM3nho4FYAAc/la+E6NcIYjOj1ngXUFcn7f4+dabVtY1uUr232NM a0Rigyg1fzWfHKhCtzwLqjDKiC6COExTmCF821Fc+S0Qko9lW9f1QP74+ylwoMkNR+EP gaag488iyKAYTHy8grOzkhqJlvVqqZYpwAjhGYd4jlPJ53AVmaQEgxUVSZG+oZAe0RQw wqkg== MIME-Version: 1.0 Received: by 10.204.9.130 with SMTP id l2mr4282501bkl.56.1348483735797; Mon, 24 Sep 2012 03:48:55 -0700 (PDT) Received: by 10.204.10.141 with HTTP; Mon, 24 Sep 2012 03:48:55 -0700 (PDT) Received: by 10.204.10.141 with HTTP; Mon, 24 Sep 2012 03:48:55 -0700 (PDT) In-Reply-To: <86d31bsrkz.fsf@ds4.des.no> References: <86d31bsrkz.fsf@ds4.des.no> Date: Mon, 24 Sep 2012 11:48:55 +0100 Message-ID: From: Chris Rees To: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: stable@freebsd.org Subject: Re: Tinderbox spam X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2012 10:48:57 -0000 On 24 Sep 2012 10:23, "Dag-Erling Sm=F8rgrav" wrote: > > I recently switched the machine that builds 7 and 8 from csup to svn. > Unfortunately, it seems to have trouble maintaining a stable connection > to svn.freebsd.org. I'm testing a patch that makes it retry up to three > times before giving up, so hopefully the spurious failures will go away > soon. I've found that svn:// seems to be more aggressive with rate-limiting if that's what it does. Have you tried using http:// ? Chris