From owner-freebsd-questions@FreeBSD.ORG Fri Jun 4 18:20:53 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CEF71065676 for ; Fri, 4 Jun 2010 18:20:53 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 676018FC14 for ; Fri, 4 Jun 2010 18:20:53 +0000 (UTC) Received: by iwn5 with SMTP id 5so1661952iwn.13 for ; Fri, 04 Jun 2010 11:20:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=kCYhmchglRSY3vAjlrqMZj+wdT8X7qIKBRnnA0XqxGU=; b=b+7jT27wS9LbA9tomaHdr/+2JTCHLyFUv7sxaC56EGiYTZ9+FUmyuCitzACkxdT9Fo S36/rFuPH7rV1xt22ZLBDJhpPXBPEupbltdCbi441OcsKdbIc95Ut4912OT70gUJ9SKo KAiy6qtv8aVcg1UEZ/TMdUPojHxIt90e2YEIc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=NDB9ieP+ru0dakyzwCqMnhZrbpmrMy6jPIgWzOba8kKuE9B1qrUIguQkRoD9Iyv5d2 H70VlpEmaGh0a8EI6g21gITiqprpGYokN2R0xUVMutymjIg2il7lVyJT/dcREKHVMO0I dCwbW1RWe4lIVduU8vzxBq+PKp7PDuoTimErs= Received: by 10.231.147.143 with SMTP id l15mr1413473ibv.9.1275675652730; Fri, 04 Jun 2010 11:20:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.36.1 with HTTP; Fri, 4 Jun 2010 11:20:32 -0700 (PDT) From: Ross Penner Date: Fri, 4 Jun 2010 11:20:32 -0700 Message-ID: To: User questions Content-Type: text/plain; charset=ISO-8859-1 Subject: Alternate method for fetching source X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2010 18:20:53 -0000 I'm trying to update my system and when I run cvsup, the connection repeatedly has problems (TreeList failed: Network write failure: Connection closed). I'm wondering if anybody can suggest any other method to grab the current source files? Thanks for any ideas