CVS - How to check the newly modified files against the repository

To check the modified files against the centralized repository, you can do

cvs -nq update

to specify the date, you can do

cvs -nq update -D "20110120 20:00"


The date format can be passed is "YYYYMMDD HH:MM"or by its relevant format of date.

Hope this helps.

Comments

Popular posts from this blog

Using sed with backreference as the replacement pattern

Use Shell Editor for Eclipse for editing bash, ksh, csh in Unix/Linux system

LVM: How to remove a volume using pvremove