From owner-freebsd-current Sat Oct 17 20:13:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28593 for freebsd-current-outgoing; Sat, 17 Oct 1998 20:13:40 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA28571 for ; Sat, 17 Oct 1998 20:13:33 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.1/8.9.1/Spinner) with ESMTP id LAA26224; Sun, 18 Oct 1998 11:12:18 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199810180312.LAA26224@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Mark Murray cc: nnd@itfs.nsk.su (Nickolay Dudorov), current@FreeBSD.ORG Subject: Re: CVS corruption through cvs-cur.4733.gz In-reply-to: Your message of "Sat, 17 Oct 1998 15:46:25 +0200." <199810171346.PAA00718@gratis.grondar.za> Date: Sun, 18 Oct 1998 11:12:17 +0800 From: Peter Wemm Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Murray wrote: > wrote: > > After receiving and applying CTM's 'cvs-cur.4733.gz' > > to my CVS tree I try to "cvs update" my 3.0 tree and > > discover that there are some directories deleted from > > CVS tree (in 'ports'). Some of this deletions prevent > > "cvs ... update -Pd ." to finish its work (f.e. > > 'ports/devel/glade/patches'). > > > > What is the reason for this ? > > Someone did something naughty in the repository? Sort-of. I cleaned out a pile of empty directories and Attics to help 'cvs update -d -P' along, but got some that were a bit too recent. We've recreated some of them so that people with reasonably recent ports trees shouldn't be too inconvenienced. > > How can I correct/synchronize my CVS-tree ? > > Manually remove the conflict in your /usr/ports area. In this case, if you get a problem with ports/devel/glade/patches, then rm -rf the checked out version, it got 'cvs rm'ed from the repository a while ago, but cvs is being paranoid. Give it a help along by removing the defunct checked out copies of the files. And then rerun the cvs update -dP (sorry). > M Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message