sponsor Vim development Vim logo Vim Book Ad

cvsdiff : a simple shell script that invoking vimdiff to compare CVS file

 script karma  Rating 5/4, Downloaded by 796  Comments, bugs, improvements  Vim wiki

created by
Mockey Chen
 
script type
utility
 
description
You can use this script to invoke vimdiff for comparing two files between CVS repository and local copy, or any two difference CVS revision in repository.

Usage: cvsdiff [-rrevision1] [-rrevision2] file
Examples:
  cvsdiff test.c                           show difference between cvs (in your branch) and local copy.
  cvsdiff -r1.3 test.c                  show difference between revision 1.3 and local copy.
  cvsdiff -rHEAD test.c            show difference between HEAD and local copy.
  cvsdiff -r1.3 -r1.4 test.c         show difference between revision 1.3 and revision 1.4.
  cvsdiff -rHEAD -r1.4 test.c   show difference between HEAD and revision 1.4.
 
install details
1. Download it and add throw it in a directory which included by PATH.
2. Add execution permission.
    chmod +x cvsdiff
3. Run it.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
cvsdiff 1.00 2007-01-24 6.0 Mockey Chen Initial upload
ip used for rating: 3.129.211.87

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github