Re: Changes since a tag but only the revision and check in

2003-03-06 Thread Larry Jones
Patrick Lee writes:
 
 cvs log -r rev1::rev2 module
 
 And I have added new files that are tagged with rev2 but the files 
 don't exist with the rev1 tag, is it possible to have cvs log show 
 those files with log comments since the first revision of the file?

Not directly.  What you can do is collect the list of files from the
error messages and then do:

cvs log -r ::rev2 files

-Larry Jones

Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us. -- Calvin


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: Changes since a tag but only the revision and check in comments

2003-03-05 Thread Patrick Lee
If I am using the syntax:

cvs log -r rev1::rev2 module

And I have added new files that are tagged with rev2 but the files 
don't exist with the rev1 tag, is it possible to have cvs log show 
those files with log comments since the first revision of the file?

pyl

At 04:48 PM 2/28/2003, Larry Jones wrote:
Tony Obermeit writes:

 How can I obtain a list of changes that have occurred since a tag to the
 latest version, I want to see the revision and check in comments only.

You want rlog, not rdiff.


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Changes since a tag but only the revision and check in comments

2003-02-28 Thread Tony Obermeit
How can I obtain a list of changes that have occurred since a tag to the 
latest version, I want to see the revision and check in comments only.

I've been using the following command:

cvs -Q rdiff -s -r TAG module

but all I'm getting is the revision numbers since the tag, I also want the 
check in comments. I don't want more than the revision and comments, when I 
take out the -s I get too much.

Thanks

Tony



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: Changes since a tag but only the revision and check in comments

2003-02-28 Thread Larry Jones
Tony Obermeit writes:
 
 How can I obtain a list of changes that have occurred since a tag to the 
 latest version, I want to see the revision and check in comments only.

You want rlog, not rdiff.

-Larry Jones

I keep forgetting that rules are only for little nice people. -- Calvin


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs