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.
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