info-cvs
[Top][All Lists]
Advanced

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

Erase all cvs info from directory tree


From: RobE
Subject: Erase all cvs info from directory tree
Date: 16 Oct 2005 05:40:10 -0700
User-agent: G2/0.2

Hi,

I need sometimes to get rid of all the "CVS"-directories (including the
contents) in a large tree within a checked out project. I do this by
hand but maybe someone has a (recursive?) bash or perl script for this?
I would really appreciate this, because sometimes it is also nice to
remove all the CVS information from a tree, when something is used
outside CVS.

(My knowledge of bash or perl is too little to create such a script,
although I could understand and use it, when I see it)

Additionaly / alternatively: is there a way to import a project that
already has CVS information? I could imagine that this is possible
using the -W or -I options. But on the other hand, aren't the CVS infos
read *before* -W and -I are applied?

And how would I write this? My guessing would be something like:

cvs import -m "new start" -W */CVS/*  project1 user1 newstart

Can anyone help? I imagine that also other people have this issue from
time to time. Thank You - Robert



reply via email to

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