Yeah! that would work - for some crazy reason I was always thinking that log
won't take -rtag1:tag2 - really stupid of me.

Thanks a lot.

Shubho

-----Original Message-----
From: Derek R. Price <[EMAIL PROTECTED]>
To: Shubhabrata Sengupta <[EMAIL PROTECTED]>
Cc: CVS <[EMAIL PROTECTED]>
Date: Thursday, May 31, 2001 6:22 PM
Subject: Re: Diffs by a particular user-id


>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