Hi, all.

I have a problem to delete directory from CVS repository.

Files can be deleted by cvs remove command.

But, when deleting directory, cvs remove command won't work,

'cause the directory contains "CVS" directory which has cvs infomation.

Assuming that  there is "dira" directory in "dirb" directory and "dira"
has "filea" in it,

"filea" can be deleted from "dira". But, when deleting "dira" from
"dirb".....

I remove the "dira" by "rm -rf" command and run "cvs remove dira" in
"dirb". then...

It say,

cvs remove: Removing dira
cvs [remove aborted]: could not chdir to dira: No such file or directory



How can I delete "dira" from "dirb" ?


Have a nice day.


nana.

Reply via email to