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.
Can anyone help me, how to log all tagging operation to a file? (In win32 environment.) I wrote a line to Taginfo file: ALL e:\cvsrepo$CVSROOT/CVSROOT/logit.bat $CVSROOT $USER I wrote a logit.bat (in e:\cvsrepo$CVSROOT/CVSROOT subdir): echo %4,%3,%5,%6,%2, >>e:\cvsrepo%1/CVSROOT/taglog.txt Almost everything is good, except: I can't log filename and revision. I read e little help in taginfo file: # $1 -- tagname # $2 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d # $3 -- repository # $4-> file revision [file revision ...] How to get (and write to log file) these last parameters? Thanx! Zoltan