> Removing is easy enough, just cvs rm the files and "cvs diff -uNp". > You can't remove directories from CVS, so don't worry about that. > > The difficulty is with generating a diff to add directories that > didn't exist previously because it requires writes on the cvs server. > You can fake it by creating the relevant CVS directories and adding > to CVS/Entries in the parent, but it's probably easier just to send > a tarred up port. >
Thanks Stuart!