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: Derek R. Price
Subject: Re: Diffs by a particular user-id
Date: Thu, 31 May 2001 08:51:42 -0400

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]