[Python-Dev] removing csv directory from nondist/sandbox - how? (original) (raw)

Phillip J. Eby pje@telecommunity.com
Fri, 02 May 2003 20:29:12 -0400


At 06:49 PM 5/2/03 -0500, Skip Montanaro wrote:

Taking a cue from Raymond's sandbox/itertools cleanup, I cvs removed the contents of sandbox/csv just now. How do I get rid of the sandbox/csv directory itself? I see that the itertools directory remains as well, even though I executed "cvs -dP ." from the sandbox directory.

You can't remove directories from a CVS server unless you have direct access to it. And if you remove the directory, its history goes with it.