info-cvs
[Top][All Lists]
Advanced

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

Re: How many versions?


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

--- Mark <address@hidden> wrote:
> 
> 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?

Note that the revisions being compared will not be the same (ie. CVS_TAG_01
will never be 1.13.4.2)

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]