info-cvs
[Top][All Lists]
Advanced

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

Re: CVS delete files


From: webwesen
Subject: Re: CVS delete files
Date: 19 Oct 2005 07:23:04 -0700
User-agent: G2/0.2

i usually do the following:
*/ First remove the file in question from your working copy with
cvs rm -f file
*/ The repository will move the version file into a a subdirectory
called Attic.
*/ You can now remove the Attic/file,v file, and the repository will
not know that it ever existed.

 I thought that removing a file,v before it has moved to the Attic was
a bad idea... Wrong?



reply via email to

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