Subject: Re: cvs importing
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Murray Armfield <murray@river-styx.org>
List: netbsd-help
Date: 07/03/2001 12:05:50
Hi Manuel,
Thanks for the prompt support. This what I guessed but had hoped for
something a little for automated. Would it be possible to include a script
along with sup/cvs instructions on website so that it is not rewritten by
every NetBSD-current user using sup/cvs?
Regards,
Murray Armfield
PS: I have noticed a few people getting burnt by this recently around tcpdump
On Tue, 3 Jul 2001 06:35, you wrote:
> 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
> > import netbsd-current as described in the document on the NetbBSD
> > website[3~. This works fine but I have noteiiced that files delete d
> > from sup repository sitill reside in cvs repository (which is OK) but on
> > updating local source tree from my cvs repository, these deleted files
> > are still beliveveved to be in the source tree. Fore example, recent move
> > 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>
> --