info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Diffs by a particular user-id


From: Shubhabrata Sengupta
Subject: Re: Diffs by a particular user-id
Date: Thu, 31 May 2001 18:24:42 +0530

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 <address@hidden>
To: Shubhabrata Sengupta <address@hidden>
Cc: CVS <address@hidden>
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:address@hidden         CollabNet ( http://collab.net )
>--
>Man who run in front of car get tired.
>
>
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]