From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 27 12:44:16 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D120106566B for ; Mon, 27 Sep 2010 12:44:16 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4F5E38FC1B for ; Mon, 27 Sep 2010 12:44:16 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:3940:c45b:c1c1:f335] (unknown [IPv6:2001:7b8:3a7:0:3940:c45b:c1c1:f335]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 629135C43; Mon, 27 Sep 2010 14:44:15 +0200 (CEST) Message-ID: <4CA0919F.10405@FreeBSD.org> Date: Mon, 27 Sep 2010 14:44:15 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10pre) Gecko/20100910 Lanikai/3.1.4pre MIME-Version: 1.0 To: Aryeh Friedman References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: csup or svn X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 12:44:16 -0000 On 2010-09-27 04:47, Aryeh Friedman wrote: > I currently use: > > csup -h cvsup9.us.freebsd.org /usr/share/examples/cvsup/cvs-supfile > > and when I just ran it I got: > > Append to CVSROOT-src/access > Edit CVSROOT-src/access,v > Segmentation fault (core dumped) Unfortunately, the access,v file in the master repository is still corrupted, so every time it gets an update, csup will die on it. The short term solution is to run "rm -f CVSROOT-src/access,v" just before your csup command line. The long term solution consists of 1. fixing the master repo, and 2. fixing csup so it doesn't die on corrupt ,v files...