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

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

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

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