Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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)