From owner-freebsd-questions@FreeBSD.ORG Wed Nov 24 22:23:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 046CF16A4CE for ; Wed, 24 Nov 2004 22:23:59 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id A786143D39 for ; Wed, 24 Nov 2004 22:23:58 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20041124222352i9100rg1rae>; Wed, 24 Nov 2004 22:23:58 +0000 Message-ID: <41A509F7.9080205@nbritton.org> Date: Wed, 24 Nov 2004 16:23:51 -0600 From: Nikolas Britton User-Agent: Mozilla Thunderbird 0.9 (X11/20041119) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nikolas Britton References: <1101328720.4244.6.camel@tower1.digitaloverload.local> <41A4FF53.6020305@nbritton.org> In-Reply-To: <41A4FF53.6020305@nbritton.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Damien Hull cc: freebsd-questions Subject: Re: cvsup to 5.3? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 22:23:59 -0000 Nikolas Britton wrote: > Damien Hull wrote: > >> I'm using 4.10. How much free space do I need to cvsup? >> >> I had a lot of space until I installed KDE. /usr is down to 2.3G. If >> this isn't enough space can I move everything to another drive with more >> space in /usr? >> >> >> > If you have done a buildworld in the past you can delete everything in > /usr/obj/, rm -r /usr/obj/* > if you have lots of installed ports/upgraded ports run "portclean > -CDD" (portclean is part of the portupdate suite of tools) > if you still need more space delete everything in > /usr/ports/distfiles/ (unless your on a dial-up modem, it would take > forever to redownload everything.) > > As far as having enough space to buildword, 2.3GB sounds like enough > but don't quote me on that. > Sorry... that's "portsclean -CDD" not "portclean -CDD" man portsclean for more info and flags