From owner-freebsd-questions Thu Aug 2 4:39: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13307.mail.yahoo.com (web13307.mail.yahoo.com [216.136.175.43]) by hub.freebsd.org (Postfix) with SMTP id 3C1A937B401 for ; Thu, 2 Aug 2001 04:39:06 -0700 (PDT) (envelope-from sumirati@yahoo.de) Message-ID: <20010802113906.35281.qmail@web13307.mail.yahoo.com> Received: from [193.174.9.99] by web13307.mail.yahoo.com; Thu, 02 Aug 2001 13:39:06 CEST Date: Thu, 2 Aug 2001 13:39:06 +0200 (CEST) From: =?iso-8859-1?q?m=20p?= Subject: Re: information about $CVSROOT, 'cvs update' and 'cvsup' - help! To: bsdneophyte@yahoo.com Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I tried to update my existing tree... by typing (what was stated in Greg > Lehey's book): > > cd /usr/src > cvs update -P -d > > I keep getting the following error: > > cvs update: No CVSROOT specified! Please use the `-d' option > cvs [update aborted]: or set the CVSROOT environment variable. > Hi, what you want to do is NOT to download the whole CVS (Concurrent Versions System) repository but do update your code to 4.3-STABLE. (That's an assumption made by me based on what i wanted to do as a newbie.) For that there is a tool called "cvsup". Simple said: You ask a server to give you what you want to have from the central repository (eg. from an exact date, for a special release and so on), download it to your place and update your source. A detailed overview can be found at: http://www.freebsd.org/handbook/cvsup.html Ok. Now to the question how to go on after you have decided what to update and download the new source successfully. Try this webpage (or your local handbook copy found under /usr/share/doc/handbook in various formats): http://www.de.freebsd.org/handbook/synching.html But, be warnend: Due to a code freeze for a new release there are very much updates in place (and not all are tested well because we are all human beings) and not all things are compiling error free. Wait until next week. Things will be better then. Hope that helps marc __________________________________________________________________ Do You Yahoo!? Gesendet von Yahoo! Mail - http://mail.yahoo.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message