Subject: Re: cvs importing
To: Murray Armfield <murray@river-styx.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-help
Date: 07/02/2001 22:35:59
On Mon, Jul 02, 2001 at 03:47:21PM +1000, Murray Armfield wrote:
> Hi Folks,
> 	Just trying to get my cvs repository going properly. I sup down and impo=
rt netbsd-current as described in the document on the Netb=08BSD website=1B=
[3~=08.
> 	This works fine but I have notei=08=08iced that files delete =08d from s=
up repository si=08till reside in cvs repository (which is OK) but on updat=
ing local source tree from my cvs repository, these deleted files are still=
 belivev=08=08=08eved to be in the source tree. Fore=08 example, recent mov=
e of tcpduimp source files. gone from my sup tree, still in localtree

You need to delete 'by hand' files that are no longer in the sup sources.
you should be able to do a script to automate this
you need to run:
cvs rm -d <list of files>
for each files no longer in the repository
and then a global 'cvs ci'

--
Manuel Bouyer <bouyer@antioche.eu.org>
--