[admin] CVS Wipe for Cells
![](https://secure.gravatar.com/avatar/be11ad86fa1d770b24bd47999a87b2d6.jpg?s=120&d=mm&r=g)
I have created quite a mess in the Cells project CVS tree over the years. I have worked out how to delete directories below a module, but unless I am mistaken there is no way to delete a module. Any thoughts as to what my options might be? Is there a Doomsday wipeout option? Is there some way youse guys have to nail a module? If not I will just populate each vestigial module with a simple read-me.txt redirecting folks to where they should look. thx, kenny -- Cells? Cello? Cells-Gtk?: http://www.common-lisp.net/project/cells/ Why Lisp? http://lisp.tech.coop/RtL%20Highlight%20Film "Doctor, I wrestled with reality for forty years, and I am happy to state that I finally won out over it." -- Elwood P. Dowd
![](https://secure.gravatar.com/avatar/cba0599060e2dc875b2fa5f1c9e6a548.jpg?s=120&d=mm&r=g)
Kenny Tilton <ktilton@nyc.rr.com> writes:
I have created quite a mess in the Cells project CVS tree over the years. I have worked out how to delete directories below a module, but unless I am mistaken there is no way to delete a module.
There's always rm -rf :-)
Any thoughts as to what my options might be? Is there a Doomsday wipeout option? Is there some way youse guys have to nail a module? If not I will just populate each vestigial module with a simple read-me.txt redirecting folks to where they should look.
You can edit the repository directly and remove modules. Just log on to the box (using some ssh client), change to the cvsroot directory cd /project/cells/cvsroot , type ls , and you will see the list of modules. To remove module foo, just do rm -rf foo and that's about it. Cue in rant about user interfaces. Note, however, that the module will be gone for real :-) Regards, Mario.
participants (2)
-
Kenny Tilton
-
mmommer@common-lisp.net