jinyedge's note
{http://www.jinyedge.pe.kr}
Hi, this is jinyedge. I'm a software developer.
I hope you can find some useful information
in my homepage.
jinyedge at gmail.com
Since 2001.12.05
|
|
| Subj: CVS, Check difference between old version and new version of a file. |
|
|
Mtime: 2009-10-23 20:17:24 |
|
|
# Check current version of the file.
cvs status perl_exec.pl
# Check the difference.
cvs diff -r 1.14 -r 1.15 perl_exec.pl
# Rollback to older version.
cvs update -j1.15 -j1.14 perl_exec.pl
|
|
|
|
|