find . -type dir -name 'CVS' -print | xargs rmdir
The problem with this command is that you no longer have a sandbox 
to play in

Another possible solution would be to use the cvs export command.
export copies the module out without creating the CVS directories.

What you should really do is use PVCS exclusively or convince the
powers that be that they should use cvs.  Mixing and matching 
different source management systems is a accident waiting to happen.

donald
On Thu, Aug 24, 2000 at 07:59:23PM -0000, [EMAIL PROTECTED] wrote:
> Does anyone know of a command or way to remove all the CVS dirs under 
> the working dir?
> 
> I use CVS to keep track of my version but my firm likes to use PVCS 
> so before I check my work into PVCS I need to remove all the CVS dirs 
> under the working dir.
> 
> please email me back at [EMAIL PROTECTED]

Reply via email to