RE: To get the files committed to a TAG by a particular user
"Arthur Barrett" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Jagadeesh Y, Which version of CVS are you using? If it is CVS 2.x (CVSNT) please contact the authors via [email protected] note: CVSNT is NoT CVS. http://www.cvsnt.org/ I've no idea who wrote 'cvstagdiff' - (it's not in the contrib directory, and google shows maybe it's an apache java thing) please contact the author. If you are using CVS 2.x (CVSNT) then you should query the audit database using standard SQL rather than use 'cvstagdiff' - the audit database is faster and more flexible. Regards, Arthur Barrett Product Manager CVS 2.x and UD6 > -----Original Message----- > From: > [email protected] > [mailto:info-cvs-bounces+arthur.barrett=march-hare.com@nongnu. > org] On Behalf Of jagan jagu > Sent: Monday, 1 November 2010 6:12 PM > To: [email protected] > Subject: To get the files committed to a TAG by a particular user > > > We have a new requirement to get the files committed to a TAG by a > particular user > please > ex:-- > cvstagdiff cvsRoot=":pserver:sibsankar:sahoo@newcvs:/EP2" > > destfile="${version.no}/${mod.name}_${version.no > }.xml" > package="${mod.name}" > startTag="${from.tag}" > endTag="${to.tag}" > the above command is getting all the files committed by all > the users to > that tag > but our new requirement is to get the files committed to the tag by a > particular user > > Please help me in this regard > > Jagadeesh Y > (CVS Build manager IDC) >