info-cvs
[Top][All Lists]
Advanced

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

RE: cvs rlog -rTAG1::TAG2 doesn't handle newly added files


From: Matthew Herrmann
Subject: RE: cvs rlog -rTAG1::TAG2 doesn't handle newly added files
Date: Tue, 2 Dec 2003 10:42:35 +1100

Hi All,

I upgraded to 1.11.9 but this didn't solve the problem.

Maybe the fix in 1.11.9 for this problem was only for the precise case where
the file was created after, but wasn't modified?

In any case, to reproduce, copy the following into a working directory. 3
revisions should be displayed by the log command at the end, but none are :

echo 1 > test.txt
cvs add test.txt
cvs commit -m "test.txt"
echo 2 > test.txt
cvs commit -m "test.txt"
echo 3 > test.txt
cvs commit -m "test.txt"
cvs tag TEMP test.txt
cvs log -rBEFORE::AFTER test.txt


Output:
cvs log: warning: no revision `PRIOR_TAG' in `...,v'

RCS file: /.../test.txt,v
Working file: test.txt
head: 1.3
branch:
locks: strict
access list:
symbolic names:
        TEMP: 1.3
keyword substitution: kv
total revisions: 3;     selected revisions: 0
description:
============================================================================
=


Best Regards,

Matthew Herrmann
----------------
Far Edge Technology
http://www.faredge.com.au/

-----Original Message-----
From: Matthew Herrmann [mailto:address@hidden
Sent: Thursday, 27 November 2003 11:32 AM
To: Larry Jones
Subject: RE: cvs rlog -rTAG1::TAG2 doesn't handle newly added files


thanks once again for your help Larry!

-----Original Message-----
From: Larry Jones [mailto:address@hidden
Sent: Thursday, 27 November 2003 1:34 AM
To: Matthew Herrmann
Cc: address@hidden
Subject: Re: cvs rlog -rTAG1::TAG2 doesn't handle newly added files


Matthew Herrmann writes:
>
> I'm having problems with cvs rlog and -rTAG1::TAG2 not outputting changes
> for newly created tags.

Update your server to the most recent release (1.11.9).

-Larry Jones

Do you think God lets you plea bargain? -- Calvin





reply via email to

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