cvsdiff : a simple shell script that invoking vimdiff to compare CVS file
| script karma |
Rating 5/4,
Downloaded by 926 |
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. |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.169
|