I started to create a new directory which I intended to add and commit to CVS. I created a directory, and executed cvs add ./templates/ which worked. Then I never committed. cvs status still sees the directory, but now I want to remove the directory. When I run cvs status I receive the following:
$ cvs status
cvs status: Examining templates
cvs status: in directory templates:
cvs [status aborted]: there is no version here; do 'cvs checkout' first
When I try to run cvs remove:
$ cvs remove ./templates/
cvs remove: Removing ./templates
cvs remove: in directory ./templates:
cvs [remove aborted]: there is no version here; do 'cvs checkout' first
When I try a cvs checkout:
$ cvs checkout ./templates/
cvs checkout: cannot find module `./templates' - ignored