info-cvs
[Top][All Lists]
Advanced

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

How to retrieve ALL changes between two tags?


From: Roland Asmann
Subject: How to retrieve ALL changes between two tags?
Date: Fri, 25 Dec 2009 21:08:21 +0100 (CET)
User-agent: SquirrelMail/1.4.9a

Hi all,

I was wondering if anybody could help me out with this.

I know how to retrieve the log between two tags (log -r<tag1>::<tag2>),
but this leaves out some changes. Namely, the files that are not tagged
with one or both of the mentioned tags because they:
a) are created after <tag1> and are therefor only tagged with <tag2>
b) were deleted after <tag1> and are therefor only tagged with <tag1>
c) are created after <tag1> and deleted before <tag2> and are therefor not
tagged at all.

In creating a list with all changes between certain tags, I would expect
to somehow have the resources mentioned above listed as well.

So, is there a way to achieve this? I don't care if it can be done with
one command or several, I just want to make sure my list is complete!

I've been thinking about using dates in the log, but there's the problem
that I can't retrieve the date for a tag from CVS...

Thanks!

Roland






reply via email to

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