find cvs commits
Hi All,
I need to find the list of file being tagged by user jack starting from a given date.
Eg:
Tag Name: lcc_dev_p1
User: jack
Date: >= 2011-03-02
can some done tell me what is the cvs command for this.
Should the below command give the correct output
cvs log -R -S -N -rlcc_dev_p1 -d">=2011-03-13" -wjack > /tmp/output.txt
Last edited by mario.almeida; 03-27-2011 at 08:20 AM.
|