Shubhabrata Sengupta wrote:

> Hi,
>
>      I want to see the diffs between two static tags - but I only want to
> see it for checkins done by a particular user. How do I do that.

You'll have to script something that reads logs or history to get the
revisions you want diffs between then run cvs diff.  This might be as simple
as 'if cvs log -rtag1:tag2 filename |grep username >/dev/null 2>&1; then cvs
diff filename; fi'

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]         CollabNet ( http://collab.net )
--
Man who run in front of car get tired.




_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to