info-cvs
[Top][All Lists]
Advanced

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

RE: changes between tags


From: Aditya Gandhi
Subject: RE: changes between tags
Date: Mon, 1 Mar 2004 19:53:22 +0530

You can try cvs log -rtag1:tag2
This does give a list of all the files that were tagged with tag 1 and
then with tag2 and revisions history between these two tags (including
the revision of the file when tag1 was created)...

Note: however this includes files that have not been modified between
the tags as they have a valid revision that had been tagged with both
tag1 and tag2 ..

You can enhance it to use cvs log -rtag1::tag2
Which will show all revisions of the file created after tag1..


- Aditya Gandhi

  -----Original Message-----
  From: address@hidden [mailto:info-cvs-
  address@hidden On Behalf Of Florian Pachaly
  Sent: Monday, March 01, 2004 5:31 PM
  To: cvs
  Subject: changes between tags
  
  Hi,
  
  is there any easy way to get all changes made in a whole module
between
  two
  tags?
  
  Regards,
  
  Flori
  
  
  
  _______________________________________________
  Info-cvs mailing list
  address@hidden
  http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

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