From owner-freebsd-questions Fri Mar 31 5:34: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 56F2937BC11 for ; Fri, 31 Mar 2000 05:33:54 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12b1YU-000PsW-00; Fri, 31 Mar 2000 15:33:42 +0200 From: Sheldon Hearn To: OldFrog Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CVS/CVSup In-reply-to: Your message of "Fri, 31 Mar 2000 06:43:11 CST." <4.3.2.20000331064127.00aa2bd0@mail.bfm.org> Date: Fri, 31 Mar 2000 15:33:42 +0200 Message-ID: <99479.954509622@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 31 Mar 2000 06:43:11 CST, OldFrog wrote: > One of the machines is running 3.2 and one is running 3.1 I would like to > upgrade boths systems to the 3.4 STABLE version using CVSup.... is this > possible? It certainly should be. Since both machines are already past the AOUT/ELF transition, it should be relatively painless. :-) Just pull down RELENG_3 sources and do the usual. > Secondly, I would like to upgrade the "ports" package data to reflect all > the appropriate changes without actually loading the tarballs.. I realize > that this would require that the system would have to ftp to a repository > server to get the tarball if needed, but that is easier than finding space > for the whole collection . .. any suggestions?? Once you have 3.4-STABLE (which is what the RELENG_3 sources will give you), check out the new pkg_version(1) utility. You'll be pleasantly surprised. :-) > Also, please presume I am dirt ignorant about doing this sort of > thing, the truth is probably MUCH worse than that... You'll be fine. :-) > Also.. when I did the 'make install' on cvsup, I Iost a great deal of > drive space that was there before.. is there a cleanup step that I > missed? If you mean that you lost a lot of space building cvsup from source with the ports mechanism, you can reclaim a lot of that space by 1) Removing the cvsup and modula distfiles from /usr/ports/distfiles . Modula is something required for building (but not running) cvsup. 2) Doing a ``make clean'' in /usr/ports/net/cvsup . Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message