On Fri, Aug 25, 2000 at 07:38:24AM +0200, Sebastian Sp?th wrote: > I was able to delete all the momoko files, but how the heck do I remove > directories via CVS? My WinCVS GUI doesn't provide such an option, so I > can't do it :-). > (No seriously, how do I remove directories / a whole module via CVS?
Like I said on IRC, you can't remove directories. It's a feature, not a bug. >From the cvs manual: "The way that you remove a directory is to remove all the files in it. You don't remove the directory itself; there is no way to do that. Instead you specify the `-P' option to `cvs update', `cvs checkout', or `cvs export', which will cause CVS to remove empty directories from working directories. Probably the best way to do this is to always specify `-P'; if you want an empty directory then put a dummy file (for example `.keepme') in it to prevent `-P' from removing it." The thing is that this is really a module, not a directory. But I can't find anything about removing those. I think you have to simply remove the directory from the cvs machine. > > Sebastian > _______________________________________________ > Freenet-dev mailing list > Freenet-dev at lists.sourceforge.net > http://lists.sourceforge.net/mailman/listinfo/freenet-dev > -- \oskar _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
