How to delete a module/directory
Brought to you by:
jspataro
1. What is the difference between a module and a
directory?
2. How do I delete a directory or module. I removed all
of the files from each folder using cvs remove, and I
used checkout -P to prune empty directorys but the
empty directories are still in the repository.
If possible, can I remove all directories under
cvsroot/kowi/ so that I can import a clean copy of the
file structure?
if so, how do I do that?
Logged In: NO
Joe, I believe that this is not possible. Any naive
implementation will break the ability to check-out a
previous version, one that has those directories in it.
You might be able to finagle it by going into the CVSROOT
with a shell client such as ssh/bash, but this is almost
certainly not supported on Sourceforge. You might also be
able to achieve what you want by exporting a snapshot,
editing it and re-importing.
If you are interested, you should check the relevant
chapters of the Bean Book and try with a server on a local
system.
The solution is to switch to SVN!