Date: Sun, 18 Oct 1998 11:12:17 +0800 From: Peter Wemm <peter@netplex.com.au> To: Mark Murray <mark@grondar.za> Cc: nnd@itfs.nsk.su (Nickolay Dudorov), current@FreeBSD.ORG Subject: Re: CVS corruption through cvs-cur.4733.gz Message-ID: <199810180312.LAA26224@spinner.netplex.com.au> In-Reply-To: Your message of "Sat, 17 Oct 1998 15:46:25 %2B0200." <199810171346.PAA00718@gratis.grondar.za>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810180312.LAA26224>