info-cvs
[Top][All Lists]
Advanced

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

How many versions?


From: Mark
Subject: How many versions?
Date: Wed, 25 Jun 2003 07:17:04 -0700 (PDT)

Given 2 revisions of a single file. How can a script find out if other
revisions exist between them.

revision examples for this question:

1.12 and 1.12.2.1  -- have no revisions between them
1.12 and 1.12.2.2  -- do have revisons between them
1.13 and 1.14      -- have no revisions between them
1.13 and 1.15      -- do have revisons between them

I want to be able to script this test/check without having the script have to
understand/parse the CVS revision/branch numbering scheme. (the first revision
number in the comparison is not known, just the CVS tag for it is, but the
second number only the revision number is known).

Is there a rdiff or rlog (etc...) call that can be setup/parsed to easlier tell
a script if there are revisions between tag CVS_TAG_01 and revision 1.13.4.2 of
file foo.java?

Thanks,

Mark


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com




reply via email to

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