John Polstra wrote:
> Why are you getting these junk directories? CVSup should be deleting
> them if they're empty. You really shouldn't need to wipe out your
> tree and start over -- not ever. Did you omit the "delete" keyword
> from your supfile?
I recently (last week) cvsup'd a -current source tree over a -stable
source tree with the assumption that cvsup would sort it all out. I
found out that cvsup doesn't (always?) remove files that are no longer
pertinent. This is with the delete keyword present. The -current build
broke because there were leftover files (/usr/obj has been removed
first). The breakage was solved by removing /usr/src and recvsup-ing
from scratch. Details follow...
BTW: The files in question were at a minimum /sys/netinet/altq_*.h
dwarf% cvsup -v
CVSup client, GUI version
Software version: REL_15_4
Protocol version: 15.5
Report problems to [EMAIL PROTECTED]
dwarf% more /etc/cvsup.conf
*default release=cvs tag=.
*default prefix=/usr
*default base=/usr
*default delete use-rel-suffix
*default host=cvsup4.freebsd.org
...
dwarf% uname -a
FreeBSD dwarf.hq.scc.nl 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Sep 27
06:10:18 CEST 1999 [EMAIL PROTECTED]:/usr/src/sys/compile/DWARF
i386
--
Marcel Moolenaar mailto:[EMAIL PROTECTED]
SCC Internetworking & Databases http://www.scc.nl/
The FreeBSD project mailto:[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message