info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting rid of CVS folders


From: Spiro Trikaliotis
Subject: Re: Getting rid of CVS folders
Date: Mon, 21 Nov 2005 19:19:33 +0100
User-agent: Mutt/1.5.9i

Hello Ugo,

* On Mon, Nov 21, 2005 at 12:49:36PM -0500 Ugo Bellavance wrote:
 
>     But this lets all the CVS folders... is there a way to get rid of 
> them easily?  I couldn't find doc on this...

There are some possibilities:

1. Use a tool where you can exclude filenames
2. Make a local copy of your sandbox before copying it over, and then
   perform the following command on the copy of the sandbox to delete
   all directories named CVS:
   rm -r `find . -name CVS -type d`
3. After commiting your sandbox, export it (cvs export) before copying
   it to the other machine.
4. Do not copy the data on the other machine, but export (cvs export) it
   there.

HTH,
   Spiro.

-- 
Spiro R. Trikaliotis                              http://cbm4win.sf.net/
http://www.trikaliotis.net/                     http://www.viceteam.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]