Discussion:
To get the files committed to a TAG by a particular user
jagan jagu
2010-11-01 07:12:23 UTC
Permalink
We have a new requirement to get the files committed to a TAG by a
particular user
please
ex:--
cvstagdiff cvsRoot=":pserver:sibsankar:***@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)
Arthur Barrett
2010-11-02 20:59:40 UTC
Permalink
Hi Jagadeesh Y,

Which version of CVS are you using? If it is CVS 2.x (CVSNT) please
contact the authors via ***@march-hare.com 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-----
org] On Behalf Of jagan jagu
Sent: Monday, 1 November 2010 6:12 PM
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:--
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)
Loading...