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

LVM: How to remove a volume using pvremove

Using Oracle 11g thru VirtualBox appliance in Mac OS X Lion

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