From owner-freebsd-questions Fri Mar 15 9:35:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id AF6C737B41E for ; Fri, 15 Mar 2002 09:34:44 -0800 (PST) Received: from hades.hell.gr (patr530-a062.otenet.gr [212.205.215.62]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2FHYSYY005831; Fri, 15 Mar 2002 19:34:31 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2FHYZo3011936; Fri, 15 Mar 2002 19:34:35 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2FH8Msg011730; Fri, 15 Mar 2002 19:08:22 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Fri, 15 Mar 2002 19:08:22 +0200 From: Giorgos Keramidas To: "Igor B. Bykhalo" Cc: freebsd-questions@freebsd.org Subject: Re: local CVS repository - I did something wrong? Message-ID: <20020315170822.GG11203@hades.hell.gr> References: <02c401c1cbf5$33f1df80$ea2ce9c1@binep.ac.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02c401c1cbf5$33f1df80$ea2ce9c1@binep.ac.ru> User-Agent: Mutt/1.3.27i 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 On 2002-03-15 10:41, Igor B. Bykhalo wrote: > Greetings all. > > Yesterday I installed cvsup-mirror port, it updated repository > in /home/ncvs. Then I ran > > /usr#cvs co -r RELENG_4 src > > it was a lot of output, everything seemed fine. > > But now, when I run > > /usr/src#cvs up -r RELENG_4 -P -d > > it outputs the following: > > > cvs update: Updating . > > cvs update: move away Makefile; it is in the way > > C Makefile You probably had stuff in /usr/src before doing the checkout. Try removing all the files of /usr/src before checking out. # cd /usr # rm -fr src # cvs -qR checkout -rRELENG_4 src Then, you can update your sources, with: # cd /usr/src # cvs -qR update -Pd Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message