From owner-freebsd-questions@FreeBSD.ORG Tue Sep 4 05:55:31 2012 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A0DD106564A for ; Tue, 4 Sep 2012 05:55:31 +0000 (UTC) (envelope-from levitch@iglou.com) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 0040C8FC14 for ; Tue, 4 Sep 2012 05:55:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:References:Message-ID:In-Reply-To:Subject:cc:To:From:Date; bh=UXpQw3BDCZEUIYAKlejswKD8gBvt7zm0kbcZ4sRXByM=; b=DCovuboSx4U56sbAGb4r7WEQBtF5AFVO0TOELJI5ZpH5jPtwdD0rREKWl9zOFKNNlXOg+LAF2C5B2xmvjC6h2U8bUIITGrtfJAZ0jKt8pkFeM9AW/Z0h2btJTrCQ/zS5uxsVdfb16BjT82AnhxrKQykELxNBwAiFgcB5VBKTZnI=; Received: from iglou4.iglou.com ([192.107.41.39]:58939 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1T8m6k-0002wE-8o by authid with igloumta_auth for freebsd-questions@FreeBSD.org; Tue, 04 Sep 2012 01:55:30 -0400 Received: from shell1.iglou.com ([192.107.41.17]:35733 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1T8m6j-000463-Qc; Tue, 04 Sep 2012 01:55:29 -0400 Date: Tue, 4 Sep 2012 01:55:29 -0400 (EDT) From: Darrel X-X-Sender: levitch@shell1 To: Robert Huff In-Reply-To: Message-ID: References: <44ehmj1354.fsf@lowell-desk.lan> <5044DC50.7020806@FreeBSD.org> <44a9x712cd.fsf@lowell-desk.lan> <44ehmiyhfa.fsf@lowell-desk.lan> <20549.8846.105735.468146@jerusalem.litteratus.org> User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b Cc: freebsd-questions@FreeBSD.org Subject: Re: [solved]: to move csup 90 to subversion 91rc 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: Tue, 04 Sep 2012 05:55:31 -0000 On Mon, 3 Sep 2012, Darrel wrote: > >>> Next, I will decide whether to keep /usr/ports with portsnap or >>> move ports to svn as well. >> >> I just did this (ports and docs) and - modulo an error on my >> part - it has been remarkably painless. (Make sure you eradicate >> all vesitges of c(v)sup activity. > > Hello Robert, > > Other than my csup-file, I found these: > > /home/var.db/sup/src-all/checkouts.cvs:RELENG_9 > /home/var.db/sup/src-all/checkouts.cvs:RELENG_9_0 > /.snap > /home/.snap > /home/var.db/portsnap > /home/var.db/portsnap/* > /tmp/.snap > /usr/.snap > /var/.snap > > Also, on my amd64 kernel I had to remove 'device atapicam'. > > The failed kernel build might be a bug, perhaps I should file a report. > > Thank you, > Darrel > I found these files as well: /var/db/portsnap/ /var/db/sup/ Darrel