2017年9月14日 星期四

[CVS] info & skill

How to commit cvs code

cvs update -A
cvs commit

Find files modified :
cvs history -c -D 2017-08-08

CVS diff :
cvs diff -D "2017-10-05 09:30" -D "2017-10-03 09:16"

Use the following command to list all commits by a specific user:

cvs -q log -N -S -wuser dir/

-N Do not list tags.
-S Do not print name/header if no revisions selected.
-w[logins] Only list revisions checked in by specified logins.

Reference:

0 意見:

張貼留言