That's what -P (prune) is for. In CVS, directories are not removed, only files are. So if e.g. this www/mono package is removed, this means the files in that directory are removed (with "cvs rm") from te repository. The directory itself however keeps existing. The -P flag tells the cvs client to look for empty directories and remove them for your local tree.
So removed package => empty directory in repository => directory removed from my local tree coz of the "-P" flag. Cool. Thanks, Rakhesh -- NetBSD/i386 3.0 | Toshiba Satellite L10-102 http://search.gmane.org/?query=&group=gmane.os.netbsd.* (archives) http://man.netbsd.org/ (manpages)