[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS!!!!!!



Ahhhh!!!

How do I remove a directory from CVS????

I have module MAIN checked out, and tried removing a direcoty, but can't!  These
are the things I've tried so far:

rm -rf <dirname>
cvs remove <dirname>
cvs commit

(I get an error at cvs remove... in that method) or:

cvs remove <dirname>
rm -rf <dirname>
cvs commit

(that appears to go OK... but when I do another checkout it comes back... it even
maintains the proper structure between cvs updates... but as soon as I release and
checkout, the directory comes back) or:

cvs remove <dirname>
cvs commit
cvs release main
rm -rf <dirname>

(That didn't work either...)

I'm pretty frustrated right about now...
If anyone could help, I'd greatly appreciate it... and consider worshiping the CVS
gods :)

Jason