info-cvs
[Top][All Lists]
Advanced

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

RE: cvs remove -> why does not history get deleted?


From: Arthur Barrett
Subject: RE: cvs remove -> why does not history get deleted?
Date: Wed, 8 Jun 2011 08:18:16 +1100

Rafal,

> I made "cvs delete" on some files and they are now not in the
> repository. But when I make "cvs add the_same_filename_as_before" and
> then make "cvs log" all versions of file are shown. I would like to
> delete the history also and make a 1.1 version commit. Is that
> possible?

No.

CVS is part of a change management solution - it therefore needs to be
able to show you change.  Not showing you change would be an absolute
failure of the system and therefore you could just thow it away.

Never ever ever ever pay any attention to the version numbers (eg: 1.1)
- they are not for you to look at - they are an internal number used for
internal purposes (mostly).  For your own 'version numbers' use 'cvs
tag'.

Regards,


Arthur Barrett



reply via email to

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