From owner-freebsd-current Sat Nov 2 22:54:06 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA00925 for current-outgoing; Sat, 2 Nov 1996 22:54:06 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA00910 for ; Sat, 2 Nov 1996 22:53:59 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vJwRE-0000xz-00; Sat, 2 Nov 1996 23:53:44 -0700 To: "Jonathan M. Bresler" Subject: Re: /usr/obj size Cc: mark@quickweb.com (Mark Mayo), freebsd-current@freebsd.org In-reply-to: Your message of "Sat, 02 Nov 1996 20:48:21 PST." <199611030448.UAA22418@freefall.freebsd.org> References: <199611030448.UAA22418@freefall.freebsd.org> Date: Sat, 02 Nov 1996 23:53:44 -0700 From: Warner Losh Message-Id: Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199611030448.UAA22418@freefall.freebsd.org> "Jonathan M. Bresler" writes: : use CVSup, there is no comparision between it and sup. : the source tree was just tagged with RELENG_2-2. : sup will tranfer the entire tree! cvsup just adds a little to : each file, give me an effective transfer rate of ~30kBps : over a 14.4 modem ;) If you have a tinybaud connection, I've been very happy with ctm. However, I have 24x7 connectivity, so most of it comes to me in otherwise unused bandwidth. Since I have my mail setup to automatically update my CVS tree (not my source tree), I always have nearly up to the minute sources available. CTM is a push model, and CVSup is a pull model. Which one you use is a matter of taste. However, one thing is clear: You need about 1.5G of disk space to have an effective development machine. I have 2.25G on my machine, and things get a little cramped when I try to do both OpenBSD things and FreeBSD things at the same time. Warner