info-cvs
[Top][All Lists]
Advanced

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

Re: erasing history


From: Frederic Brehm
Subject: Re: erasing history
Date: Fri, 25 Oct 2002 17:00:45 -0400

At 03:08 PM 10/25/2002, address@hidden wrote:
Suppose I was experimenting with a few
cvs features and later wanted to delete
any record of my checkins and updates etc.
...
Is this everything? Is there a better way?



Make a private repository with just the module you are interested in and blow the whole thing away when you are done. That way there's no chance you will accidently mess up your production repository.



For example, if you want to experiment with features on the foo module...

mkdir temproot
cp -r $CVSROOT/CVSROOT deleteme
cp -r $CVSROOT/foo deleteme
setenv CVSROOT `pwd`/deleteme
cvs co foo CVSROOT

... hack away ...

rm -rf deleteme


Note that if someone was updating foo or CVSROOT while you were copying, then you might get some weirdness, but you can recover by starting over.

Fred

_______________________________________________________________
Frederic W. Brehm, Sarnoff Corporation, http://www.sarnoff.com/






reply via email to

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