[cvsnt] Track branch or tag being created in taginfo

Bo Berglund bo.berglund at telia.com
Tue Dec 12 22:43:46 GMT 2006


On Tue, 12 Dec 2006 13:46:19 +0530, "Duraisamy, Kavitha \(Cognizant\)"
<Kavitha.Duraisamy at cognizant.com> wrote:

>
>Hi,
>
>How to track tag or branch being created in taginfo in CVSNT 2.0.51d. I
>could do the same using "%b" - tagtype in CVSNT 2.5.03
>
>Thanks in advance,
>Kavitha
>
What is your problem?
If you want to "track" tag operations just create a script or program
thta does that and then launch it in the taginfo script like so:
ALL <path to>/<your tag handling program> <command line parameters>

The <command line parameters> is your chance to get interesting info
from CVSNT like $USER $CVSROOT etc. (see the CVSNT manual for a
complete list of arguments and variables).

Notice that CVSNT does not send in the tag file list as command line
arguments anymore (like the Cederquist describes). Instead this list
is sent in on STDIN to the launched program. THis is because of size
constraints on Windows.

HTH

/Bo
(Bo Berglund, developer in Sweden)


More information about the cvsnt mailing list