[cvsnt] FW: CVSNT / CVSMailer Consolidation Question

Iwan iwan at i-ware.net
Tue May 13 15:46:24 BST 2003


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.



>  -----Original Message-----
> From: 	Iwan [mailto:iwan at 3axissolutions.com] 
> Sent:	dinsdag 13 mei 2003 10:35
> To:	cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook
> Subject:	CVSNT / CVSMailer Consolidation Question
> 
> Hi,
> 
> I've setup CVSNT and CVSMailer on a Win2K Professional box. This I use for
> all my CVS stuff. I think both tools are excellent, but there's something
> I can't seem to get to work. I've now spend a while trial-n-error on
> getting the email-consolidation of CVSMailer to work.
> 
> This is was my assumption of the functionality is:
> 
> [You setup CVSMailer such that it delays for an x amount of seconds, say
> 600 (10 minutes). Now every commit that is performed in these 10 minutes
> is consolidated into one email send out, this to prevent the subscribers
> of being flooded by emails.]
> 
> Now either I am wrong, or I've done something wrong in setting up
> CVSMailer, since I get an email for every commit I've performed instead of
> a consolidated email for all commits performed within that timeframe.
> Initially I thought that the messages were consolidated per module, but
> that is not the case since I get separate messages for commits in one
> module as well. Then I though that at least CVSMailer would consolidate
> all commits that where performed as a result of commiting a directory, so
> I commited a directory and all subdirectories with their contents, but
> that resulted in a set of emails, for each directory that was commited (as
> a result of an add) an email was send and then there actually was one
> message for alle files that were commited.
> I checked the documentation on CVSMailer as well as CVSNT on how this is
> supposed to work, and I still read it as I stated earlier.
> 
> At the end of my mail is my CVSMailer.INI contents, as well as the logs
> that were created by CVSMailer.
> 
> Iwan
> 
> <-------------------------- CVSMailer.INI START
> -------------------------->
> 
> ;Configuration file for CVSMailer
> ;Copyright 2002 by Bo Berglund
> 
> [setup]
> ;Set directory where logfiles are stored, default is subdir /log below app
> dir
> LogDir=D:\CVS\cvslog
> 
> ;Switch logging on/off, default is on (if entry is missing)
> enablelogging =1
> 
> ;set to 1 to increase the amount of logging, 0 reduces logging
> debuglog =1
> 
> ;set to 1 to save email to disk instead of sending it out. Then messages
> are saved
> ;to the file TestMessage.txt in the application directory.
> TestMode =0
> 
> ;If the run triggered by the user issuing an add on a folder should result
> in an email:
> SendMailOnNewFolder=1
> 
> ;When CVSNT is set up with a repository prefix this must be specified
> here:
> CVSNTPrefix=D:\cvs\cvsrepos
> ShowPrefix =1
> 
> ;----------
> ;Flag use of delayed send for consolidation of messages
> DelayedSend=1
> KeepTempDir=1
> LogMailTempFiles=1
> 
> ;CVSTEMP is used when consolidating the multiple emails into one
> CVSTEMP=D:\CVS\cvstemp
> 
> ;When using delayed mail for consolidation this is the delay used (ms)
> ;Must be longer than the maximum cvs processing time for a single
> operation
> MailSendDelay=300000
> 
> [FileLinks]
> UseHTMLformat=0
> UseDiffLinks =0
> UseFileLinks =0
> BinaryFileExtensions=
> exe,res,jpg,gif,bin,dll,psp,jar,ear,war,class,zargo,doc,psp
> ;This section is used to define links to add to the emails
> ;modify these to fit:
> ; - replace the Urls with correct ones (at least change the computer name)
> ; - Select ViewCvs / CvsWeb by commenting/uncommenting the lines below
> ;This is ViewCvs Diff:
> BaseDiffUrl =http://<computer>/cgi-bin/viewcvs/viewcvs.cgi/
> DiffCmd=<module>/<file>.diff?r1=<rev1>&r2=<rev2>&cvsroot=<root>
> ;This is ViewCvs file markup view:
> BaseFileUrl =http://<computer>/cgi-bin/viewcvs/viewcvs.cgi/
> FileCmd
> =<module>/<file>?rev=<rev>&content-type=text/vnd.viewcvs-markup&cvsroot=<r
> oot>
> ModuleCmd =<module>/?cvsroot=<root>
> 
> ;This is CvsWeb markup view:
> ;BaseDiffUrl = http://<computer>/cgi-bin/cvsweb/cvsweb.cgi/
> ;DiffCmd=<module>/<file>.diff?r1=<rev1>&r2=<rev2>&cvsroot=<root>
> 
> ;This is CvsWeb Fileview:
> ;BaseFileUrl = http://<computer>/cgi-bin/cvsweb/cvsweb.cgi/
> ;FileCmd =
> <module>/<file>?rev=<rev>&content-type=text/x-cvsweb-markup&cvsroot=<root>
> 
> 
> [Mailsettings]
> ;Control the subject of the messages
> CommitMailSubject =CVS commit at <server> on <root>/<module>
> TagMailSubject =CVS tag at <server> on <root>/<module>
> NotifyMailSubject =CVS notify at <server> on <root>/<module>
> 
> UseBccList=0
> MailTimeout=60000
> 
> ;THIS IS SET TO MY MAILHOST, BUT FOR SECURITY REASONS I WAS ASKED TO
> REMOVE THE REAL HOST
> MailHost=myMail.com
> SMTPPort=25
> 
> ;If the mail server needs authentication on send then use the settings
> below.
> ;Only used for authentication, message sender is specified elsewhere
> AuthenticateSender=0
> AuthenticateAccount=
> AuthenticateAccountPasswd=
> 
> ;Flag if the user doing the commit shall receive mail
> MailToCommitUser =1
> 
> ;If the sender of the mail shall not be the user doing the CVS operation
> then:
> ForceIniSender =1
> Sender=3axis at 3axissolutions.com
> SenderName=3 Axis CVS-Server
>  
> ;You can add footer messages here. They will appear at the end of the
> message.
> ;CVSMailer will choose the proper message depending on the sender
> selection
> ForcedSenderMessageFooter1 =This message was sent by CVS. Do not reply.
> 
> NormalMessageFooter1 =This message was sent by CVS on behalf of the user.
> NormalMessageFooter2 =You can reply directly to him/her.
> 
> ;Add recipients that will always receive mail here, must be noted in the
> users file
> Recipient1=
> 
> [CVSusers]
> ;The CVSMailer users can be specified here instead of in the users file,
> but then notify will not work
> 
> User1=
> 
> ;Here is a map for the cvsroot as used in the commands against the
> specifier
> ;in the viewcvs.conf or cvsweb.conf file. This will be used in the
> weblinks.
> ;enter the correct specifiers against the cvsroots here. Note: Case
> sensitive!
> [WebLinkRoots]
> F:/CVSREPO/CMP=CMP
> F:/CVSREPO/PC=PC
> <-------------------------- CVSMailer.INI END -------------------------->
> 
> <-------------------------- CVSMailer log START
> -------------------------->
> 
> <-------------------------------------------------------------------------
> ----------------------->
> 			This is the MLxxx log:
> <-------------------------------------------------------------------------
> ----------------------->
> 
> 
> 20030513 09:49:03 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 09:49:03 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 09:49:03 DEBUG: Root read from ini file = 
> 20030513 09:49:03 DEBUG: Parameter 1: -l00000b08
> 20030513 09:49:03 DEBUG: Parameter 2: iwan
> 20030513 09:49:03 DEBUG: Parameter 3: /3axis
> 20030513 09:49:03 DEBUG: Parameter 4: T-RegS/doc/design
> T-RegS_Requirements.zargo,1.10,1.11
> 20030513 09:49:03 CVS message on stdin:
> Update of D:/CVS/cvsrepos/3axis/T-RegS/doc/design
> In directory
> 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv2824\\T-RegS\\doc\\design
> 
> Modified Files:
> 	T-RegS_Requirements.zargo 
> Log Message:
> Added an included UC for finding Trackees and Trackee related information.
> 
> 20030513 09:49:03 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 09:49:03 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 09:49:03 DEBUG: CVS temp dir= 528195838
> 20030513 09:49:03 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#528195838#\
> 20030513 09:49:03 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#528195838#\maillock.txt
> 20030513 09:49:03 Starting delayed copy:
> C:\dev\tools\cvs\CVSMailer\CVSMailer.exe -m528195838 iwan /3axis
> 20030513 09:49:03 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 09:49:03 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 09:49:03 DEBUG: CVS temp dir= 528195838
> 20030513 09:49:03 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#528195838#\
> 20030513 09:49:03 DEBUG: Lockfile for this call will be:
> D:\CVS\cvstemp\#528195838#\maillock.txt
> 20030513 09:49:03 DEBUG: Creating new lockfile, timestamp = 84503687
> 20030513 09:49:03 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 09:49:03 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 09:49:03 DEBUG: User #2 = ezra:Ezra <ezra.schuitema at hccnet.nl>
> 20030513 09:49:03 DEBUG: User #3 = mark:Mark <m.dielen at wxs.nl>
> 20030513 09:49:03 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 09:49:03 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 09:49:03 DEBUG: CVS temp dir= 528195838
> 20030513 09:49:03 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#528195838#\
> 20030513 09:49:04 DEBUG: Updating commit log message...
> 20030513 09:49:04 DEBUG: Getting mail address for user: iwan
> 20030513 09:49:04 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 09:49:04 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 09:49:04 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 09:49:04 DEBUG: Adding command line users to loginfousers list
> 20030513 09:49:04 DEBUG: Parsing the subscribed users
> 20030513 09:49:04 DEBUG: Found user iwan
> 20030513 09:49:04 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 09:49:04 DEBUG: Found user ezra
> 20030513 09:49:04 DEBUG: Adding user email Ezra <ezra.schuitema at hccnet.nl>
> 20030513 09:49:04 DEBUG: Found user mark
> 20030513 09:49:04 DEBUG: Adding user email Mark <m.dielen at wxs.nl>
> 20030513 09:49:04 DEBUG: Found user 
> 20030513 09:49:04 DEBUG: Processing log message
> 20030513 09:49:04 DEBUG: CVS message: T-RegS/doc/design
> T-RegS_Requirements.zargo,1.10,1.11
> 20030513 09:49:04 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/T-RegS/doc/design
> 
> 20030513 09:50:16 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 09:50:16 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 09:50:16 DEBUG: Root read from ini file = 
> 20030513 09:50:16 DEBUG: Parameter 1: -l00000a18
> 20030513 09:50:16 DEBUG: Parameter 2: iwan
> 20030513 09:50:16 DEBUG: Parameter 3: /3axis
> 20030513 09:50:16 DEBUG: Parameter 4: T-RegS/doc/design
> T-RegS_Specifications.zargo,1.14,1.15
> 20030513 09:50:16 CVS message on stdin:
> Update of D:/CVS/cvsrepos/3axis/T-RegS/doc/design
> In directory
> 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv2584\\T-RegS\\doc\\design
> 
> Modified Files:
> 	T-RegS_Specifications.zargo 
> Log Message:
> Added specifications for the Tracker UCs regarding registering and
> unregistering of Trackees as well as installing a new license.
> 
> 20030513 09:50:16 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 09:50:16 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 09:50:16 DEBUG: CVS temp dir= 1258664588
> 20030513 09:50:16 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1258664588#\
> 20030513 09:50:16 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#1258664588#\maillock.txt
> 20030513 09:50:16 Starting delayed copy:
> C:\dev\tools\cvs\CVSMailer\CVSMailer.exe -m1258664588 iwan /3axis
> 20030513 09:50:16 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 09:50:16 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 09:50:16 DEBUG: CVS temp dir= 1258664588
> 20030513 09:50:16 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1258664588#\
> 20030513 09:50:16 DEBUG: Lockfile for this call will be:
> D:\CVS\cvstemp\#1258664588#\maillock.txt
> 20030513 09:50:16 DEBUG: Creating new lockfile, timestamp = 84576562
> 20030513 09:50:16 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 09:50:16 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 09:50:16 DEBUG: User #2 = ezra:Ezra <ezra.schuitema at hccnet.nl>
> 20030513 09:50:16 DEBUG: User #3 = mark:Mark <m.dielen at wxs.nl>
> 20030513 09:50:16 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 09:50:16 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 09:50:16 DEBUG: CVS temp dir= 1258664588
> 20030513 09:50:16 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1258664588#\
> 20030513 09:50:16 DEBUG: Updating commit log message...
> 20030513 09:50:16 DEBUG: Getting mail address for user: iwan
> 20030513 09:50:16 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 09:50:16 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 09:50:16 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 09:50:16 DEBUG: Adding command line users to loginfousers list
> 20030513 09:50:16 DEBUG: Parsing the subscribed users
> 20030513 09:50:16 DEBUG: Found user iwan
> 20030513 09:50:16 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 09:50:16 DEBUG: Found user ezra
> 20030513 09:50:16 DEBUG: Adding user email Ezra <ezra.schuitema at hccnet.nl>
> 20030513 09:50:16 DEBUG: Found user mark
> 20030513 09:50:16 DEBUG: Adding user email Mark <m.dielen at wxs.nl>
> 20030513 09:50:16 DEBUG: Found user 
> 20030513 09:50:16 DEBUG: Processing log message
> 20030513 09:50:16 DEBUG: CVS message: T-RegS/doc/design
> T-RegS_Specifications.zargo,1.14,1.15
> 20030513 09:50:16 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/T-RegS/doc/design
> 
> 20030513 09:59:31 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 09:59:31 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 09:59:31 DEBUG: Root read from ini file = 
> 20030513 09:59:31 DEBUG: Parameter 1: -l00000bf4
> 20030513 09:59:31 DEBUG: Parameter 2: iwan
> 20030513 09:59:31 DEBUG: Parameter 3: /3axis
> 20030513 09:59:31 DEBUG: Parameter 4: CVSROOT loginfousers,1.2,1.3
> 20030513 09:59:31 CVS message on stdin:
> Update of D:/CVS/cvsrepos/3axis/CVSROOT
> In directory 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv3060\\CVSROOT
> 
> Modified Files:
> 	loginfousers 
> Log Message:
> Commented out Mark and Ezra for receiving email notifications.
> 
> 
> 20030513 09:59:31 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 09:59:31 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 09:59:31 DEBUG: CVS temp dir= 2505884792
> 20030513 09:59:31 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2505884792#\
> 20030513 09:59:31 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#2505884792#\maillock.txt
> 20030513 09:59:31 Starting delayed copy:
> C:\dev\tools\cvs\CVSMailer\CVSMailer.exe -m2505884792 iwan /3axis
> 20030513 09:59:31 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 09:59:31 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 09:59:31 DEBUG: CVS temp dir= 2505884792
> 20030513 09:59:31 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2505884792#\
> 20030513 09:59:31 DEBUG: Lockfile for this call will be:
> D:\CVS\cvstemp\#2505884792#\maillock.txt
> 20030513 09:59:31 DEBUG: Creating new lockfile, timestamp = 85130828
> 20030513 09:59:31 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 09:59:31 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 09:59:31 DEBUG: User #2 = ezra:Ezra <ezra.schuitema at hccnet.nl>
> 20030513 09:59:31 DEBUG: User #3 = mark:Mark <m.dielen at wxs.nl>
> 20030513 09:59:31 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 09:59:31 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 09:59:31 DEBUG: CVS temp dir= 2505884792
> 20030513 09:59:31 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2505884792#\
> 20030513 09:59:31 DEBUG: Updating commit log message...
> 20030513 09:59:31 DEBUG: Getting mail address for user: iwan
> 20030513 09:59:31 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 09:59:31 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 09:59:31 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 09:59:31 DEBUG: Adding command line users to loginfousers list
> 20030513 09:59:31 DEBUG: Parsing the subscribed users
> 20030513 09:59:31 DEBUG: Found user iwan
> 20030513 09:59:31 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 09:59:31 DEBUG: Found user ezra
> 20030513 09:59:31 DEBUG: Adding user email Ezra <ezra.schuitema at hccnet.nl>
> 20030513 09:59:31 DEBUG: Found user mark
> 20030513 09:59:31 DEBUG: Adding user email Mark <m.dielen at wxs.nl>
> 20030513 09:59:31 DEBUG: Found user 
> 20030513 09:59:31 DEBUG: Processing log message
> 20030513 09:59:31 DEBUG: CVS message: CVSROOT loginfousers,1.2,1.3
> 20030513 09:59:31 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/CVSROOT
> 
> 20030513 10:00:36 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:00:36 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:00:36 DEBUG: Root read from ini file = 
> 20030513 10:00:36 DEBUG: Parameter 1: -l00000a0c
> 20030513 10:00:36 DEBUG: Parameter 2: iwan
> 20030513 10:00:36 DEBUG: Parameter 3: /3axis
> 20030513 10:00:36 DEBUG: Parameter 4: CVSROOT users,1.13,1.14
> 20030513 10:00:36 CVS message on stdin:
> Update of D:/CVS/cvsrepos/3axis/CVSROOT
> In directory 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv2572\\CVSROOT
> 
> Modified Files:
> 	users 
> Log Message:
> Commented out Mark and Ezra for receiving email notifications.
> 
> 20030513 10:00:36 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:00:36 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:00:36 DEBUG: CVS temp dir= 3160259792
> 20030513 10:00:36 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#3160259792#\
> 20030513 10:00:36 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#3160259792#\maillock.txt
> 20030513 10:00:36 Starting delayed copy:
> C:\dev\tools\cvs\CVSMailer\CVSMailer.exe -m3160259792 iwan /3axis
> 20030513 10:00:36 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:00:36 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:00:36 DEBUG: CVS temp dir= 3160259792
> 20030513 10:00:36 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#3160259792#\
> 20030513 10:00:36 DEBUG: Lockfile for this call will be:
> D:\CVS\cvstemp\#3160259792#\maillock.txt
> 20030513 10:00:36 DEBUG: Creating new lockfile, timestamp = 85196265
> 20030513 10:00:36 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:00:36 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:00:36 DEBUG: User #2 = ezra:Ezra <ezra.schuitema at hccnet.nl>
> 20030513 10:00:36 DEBUG: User #3 = mark:Mark <m.dielen at wxs.nl>
> 20030513 10:00:36 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:00:36 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:00:36 DEBUG: CVS temp dir= 3160259792
> 20030513 10:00:36 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#3160259792#\
> 20030513 10:00:36 DEBUG: Updating commit log message...
> 20030513 10:00:36 DEBUG: Getting mail address for user: iwan
> 20030513 10:00:36 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:00:36 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:00:36 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:00:36 DEBUG: Adding command line users to loginfousers list
> 20030513 10:00:36 DEBUG: Parsing the subscribed users
> 20030513 10:00:36 DEBUG: Found user iwan
> 20030513 10:00:36 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:00:36 DEBUG: Found user 
> 20030513 10:00:36 DEBUG: Processing log message
> 20030513 10:00:36 DEBUG: CVS message: CVSROOT users,1.13,1.14
> 20030513 10:00:36 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/CVSROOT
> 
> 20030513 10:03:56 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:03:56 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:03:56 DEBUG: Root read from ini file = 
> 20030513 10:03:56 DEBUG: Parameter 1: -l00000c78
> 20030513 10:03:56 DEBUG: Parameter 2: iwan
> 20030513 10:03:56 DEBUG: Parameter 3: /3axis
> 20030513 10:03:56 DEBUG: Parameter 4: Common/config/ConfigFiles/anthill -\
> New\ directory
> 20030513 10:03:56 CVS message on stdin:
> Update of D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill
> In directory 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv3192\\anthill
> 
> Log Message:
> Directory D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill added to
> the repository
> 
> 
> 20030513 10:03:56 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:03:56 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:03:56 DEBUG: CVS temp dir= 865761246
> 20030513 10:03:56 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#865761246#\
> 20030513 10:03:56 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#865761246#\maillock.txt
> 20030513 10:03:56 Starting delayed copy:
> C:\dev\tools\cvs\CVSMailer\CVSMailer.exe -m865761246 iwan /3axis
> 20030513 10:03:56 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:03:56 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:03:56 DEBUG: CVS temp dir= 865761246
> 20030513 10:03:56 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#865761246#\
> 20030513 10:03:56 DEBUG: Lockfile for this call will be:
> D:\CVS\cvstemp\#865761246#\maillock.txt
> 20030513 10:03:56 DEBUG: Creating new lockfile, timestamp = 85396359
> 20030513 10:03:56 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:03:56 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:03:56 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:03:56 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:03:56 DEBUG: CVS temp dir= 865761246
> 20030513 10:03:56 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#865761246#\
> 20030513 10:03:56 DEBUG: Updating commit log message...
> 20030513 10:03:56 DEBUG: Getting mail address for user: iwan
> 20030513 10:03:56 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:03:56 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:03:56 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:03:56 DEBUG: Adding command line users to loginfousers list
> 20030513 10:03:56 DEBUG: Parsing the subscribed users
> 20030513 10:03:56 DEBUG: Found user iwan
> 20030513 10:03:56 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:03:56 DEBUG: Found user 
> 20030513 10:03:56 DEBUG: Processing log message
> 20030513 10:03:56 DEBUG: CVS message: Common/config/ConfigFiles/anthill -\
> New\ directory
> 20030513 10:03:56 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/Common/config/ConfigFiles/anthill
> 
> 20030513 10:04:26 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:26 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:04:26 DEBUG: Root read from ini file = 
> 20030513 10:04:26 DEBUG: Parameter 1: -l00000aa8
> 20030513 10:04:26 DEBUG: Parameter 2: iwan
> 20030513 10:04:26 DEBUG: Parameter 3: /3axis
> 20030513 10:04:26 DEBUG: Parameter 4:
> Common/config/ConfigFiles/anthill/conf -\ New\ directory
> 20030513 10:04:26 CVS message on stdin:
> Update of D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf
> In directory 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv2728\\conf
> 
> Log Message:
> Directory D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf
> added to the repository
> 
> 
> 20030513 10:04:26 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:26 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:26 DEBUG: CVS temp dir= 1164354996
> 20030513 10:04:26 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1164354996#\
> 20030513 10:04:26 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#1164354996#\maillock.txt
> 20030513 10:04:26 Starting delayed copy:
> C:\dev\tools\cvs\CVSMailer\CVSMailer.exe -m1164354996 iwan /3axis
> 20030513 10:04:26 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:26 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:26 DEBUG: CVS temp dir= 1164354996
> 20030513 10:04:26 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1164354996#\
> 20030513 10:04:26 DEBUG: Lockfile for this call will be:
> D:\CVS\cvstemp\#1164354996#\maillock.txt
> 20030513 10:04:26 DEBUG: Creating new lockfile, timestamp = 85426359
> 20030513 10:04:26 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:04:26 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:04:26 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:26 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:26 DEBUG: CVS temp dir= 1164354996
> 20030513 10:04:26 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1164354996#\
> 20030513 10:04:26 DEBUG: Updating commit log message...
> 20030513 10:04:26 DEBUG: Getting mail address for user: iwan
> 20030513 10:04:26 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:04:26 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:04:26 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:04:26 DEBUG: Adding command line users to loginfousers list
> 20030513 10:04:26 DEBUG: Parsing the subscribed users
> 20030513 10:04:26 DEBUG: Found user iwan
> 20030513 10:04:26 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:04:26 DEBUG: Found user 
> 20030513 10:04:26 DEBUG: Processing log message
> 20030513 10:04:26 DEBUG: CVS message:
> Common/config/ConfigFiles/anthill/conf -\ New\ directory
> 20030513 10:04:26 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/Common/config/ConfigFiles/anthill/conf
> 
> 20030513 10:04:26 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:26 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:04:26 DEBUG: Root read from ini file = 
> 20030513 10:04:26 DEBUG: Parameter 1: -l00000aa8
> 20030513 10:04:26 DEBUG: Parameter 2: iwan
> 20030513 10:04:26 DEBUG: Parameter 3: /3axis
> 20030513 10:04:26 DEBUG: Parameter 4:
> Common/config/ConfigFiles/anthill/projects -\ New\ directory
> 20030513 10:04:27 CVS message on stdin:
> Update of D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/projects
> In directory 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv2728\\projects
> 
> Log Message:
> Directory D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/projects
> added to the repository
> 
> 
> 20030513 10:04:27 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:27 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:27 DEBUG: CVS temp dir= 1164354996
> 20030513 10:04:27 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1164354996#\
> 20030513 10:04:27 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#1164354996#\maillock.txt
> 20030513 10:04:27 DEBUG: Lockfile linecount: 1
> 20030513 10:04:27 DEBUG: First line in lockfile: 85426359
> 20030513 10:04:27 DEBUG: Checking lockfile times. Now is: 85426765 Start
> time: 85426359 Diff time: 406 against Max time: 600000
> 20030513 10:04:27 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:04:27 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:04:27 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:27 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:27 DEBUG: CVS temp dir= 1164354996
> 20030513 10:04:27 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1164354996#\
> 20030513 10:04:27 DEBUG: Updating commit log message...
> 20030513 10:04:27 DEBUG: Getting mail address for user: iwan
> 20030513 10:04:27 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:04:27 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:04:27 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:04:27 DEBUG: Adding command line users to loginfousers list
> 20030513 10:04:27 DEBUG: Parsing the subscribed users
> 20030513 10:04:27 DEBUG: Found user iwan
> 20030513 10:04:27 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:04:27 DEBUG: Found user 
> 20030513 10:04:27 DEBUG: Processing log message
> 20030513 10:04:27 DEBUG: CVS message:
> Common/config/ConfigFiles/anthill/projects -\ New\ directory
> 20030513 10:04:27 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/Common/config/ConfigFiles/anthill/projects
> 
> 20030513 10:04:27 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:27 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:04:27 DEBUG: Root read from ini file = 
> 20030513 10:04:27 DEBUG: Parameter 1: -l00000aa8
> 20030513 10:04:27 DEBUG: Parameter 2: iwan
> 20030513 10:04:27 DEBUG: Parameter 3: /3axis
> 20030513 10:04:27 DEBUG: Parameter 4:
> Common/config/ConfigFiles/anthill/publishDir -\ New\ directory
> 20030513 10:04:27 CVS message on stdin:
> Update of
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/publishDir
> In directory 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv2728\\publishDir
> 
> Log Message:
> Directory
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/publishDir added
> to the repository
> 
> 
> 20030513 10:04:27 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:27 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:27 DEBUG: CVS temp dir= 1164354996
> 20030513 10:04:27 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1164354996#\
> 20030513 10:04:27 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#1164354996#\maillock.txt
> 20030513 10:04:27 DEBUG: Lockfile linecount: 1
> 20030513 10:04:27 DEBUG: First line in lockfile: 85426359
> 20030513 10:04:27 DEBUG: Checking lockfile times. Now is: 85426984 Start
> time: 85426359 Diff time: 625 against Max time: 600000
> 20030513 10:04:27 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:04:27 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:04:27 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:27 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:27 DEBUG: CVS temp dir= 1164354996
> 20030513 10:04:27 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1164354996#\
> 20030513 10:04:27 DEBUG: Updating commit log message...
> 20030513 10:04:27 DEBUG: Getting mail address for user: iwan
> 20030513 10:04:27 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:04:27 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:04:27 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:04:27 DEBUG: Adding command line users to loginfousers list
> 20030513 10:04:27 DEBUG: Parsing the subscribed users
> 20030513 10:04:27 DEBUG: Found user iwan
> 20030513 10:04:27 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:04:27 DEBUG: Found user 
> 20030513 10:04:27 DEBUG: Processing log message
> 20030513 10:04:27 DEBUG: CVS message:
> Common/config/ConfigFiles/anthill/publishDir -\ New\ directory
> 20030513 10:04:27 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/Common/config/ConfigFiles/anthill/publishDir
> 
> 20030513 10:04:27 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:27 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:04:27 DEBUG: Root read from ini file = 
> 20030513 10:04:27 DEBUG: Parameter 1: -l00000aa8
> 20030513 10:04:27 DEBUG: Parameter 2: iwan
> 20030513 10:04:27 DEBUG: Parameter 3: /3axis
> 20030513 10:04:27 DEBUG: Parameter 4:
> Common/config/ConfigFiles/anthill/work -\ New\ directory
> 20030513 10:04:27 CVS message on stdin:
> Update of D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/work
> In directory 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv2728\\work
> 
> Log Message:
> Directory D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/work
> added to the repository
> 
> 
> 20030513 10:04:27 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:27 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:27 DEBUG: CVS temp dir= 1164354996
> 20030513 10:04:27 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1164354996#\
> 20030513 10:04:27 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#1164354996#\maillock.txt
> 20030513 10:04:27 DEBUG: Lockfile linecount: 1
> 20030513 10:04:27 DEBUG: First line in lockfile: 85426359
> 20030513 10:04:27 DEBUG: Checking lockfile times. Now is: 85427234 Start
> time: 85426359 Diff time: 875 against Max time: 600000
> 20030513 10:04:27 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:04:27 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:04:27 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:27 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:27 DEBUG: CVS temp dir= 1164354996
> 20030513 10:04:27 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1164354996#\
> 20030513 10:04:27 DEBUG: Updating commit log message...
> 20030513 10:04:27 DEBUG: Getting mail address for user: iwan
> 20030513 10:04:27 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:04:27 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:04:27 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:04:27 DEBUG: Adding command line users to loginfousers list
> 20030513 10:04:27 DEBUG: Parsing the subscribed users
> 20030513 10:04:27 DEBUG: Found user iwan
> 20030513 10:04:27 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:04:27 DEBUG: Found user 
> 20030513 10:04:27 DEBUG: Processing log message
> 20030513 10:04:27 DEBUG: CVS message:
> Common/config/ConfigFiles/anthill/work -\ New\ directory
> 20030513 10:04:27 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/Common/config/ConfigFiles/anthill/work
> 
> 20030513 10:04:29 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:29 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:04:29 DEBUG: Root read from ini file = 
> 20030513 10:04:29 DEBUG: Parameter 1: -l00000c78
> 20030513 10:04:29 DEBUG: Parameter 2: iwan
> 20030513 10:04:29 DEBUG: Parameter 3: /3axis
> 20030513 10:04:29 DEBUG: Parameter 4:
> Common/config/ConfigFiles/anthill/conf/profiles -\ New\ directory
> 20030513 10:04:29 CVS message on stdin:
> Update of
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf/profiles
> In directory 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv3192a\\profiles
> 
> Log Message:
> Directory
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf/profiles
> added to the repository
> 
> 
> 20030513 10:04:29 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:29 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:29 DEBUG: CVS temp dir= 1195292496
> 20030513 10:04:29 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1195292496#\
> 20030513 10:04:29 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#1195292496#\maillock.txt
> 20030513 10:04:29 Starting delayed copy:
> C:\dev\tools\cvs\CVSMailer\CVSMailer.exe -m1195292496 iwan /3axis
> 20030513 10:04:29 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:29 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:29 DEBUG: CVS temp dir= 1195292496
> 20030513 10:04:29 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1195292496#\
> 20030513 10:04:29 DEBUG: Lockfile for this call will be:
> D:\CVS\cvstemp\#1195292496#\maillock.txt
> 20030513 10:04:29 DEBUG: Creating new lockfile, timestamp = 85429531
> 20030513 10:04:29 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:04:29 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:04:29 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:29 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:29 DEBUG: CVS temp dir= 1195292496
> 20030513 10:04:29 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1195292496#\
> 20030513 10:04:29 DEBUG: Updating commit log message...
> 20030513 10:04:29 DEBUG: Getting mail address for user: iwan
> 20030513 10:04:29 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:04:29 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:04:29 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:04:29 DEBUG: Adding command line users to loginfousers list
> 20030513 10:04:29 DEBUG: Parsing the subscribed users
> 20030513 10:04:29 DEBUG: Found user iwan
> 20030513 10:04:29 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:04:29 DEBUG: Found user 
> 20030513 10:04:29 DEBUG: Processing log message
> 20030513 10:04:29 DEBUG: CVS message:
> Common/config/ConfigFiles/anthill/conf/profiles -\ New\ directory
> 20030513 10:04:29 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/Common/config/ConfigFiles/anthill/conf/profiles
> 
> 20030513 10:04:32 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:32 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:04:32 DEBUG: Root read from ini file = 
> 20030513 10:04:32 DEBUG: Parameter 1: -l00000a0c
> 20030513 10:04:32 DEBUG: Parameter 2: iwan
> 20030513 10:04:32 DEBUG: Parameter 3: /3axis
> 20030513 10:04:32 DEBUG: Parameter 4:
> Common/config/ConfigFiles/anthill/conf/profiles/Win32 -\ New\ directory
> 20030513 10:04:32 CVS message on stdin:
> Update of
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win3
> 2
> In directory 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv2572a\\Win32
> 
> Log Message:
> Directory
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win3
> 2 added to the repository
> 
> 
> 20030513 10:04:32 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:32 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:32 DEBUG: CVS temp dir= 1221698746
> 20030513 10:04:32 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1221698746#\
> 20030513 10:04:32 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#1221698746#\maillock.txt
> 20030513 10:04:32 Starting delayed copy:
> C:\dev\tools\cvs\CVSMailer\CVSMailer.exe -m1221698746 iwan /3axis
> 20030513 10:04:32 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:32 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:32 DEBUG: CVS temp dir= 1221698746
> 20030513 10:04:32 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1221698746#\
> 20030513 10:04:32 DEBUG: Lockfile for this call will be:
> D:\CVS\cvstemp\#1221698746#\maillock.txt
> 20030513 10:04:32 DEBUG: Creating new lockfile, timestamp = 85431953
> 20030513 10:04:32 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:04:32 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:04:32 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:32 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:32 DEBUG: CVS temp dir= 1221698746
> 20030513 10:04:32 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1221698746#\
> 20030513 10:04:32 DEBUG: Updating commit log message...
> 20030513 10:04:32 DEBUG: Getting mail address for user: iwan
> 20030513 10:04:32 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:04:32 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:04:32 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:04:32 DEBUG: Adding command line users to loginfousers list
> 20030513 10:04:32 DEBUG: Parsing the subscribed users
> 20030513 10:04:32 DEBUG: Found user iwan
> 20030513 10:04:32 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:04:32 DEBUG: Found user 
> 20030513 10:04:32 DEBUG: Processing log message
> 20030513 10:04:32 DEBUG: CVS message:
> Common/config/ConfigFiles/anthill/conf/profiles/Win32 -\ New\ directory
> 20030513 10:04:32 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win32
> 
> 20030513 10:04:33 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:33 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:04:33 DEBUG: Root read from ini file = 
> 20030513 10:04:33 DEBUG: Parameter 1: -l00000c8c
> 20030513 10:04:33 DEBUG: Parameter 2: iwan
> 20030513 10:04:33 DEBUG: Parameter 3: /3axis
> 20030513 10:04:33 DEBUG: Parameter 4:
> Common/config/ConfigFiles/anthill/conf/profiles/Win32/win_cvs -\ New\
> directory
> 20030513 10:04:33 CVS message on stdin:
> Update of
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win3
> 2/win_cvs
> In directory 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv3212\\win_cvs
> 
> Log Message:
> Directory
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win3
> 2/win_cvs added to the repository
> 
> 
> 20030513 10:04:33 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:33 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:33 DEBUG: CVS temp dir= 1233886246
> 20030513 10:04:33 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1233886246#\
> 20030513 10:04:33 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#1233886246#\maillock.txt
> 20030513 10:04:33 Starting delayed copy:
> C:\dev\tools\cvs\CVSMailer\CVSMailer.exe -m1233886246 iwan /3axis
> 20030513 10:04:33 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:33 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:33 DEBUG: CVS temp dir= 1233886246
> 20030513 10:04:33 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1233886246#\
> 20030513 10:04:33 DEBUG: Lockfile for this call will be:
> D:\CVS\cvstemp\#1233886246#\maillock.txt
> 20030513 10:04:33 DEBUG: Creating new lockfile, timestamp = 85433156
> 20030513 10:04:33 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:04:33 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:04:33 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:33 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:33 DEBUG: CVS temp dir= 1233886246
> 20030513 10:04:33 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1233886246#\
> 20030513 10:04:33 DEBUG: Updating commit log message...
> 20030513 10:04:33 DEBUG: Getting mail address for user: iwan
> 20030513 10:04:33 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:04:33 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:04:33 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:04:33 DEBUG: Adding command line users to loginfousers list
> 20030513 10:04:33 DEBUG: Parsing the subscribed users
> 20030513 10:04:33 DEBUG: Found user iwan
> 20030513 10:04:33 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:04:33 DEBUG: Found user 
> 20030513 10:04:33 DEBUG: Processing log message
> 20030513 10:04:33 DEBUG: CVS message:
> Common/config/ConfigFiles/anthill/conf/profiles/Win32/win_cvs -\ New\
> directory
> 20030513 10:04:33 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win32/win_cvs
> 
> 20030513 10:04:38 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:38 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:04:38 DEBUG: Root read from ini file = 
> 20030513 10:04:38 DEBUG: Parameter 1: -l00000a0c
> 20030513 10:04:38 DEBUG: Parameter 2: iwan
> 20030513 10:04:38 DEBUG: Parameter 3: /3axis
> 20030513 10:04:38 DEBUG: Parameter 4:
> Common/config/ConfigFiles/anthill/publishDir/T-RegS -\ New\ directory
> 20030513 10:04:38 CVS message on stdin:
> Update of
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS
> In directory 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv2572b\\T-RegS
> 
> Log Message:
> Directory
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS
> added to the repository
> 
> 
> 20030513 10:04:38 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:38 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:38 DEBUG: CVS temp dir= 1285448746
> 20030513 10:04:38 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1285448746#\
> 20030513 10:04:38 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#1285448746#\maillock.txt
> 20030513 10:04:38 Starting delayed copy:
> C:\dev\tools\cvs\CVSMailer\CVSMailer.exe -m1285448746 iwan /3axis
> 20030513 10:04:38 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:38 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:38 DEBUG: CVS temp dir= 1285448746
> 20030513 10:04:38 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1285448746#\
> 20030513 10:04:38 DEBUG: Lockfile for this call will be:
> D:\CVS\cvstemp\#1285448746#\maillock.txt
> 20030513 10:04:38 DEBUG: Creating new lockfile, timestamp = 85438359
> 20030513 10:04:38 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:04:38 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:04:38 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:38 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:38 DEBUG: CVS temp dir= 1285448746
> 20030513 10:04:38 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1285448746#\
> 20030513 10:04:38 DEBUG: Updating commit log message...
> 20030513 10:04:38 DEBUG: Getting mail address for user: iwan
> 20030513 10:04:38 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:04:38 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:04:38 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:04:38 DEBUG: Adding command line users to loginfousers list
> 20030513 10:04:38 DEBUG: Parsing the subscribed users
> 20030513 10:04:38 DEBUG: Found user iwan
> 20030513 10:04:38 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:04:38 DEBUG: Found user 
> 20030513 10:04:38 DEBUG: Processing log message
> 20030513 10:04:38 DEBUG: CVS message:
> Common/config/ConfigFiles/anthill/publishDir/T-RegS -\ New\ directory
> 20030513 10:04:38 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS
> 
> 20030513 10:04:40 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:40 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:04:40 DEBUG: Root read from ini file = 
> 20030513 10:04:40 DEBUG: Parameter 1: -l00000c8c
> 20030513 10:04:40 DEBUG: Parameter 2: iwan
> 20030513 10:04:40 DEBUG: Parameter 3: /3axis
> 20030513 10:04:40 DEBUG: Parameter 4:
> Common/config/ConfigFiles/anthill/publishDir/T-RegS/buildLogs -\ New\
> directory
> 20030513 10:04:40 CVS message on stdin:
> Update of
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS/
> buildLogs
> In directory 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv3212a\\buildLogs
> 
> Log Message:
> Directory
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS/
> buildLogs added to the repository
> 
> 
> 20030513 10:04:40 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:40 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:40 DEBUG: CVS temp dir= 1309667496
> 20030513 10:04:40 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1309667496#\
> 20030513 10:04:40 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#1309667496#\maillock.txt
> 20030513 10:04:40 Starting delayed copy:
> C:\dev\tools\cvs\CVSMailer\CVSMailer.exe -m1309667496 iwan /3axis
> 20030513 10:04:40 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:40 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:40 DEBUG: CVS temp dir= 1309667496
> 20030513 10:04:40 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1309667496#\
> 20030513 10:04:41 DEBUG: Lockfile for this call will be:
> D:\CVS\cvstemp\#1309667496#\maillock.txt
> 20030513 10:04:41 DEBUG: Creating new lockfile, timestamp = 85440750
> 20030513 10:04:41 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:04:41 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:04:41 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:41 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:41 DEBUG: CVS temp dir= 1309667496
> 20030513 10:04:41 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1309667496#\
> 20030513 10:04:41 DEBUG: Updating commit log message...
> 20030513 10:04:41 DEBUG: Getting mail address for user: iwan
> 20030513 10:04:41 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:04:41 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:04:41 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:04:41 DEBUG: Adding command line users to loginfousers list
> 20030513 10:04:41 DEBUG: Parsing the subscribed users
> 20030513 10:04:41 DEBUG: Found user iwan
> 20030513 10:04:41 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:04:41 DEBUG: Found user 
> 20030513 10:04:41 DEBUG: Processing log message
> 20030513 10:04:41 DEBUG: CVS message:
> Common/config/ConfigFiles/anthill/publishDir/T-RegS/buildLogs -\ New\
> directory
> 20030513 10:04:41 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS/buildLogs
> 
> 20030513 10:07:22 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:07:22 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:07:22 DEBUG: Root read from ini file = 
> 20030513 10:07:22 DEBUG: Parameter 1: -l00000c4c
> 20030513 10:07:22 DEBUG: Parameter 2: iwan
> 20030513 10:07:22 DEBUG: Parameter 3: /3axis
> 20030513 10:07:22 DEBUG: Parameter 4:
> Common/config/ConfigFiles/anthill/conf
> com.urbancode.anthill.adapter.CVSRepositoryAdapter.properties,NONE,1.1
> com.urbancode.anthill.adapter.FileSystemRepositoryAdapter.properties,NONE,
> 1.1
> com.urbancode.anthill.adapter.ProfileRepositoryAdapter.properties,NONE,1.1
> com.urbancode.anthill.adapter.ProjectPropertyFileVersionAdapter.properties
> ,NONE,1.1
> com.urbancode.anthill.adapter.UrbanCodeVersionAdapter.properties,NONE,1.1
> log4j.configuration,NONE,1.1 resultEmail.pgl,NONE,1.1
> 20030513 10:07:22 CVS message on stdin:
> Update of D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf
> In directory
> 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv3148\\Common\\config\\ConfigFile
> s\\anthill\\conf
> 
> Added Files:
> 	com.urbancode.anthill.adapter.CVSRepositoryAdapter.properties 
> 	com.urbancode.anthill.adapter.FileSystemRepositoryAdapter.properties
> 
> 	com.urbancode.anthill.adapter.ProfileRepositoryAdapter.properties 
> 	
> com.urbancode.anthill.adapter.ProjectPropertyFileVersionAdapter.properties
> 
> 	com.urbancode.anthill.adapter.UrbanCodeVersionAdapter.properties 
> 	log4j.configuration resultEmail.pgl 
> Log Message:
> Initial Version of Anthill configuration for 3 Axis Solutions projects.
> This version contains the T-RegS configuration.
> 
> 20030513 10:07:22 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:07:22 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:07:23 DEBUG: CVS temp dir= 2923573746
> 20030513 10:07:23 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2923573746#\
> 20030513 10:07:23 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#2923573746#\maillock.txt
> 20030513 10:07:23 Starting delayed copy:
> C:\dev\tools\cvs\CVSMailer\CVSMailer.exe -m2923573746 iwan /3axis
> 20030513 10:07:23 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:07:23 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:07:23 DEBUG: CVS temp dir= 2923573746
> 20030513 10:07:23 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2923573746#\
> 20030513 10:07:23 DEBUG: Lockfile for this call will be:
> D:\CVS\cvstemp\#2923573746#\maillock.txt
> 20030513 10:07:23 DEBUG: Creating new lockfile, timestamp = 85602781
> 20030513 10:07:23 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:07:23 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:07:23 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:07:23 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:07:23 DEBUG: CVS temp dir= 2923573746
> 20030513 10:07:23 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2923573746#\
> 20030513 10:07:23 DEBUG: Updating commit log message...
> 20030513 10:07:23 DEBUG: Getting mail address for user: iwan
> 20030513 10:07:23 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:07:23 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:07:23 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:07:23 DEBUG: Adding command line users to loginfousers list
> 20030513 10:07:23 DEBUG: Parsing the subscribed users
> 20030513 10:07:23 DEBUG: Found user iwan
> 20030513 10:07:23 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:07:23 DEBUG: Found user 
> 20030513 10:07:23 DEBUG: Processing log message
> 20030513 10:07:23 DEBUG: CVS message:
> Common/config/ConfigFiles/anthill/conf
> com.urbancode.anthill.adapter.CVSRepositoryAdapter.properties,NONE,1.1
> com.urbancode.anthill.adapter.FileSystemRepositoryAdapter.properties,NONE,
> 1.1
> com.urbancode.anthill.adapter.ProfileRepositoryAdapter.properties,NONE,1.1
> com.urbancode.anthill.adapter.ProjectPropertyFileVersionAdapter.properties
> ,NONE,1.1
> com.urbancode.anthill.adapter.UrbanCodeVersionAdapter.properties,NONE,1.1
> log4j.configuration,NONE,1.1 resultEmail.pgl,NONE,1.1
> 20030513 10:07:23 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/Common/config/ConfigFiles/anthill/conf
> 
> 20030513 10:07:23 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:07:23 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:07:23 DEBUG: Root read from ini file = 
> 20030513 10:07:23 DEBUG: Parameter 1: -l00000c4c
> 20030513 10:07:23 DEBUG: Parameter 2: iwan
> 20030513 10:07:23 DEBUG: Parameter 3: /3axis
> 20030513 10:07:23 DEBUG: Parameter 4:
> Common/config/ConfigFiles/anthill/conf/profiles/Win32/win_cvs
> getCommandInit.pgl,NONE,1.1 getRevisionsSince.pgl,NONE,1.1
> getWorkingProject.pgl,NONE,1.1 label.pgl,NONE,1.1
> postEditPagelet.pgl,NONE,1.1 preEditPagelet.pgl,NONE,1.1
> 20030513 10:07:23 CVS message on stdin:
> Update of
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win3
> 2/win_cvs
> In directory
> 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv3148\\Common\\config\\ConfigFile
> s\\anthill\\conf\\profiles\\Win32\\win_cvs
> 
> Added Files:
> 	getCommandInit.pgl getRevisionsSince.pgl getWorkingProject.pgl 
> 	label.pgl postEditPagelet.pgl preEditPagelet.pgl 
> Log Message:
> Initial Version of Anthill configuration for 3 Axis Solutions projects.
> This version contains the T-RegS configuration.
> 
> 20030513 10:07:23 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:07:23 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:07:23 DEBUG: CVS temp dir= 2923573746
> 20030513 10:07:23 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2923573746#\
> 20030513 10:07:23 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#2923573746#\maillock.txt
> 20030513 10:07:23 DEBUG: Lockfile linecount: 1
> 20030513 10:07:23 DEBUG: First line in lockfile: 85602781
> 20030513 10:07:23 DEBUG: Checking lockfile times. Now is: 85603406 Start
> time: 85602781 Diff time: 625 against Max time: 600000
> 20030513 10:07:23 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:07:23 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:07:23 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:07:23 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:07:23 DEBUG: CVS temp dir= 2923573746
> 20030513 10:07:23 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2923573746#\
> 20030513 10:07:23 DEBUG: Updating commit log message...
> 20030513 10:07:23 DEBUG: Getting mail address for user: iwan
> 20030513 10:07:23 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:07:23 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:07:23 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:07:23 DEBUG: Adding command line users to loginfousers list
> 20030513 10:07:23 DEBUG: Parsing the subscribed users
> 20030513 10:07:23 DEBUG: Found user iwan
> 20030513 10:07:23 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:07:23 DEBUG: Found user 
> 20030513 10:07:23 DEBUG: Processing log message
> 20030513 10:07:23 DEBUG: CVS message:
> Common/config/ConfigFiles/anthill/conf/profiles/Win32/win_cvs
> getCommandInit.pgl,NONE,1.1 getRevisionsSince.pgl,NONE,1.1
> getWorkingProject.pgl,NONE,1.1 label.pgl,NONE,1.1
> postEditPagelet.pgl,NONE,1.1 preEditPagelet.pgl,NONE,1.1
> 20030513 10:07:23 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win32/win_cvs
> 
> 20030513 10:07:24 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:07:24 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:07:24 DEBUG: Root read from ini file = 
> 20030513 10:07:24 DEBUG: Parameter 1: -l00000c4c
> 20030513 10:07:24 DEBUG: Parameter 2: iwan
> 20030513 10:07:24 DEBUG: Parameter 3: /3axis
> 20030513 10:07:24 DEBUG: Parameter 4:
> Common/config/ConfigFiles/anthill/projects T-RegS.anthill,NONE,1.1
> anthill.registry,NONE,1.1 daily_build.schedule,NONE,1.1
> default.schedule,NONE,1.1 stoppedSchedule.schedule,NONE,1.1
> 20030513 10:07:24 CVS message on stdin:
> Update of D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/projects
> In directory
> 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv3148\\Common\\config\\ConfigFile
> s\\anthill\\projects
> 
> Added Files:
> 	T-RegS.anthill anthill.registry daily_build.schedule 
> 	default.schedule stoppedSchedule.schedule 
> Log Message:
> Initial Version of Anthill configuration for 3 Axis Solutions projects.
> This version contains the T-RegS configuration.
> 
> 20030513 10:07:24 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:07:24 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:07:24 DEBUG: CVS temp dir= 2923573746
> 20030513 10:07:24 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2923573746#\
> 20030513 10:07:24 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#2923573746#\maillock.txt
> 20030513 10:07:24 DEBUG: Lockfile linecount: 1
> 20030513 10:07:24 DEBUG: First line in lockfile: 85602781
> 20030513 10:07:24 DEBUG: Checking lockfile times. Now is: 85603796 Start
> time: 85602781 Diff time: 1015 against Max time: 600000
> 20030513 10:07:24 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:07:24 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:07:24 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:07:24 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:07:24 DEBUG: CVS temp dir= 2923573746
> 20030513 10:07:24 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2923573746#\
> 20030513 10:07:24 DEBUG: Updating commit log message...
> 20030513 10:07:24 DEBUG: Getting mail address for user: iwan
> 20030513 10:07:24 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:07:24 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:07:24 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:07:24 DEBUG: Adding command line users to loginfousers list
> 20030513 10:07:24 DEBUG: Parsing the subscribed users
> 20030513 10:07:24 DEBUG: Found user iwan
> 20030513 10:07:24 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:07:24 DEBUG: Found user 
> 20030513 10:07:24 DEBUG: Processing log message
> 20030513 10:07:24 DEBUG: CVS message:
> Common/config/ConfigFiles/anthill/projects T-RegS.anthill,NONE,1.1
> anthill.registry,NONE,1.1 daily_build.schedule,NONE,1.1
> default.schedule,NONE,1.1 stoppedSchedule.schedule,NONE,1.1
> 20030513 10:07:24 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/Common/config/ConfigFiles/anthill/projects
> 
> 20030513 10:07:24 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:07:24 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:07:24 DEBUG: Root read from ini file = 
> 20030513 10:07:24 DEBUG: Parameter 1: -l00000c4c
> 20030513 10:07:24 DEBUG: Parameter 2: iwan
> 20030513 10:07:24 DEBUG: Parameter 3: /3axis
> 20030513 10:07:24 DEBUG: Parameter 4:
> Common/config/ConfigFiles/anthill/publishDir publishDir.dir,NONE,1.1
> 20030513 10:07:24 CVS message on stdin:
> Update of
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/publishDir
> In directory
> 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv3148\\Common\\config\\ConfigFile
> s\\anthill\\publishDir
> 
> Added Files:
> 	publishDir.dir 
> Log Message:
> Initial Version of Anthill configuration for 3 Axis Solutions projects.
> This version contains the T-RegS configuration.
> 
> 20030513 10:07:24 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:07:24 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:07:24 DEBUG: CVS temp dir= 2923573746
> 20030513 10:07:24 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2923573746#\
> 20030513 10:07:24 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#2923573746#\maillock.txt
> 20030513 10:07:24 DEBUG: Lockfile linecount: 1
> 20030513 10:07:24 DEBUG: First line in lockfile: 85602781
> 20030513 10:07:24 DEBUG: Checking lockfile times. Now is: 85604046 Start
> time: 85602781 Diff time: 1265 against Max time: 600000
> 20030513 10:07:24 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:07:24 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:07:24 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:07:24 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:07:24 DEBUG: CVS temp dir= 2923573746
> 20030513 10:07:24 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2923573746#\
> 20030513 10:07:24 DEBUG: Updating commit log message...
> 20030513 10:07:24 DEBUG: Getting mail address for user: iwan
> 20030513 10:07:24 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:07:24 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:07:24 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:07:24 DEBUG: Adding command line users to loginfousers list
> 20030513 10:07:24 DEBUG: Parsing the subscribed users
> 20030513 10:07:24 DEBUG: Found user iwan
> 20030513 10:07:24 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:07:24 DEBUG: Found user 
> 20030513 10:07:24 DEBUG: Processing log message
> 20030513 10:07:24 DEBUG: CVS message:
> Common/config/ConfigFiles/anthill/publishDir publishDir.dir,NONE,1.1
> 20030513 10:07:24 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/Common/config/ConfigFiles/anthill/publishDir
> 
> 20030513 10:07:24 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:07:24 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:07:24 DEBUG: Root read from ini file = 
> 20030513 10:07:24 DEBUG: Parameter 1: -l00000c4c
> 20030513 10:07:24 DEBUG: Parameter 2: iwan
> 20030513 10:07:24 DEBUG: Parameter 3: /3axis
> 20030513 10:07:24 DEBUG: Parameter 4: Common/config/ConfigFiles/anthill
> readme.txt,NONE,1.1
> 20030513 10:07:24 CVS message on stdin:
> Update of D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill
> In directory
> 3axis-server-01:D:\\CVS\\cvstemp\\cvs-serv3148\\Common\\config\\ConfigFile
> s\\anthill
> 
> Added Files:
> 	readme.txt 
> Log Message:
> Initial Version of Anthill configuration for 3 Axis Solutions projects.
> This version contains the T-RegS configuration.
> 
> 20030513 10:07:24 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:07:24 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:07:24 DEBUG: CVS temp dir= 2923573746
> 20030513 10:07:24 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2923573746#\
> 20030513 10:07:24 DEBUG: Checking lockfile:
> D:\CVS\cvstemp\#2923573746#\maillock.txt
> 20030513 10:07:24 DEBUG: Lockfile linecount: 1
> 20030513 10:07:24 DEBUG: First line in lockfile: 85602781
> 20030513 10:07:24 DEBUG: Checking lockfile times. Now is: 85604328 Start
> time: 85602781 Diff time: 1547 against Max time: 600000
> 20030513 10:07:24 DEBUG: Loading users data from
> D:\CVS\cvsrepos\3axis\CVSROOT\users
> 20030513 10:07:24 DEBUG: User #1 = iwan:Iwan <iwan at i-ware.net>
> 20030513 10:07:24 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:07:24 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:07:24 DEBUG: CVS temp dir= 2923573746
> 20030513 10:07:24 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2923573746#\
> 20030513 10:07:24 DEBUG: Updating commit log message...
> 20030513 10:07:24 DEBUG: Getting mail address for user: iwan
> 20030513 10:07:24 DEBUG: MailAddress=iwan at i-ware.net MailName=Iwan
> 20030513 10:07:24 DEBUG: Sender is set from ini file to be:
> 3axis at 3axissolutions.com
> 20030513 10:07:24 DEBUG: Reading the subscribed user list in
> D:\CVS\cvsrepos\3axis\CVSROOT\loginfousers
> 20030513 10:07:24 DEBUG: Adding command line users to loginfousers list
> 20030513 10:07:24 DEBUG: Parsing the subscribed users
> 20030513 10:07:24 DEBUG: Found user iwan
> 20030513 10:07:24 DEBUG: Adding user email Iwan <iwan at i-ware.net>
> 20030513 10:07:24 DEBUG: Found user 
> 20030513 10:07:24 DEBUG: Processing log message
> 20030513 10:07:24 DEBUG: CVS message: Common/config/ConfigFiles/anthill
> readme.txt,NONE,1.1
> 20030513 10:07:24 DEBUG: Subject of message = CVS commit at
> 3AXIS-SERVER-01 on /3axis/Common/config/ConfigFiles/anthill
> 
> <-------------------------------------------------------------------------
> ----------------------->
> 		This is the MSxxx log:
> <-------------------------------------------------------------------------
> ----------------------->
> 
> 20030513 09:49:03 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 09:49:03 Mail send, but first wait for a while (300 s)
> 
> 20030513 09:50:16 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 09:50:16 Mail send, but first wait for a while (300 s)
> 20030513 09:54:03 Wait over, now send email.
> 20030513 09:54:03 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 09:54:03 DEBUG: Root read from ini file = 
> 20030513 09:54:03 DEBUG: Starting delayed send
> 20030513 09:54:03 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 09:54:03 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 09:54:03 DEBUG: CVS temp dir= 528195838
> 20030513 09:54:03 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#528195838#\
> 20030513 09:54:04 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 09:54:04 DEBUG: Root read from ini file = 
> 20030513 09:54:04 DEBUG: CVSMailer sending mail
> 20030513 09:54:04 DEBUG: Loading mail data for preparation of message to
> send
> 20030513 09:54:04 DEBUG: Read header:
> D:\CVS\cvstemp\#528195838#\mailheader.txt
> Contents:
> CVS Server:       3AXIS-SERVER-01
> CVS Prefix:       D:/CVS/cvsrepos
> CVSROOT:          /3axis
> Module:           T-RegS/doc/design
> Date of change:   2003-05-13 09:49:04
> Changes by:       iwan (Iwan)
> 
> Log Message:
> Added an included UC for finding Trackees and Trackee related information.
> 
> 20030513 09:54:04 DEBUG: Read body:
> D:\CVS\cvstemp\#528195838#\mailbody.txt
> Contents:
> [T-RegS/doc/design]
> T-RegS_Requirements.zargo,1.10,1.11,
> 
> 20030513 09:54:04 DEBUG: Read recipients:
> D:\CVS\cvstemp\#528195838#\mailrecipients.txt
> Contents:
> Ezra <ezra.schuitema at hccnet.nl>
> Iwan <iwan at i-ware.net>
> Mark <m.dielen at wxs.nl>
> 
> 20030513 09:54:04 DEBUG: Read data:
> D:\CVS\cvstemp\#528195838#\maildata.txt
> Contents:
> 1
> CVS commit at 3AXIS-SERVER-01 on /3axis/T-RegS/doc/design
> 3 Axis CVS-Server
> 3axis at 3axissolutions.com
> 
> 20030513 09:54:04 DEBUG: Mail data read and decoded
> 20030513 09:54:04 DEBUG: Preparing mail message
> 20030513 09:54:04 DEBUG: Preparing commit message
> 20030513 09:54:04 DEBUG: Preparation done
> 20030513 09:54:04 DEBUG: Setting mail type as html
> 20030513 09:54:04 DEBUG: ---- Outgoing message details -----
> 20030513 09:54:04 DEBUG: Mailhost:   192.168.2.11
> 20030513 09:54:04 DEBUG: Date:       2003-05-13 09:54:04
> 20030513 09:54:04 DEBUG: Subject:    CVS commit at 3AXIS-SERVER-01 on
> /3axis/T-RegS/doc/design
> 20030513 09:54:04 DEBUG: From:       3 Axis CVS-Server
> <3axis at 3axissolutions.com>
> 20030513 09:54:04 DEBUG: To:         Ezra <ezra.schuitema at hccnet.nl>, Iwan
> <iwan at i-ware.net>, Mark <m.dielen at wxs.nl>
> 20030513 09:54:04 DEBUG: -----------------------------------
> 20030513 09:54:04 DEBUG: Saving message to file instead of sending by
> email
> 20030513 09:55:16 Wait over, now send email.
> 20030513 09:55:16 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 09:55:16 DEBUG: Root read from ini file = 
> 20030513 09:55:16 DEBUG: Starting delayed send
> 20030513 09:55:16 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 09:55:16 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 09:55:16 DEBUG: CVS temp dir= 1258664588
> 20030513 09:55:16 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1258664588#\
> 20030513 09:55:16 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 09:55:16 DEBUG: Root read from ini file = 
> 20030513 09:55:16 DEBUG: CVSMailer sending mail
> 20030513 09:55:16 DEBUG: Loading mail data for preparation of message to
> send
> 20030513 09:55:16 DEBUG: Read header:
> D:\CVS\cvstemp\#1258664588#\mailheader.txt
> Contents:
> CVS Server:       3AXIS-SERVER-01
> CVS Prefix:       D:/CVS/cvsrepos
> CVSROOT:          /3axis
> Module:           T-RegS/doc/design
> Date of change:   2003-05-13 09:50:16
> Changes by:       iwan (Iwan)
> 
> Log Message:
> Added specifications for the Tracker UCs regarding registering and
> unregistering of Trackees as well as installing a new license.
> 
> 20030513 09:55:16 DEBUG: Read body:
> D:\CVS\cvstemp\#1258664588#\mailbody.txt
> Contents:
> [T-RegS/doc/design]
> T-RegS_Specifications.zargo,1.14,1.15,
> 
> 20030513 09:55:16 DEBUG: Read recipients:
> D:\CVS\cvstemp\#1258664588#\mailrecipients.txt
> Contents:
> Ezra <ezra.schuitema at hccnet.nl>
> Iwan <iwan at i-ware.net>
> Mark <m.dielen at wxs.nl>
> 
> 20030513 09:55:16 DEBUG: Read data:
> D:\CVS\cvstemp\#1258664588#\maildata.txt
> Contents:
> 1
> CVS commit at 3AXIS-SERVER-01 on /3axis/T-RegS/doc/design
> 3 Axis CVS-Server
> 3axis at 3axissolutions.com
> 
> 20030513 09:55:16 DEBUG: Mail data read and decoded
> 20030513 09:55:16 DEBUG: Preparing mail message
> 20030513 09:55:16 DEBUG: Preparing commit message
> 20030513 09:55:16 DEBUG: Preparation done
> 20030513 09:55:16 DEBUG: Setting mail type as html
> 20030513 09:55:16 DEBUG: ---- Outgoing message details -----
> 20030513 09:55:16 DEBUG: Mailhost:   192.168.2.11
> 20030513 09:55:16 DEBUG: Date:       2003-05-13 09:55:16
> 20030513 09:55:16 DEBUG: Subject:    CVS commit at 3AXIS-SERVER-01 on
> /3axis/T-RegS/doc/design
> 20030513 09:55:16 DEBUG: From:       3 Axis CVS-Server
> <3axis at 3axissolutions.com>
> 20030513 09:55:16 DEBUG: To:         Ezra <ezra.schuitema at hccnet.nl>, Iwan
> <iwan at i-ware.net>, Mark <m.dielen at wxs.nl>
> 20030513 09:55:16 DEBUG: -----------------------------------
> 20030513 09:55:16 DEBUG: Saving message to file instead of sending by
> email
> 
> 20030513 09:59:31 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 09:59:31 Mail send, but first wait for a while (300 s)
> 
> 20030513 10:00:36 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:00:36 Mail send, but first wait for a while (300 s)
> 
> 20030513 10:03:56 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:03:56 Mail send, but first wait for a while (300 s)
> 
> 20030513 10:04:26 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:26 Mail send, but first wait for a while (300 s)
> 
> 20030513 10:04:29 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:29 Mail send, but first wait for a while (300 s)
> 20030513 10:04:31 Wait over, now send email.
> 20030513 10:04:31 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:04:31 DEBUG: Root read from ini file = 
> 20030513 10:04:31 DEBUG: Starting delayed send
> 20030513 10:04:31 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:04:31 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:04:31 DEBUG: CVS temp dir= 2505884792
> 20030513 10:04:31 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2505884792#\
> 20030513 10:04:31 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:04:31 DEBUG: Root read from ini file = 
> 20030513 10:04:31 DEBUG: CVSMailer sending mail
> 20030513 10:04:31 DEBUG: Loading mail data for preparation of message to
> send
> 20030513 10:04:31 DEBUG: Read header:
> D:\CVS\cvstemp\#2505884792#\mailheader.txt
> Contents:
> CVS Server:       3AXIS-SERVER-01
> CVS Prefix:       D:/CVS/cvsrepos
> CVSROOT:          /3axis
> Module:           CVSROOT
> Date of change:   2003-05-13 09:59:31
> Changes by:       iwan (Iwan)
> 
> Log Message:
> Commented out Mark and Ezra for receiving email notifications.
> 
> 
> 20030513 10:04:31 DEBUG: Read body:
> D:\CVS\cvstemp\#2505884792#\mailbody.txt
> Contents:
> [CVSROOT]
> loginfousers,1.2,1.3,
> 
> 20030513 10:04:31 DEBUG: Read recipients:
> D:\CVS\cvstemp\#2505884792#\mailrecipients.txt
> Contents:
> Ezra <ezra.schuitema at hccnet.nl>
> Iwan <iwan at i-ware.net>
> Mark <m.dielen at wxs.nl>
> 
> 20030513 10:04:31 DEBUG: Read data:
> D:\CVS\cvstemp\#2505884792#\maildata.txt
> Contents:
> 1
> CVS commit at 3AXIS-SERVER-01 on /3axis/CVSROOT
> 3 Axis CVS-Server
> 3axis at 3axissolutions.com
> 
> 20030513 10:04:31 DEBUG: Mail data read and decoded
> 20030513 10:04:31 DEBUG: Preparing mail message
> 20030513 10:04:31 DEBUG: Preparing commit message
> 20030513 10:04:31 DEBUG: Preparation done
> 20030513 10:04:31 DEBUG: Setting mail type as html
> 20030513 10:04:31 DEBUG: ---- Outgoing message details -----
> 20030513 10:04:31 DEBUG: Mailhost:   192.168.2.11
> 20030513 10:04:31 DEBUG: Date:       2003-05-13 10:04:31
> 20030513 10:04:31 DEBUG: Subject:    CVS commit at 3AXIS-SERVER-01 on
> /3axis/CVSROOT
> 20030513 10:04:31 DEBUG: From:       3 Axis CVS-Server
> <3axis at 3axissolutions.com>
> 20030513 10:04:31 DEBUG: To:         Ezra <ezra.schuitema at hccnet.nl>, Iwan
> <iwan at i-ware.net>, Mark <m.dielen at wxs.nl>
> 20030513 10:04:31 DEBUG: -----------------------------------
> 20030513 10:04:31 DEBUG: Saving message to file instead of sending by
> email
> 
> 20030513 10:04:32 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:32 Mail send, but first wait for a while (300 s)
> 
> 20030513 10:04:33 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:33 Mail send, but first wait for a while (300 s)
> 
> 20030513 10:04:38 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:38 Mail send, but first wait for a while (300 s)
> 
> 20030513 10:04:41 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:04:41 Mail send, but first wait for a while (300 s)
> 20030513 10:05:36 Wait over, now send email.
> 20030513 10:05:36 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:05:36 DEBUG: Root read from ini file = 
> 20030513 10:05:36 DEBUG: Starting delayed send
> 20030513 10:05:36 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:05:36 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:05:36 DEBUG: CVS temp dir= 3160259792
> 20030513 10:05:36 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#3160259792#\
> 20030513 10:05:36 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:05:36 DEBUG: Root read from ini file = 
> 20030513 10:05:36 DEBUG: CVSMailer sending mail
> 20030513 10:05:36 DEBUG: Loading mail data for preparation of message to
> send
> 20030513 10:05:36 DEBUG: Read header:
> D:\CVS\cvstemp\#3160259792#\mailheader.txt
> Contents:
> CVS Server:       3AXIS-SERVER-01
> CVS Prefix:       D:/CVS/cvsrepos
> CVSROOT:          /3axis
> Module:           CVSROOT
> Date of change:   2003-05-13 10:00:36
> Changes by:       iwan (Iwan)
> 
> Log Message:
> Commented out Mark and Ezra for receiving email notifications.
> 
> 20030513 10:05:36 DEBUG: Read body:
> D:\CVS\cvstemp\#3160259792#\mailbody.txt
> Contents:
> [CVSROOT]
> users,1.13,1.14,
> 
> 20030513 10:05:36 DEBUG: Read recipients:
> D:\CVS\cvstemp\#3160259792#\mailrecipients.txt
> Contents:
> Iwan <iwan at i-ware.net>
> 
> 20030513 10:05:36 DEBUG: Read data:
> D:\CVS\cvstemp\#3160259792#\maildata.txt
> Contents:
> 1
> CVS commit at 3AXIS-SERVER-01 on /3axis/CVSROOT
> 3 Axis CVS-Server
> 3axis at 3axissolutions.com
> 
> 20030513 10:05:36 DEBUG: Mail data read and decoded
> 20030513 10:05:36 DEBUG: Preparing mail message
> 20030513 10:05:36 DEBUG: Preparing commit message
> 20030513 10:05:36 DEBUG: Preparation done
> 20030513 10:05:36 DEBUG: Setting mail type as html
> 20030513 10:05:36 DEBUG: ---- Outgoing message details -----
> 20030513 10:05:36 DEBUG: Mailhost:   192.168.2.11
> 20030513 10:05:36 DEBUG: Date:       2003-05-13 10:05:36
> 20030513 10:05:36 DEBUG: Subject:    CVS commit at 3AXIS-SERVER-01 on
> /3axis/CVSROOT
> 20030513 10:05:36 DEBUG: From:       3 Axis CVS-Server
> <3axis at 3axissolutions.com>
> 20030513 10:05:36 DEBUG: To:         Iwan <iwan at i-ware.net>
> 20030513 10:05:36 DEBUG: -----------------------------------
> 20030513 10:05:36 Message "CVS commit at 3AXIS-SERVER-01 on
> /3axis/CVSROOT" sent successfully!
> 
> 20030513 10:07:23 -------- CVSMailer Ver: 1.3.11.10 --------
> 20030513 10:07:23 Mail send, but first wait for a while (300 s)
> 20030513 10:08:56 Wait over, now send email.
> 20030513 10:08:56 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:08:56 DEBUG: Root read from ini file = 
> 20030513 10:08:56 DEBUG: Starting delayed send
> 20030513 10:08:56 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:08:56 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:08:56 DEBUG: CVS temp dir= 865761246
> 20030513 10:08:56 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#865761246#\
> 20030513 10:08:56 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:08:56 DEBUG: Root read from ini file = 
> 20030513 10:08:56 DEBUG: CVSMailer sending mail
> 20030513 10:08:56 DEBUG: Loading mail data for preparation of message to
> send
> 20030513 10:08:56 DEBUG: Read header:
> D:\CVS\cvstemp\#865761246#\mailheader.txt
> Contents:
> CVS Server:       3AXIS-SERVER-01
> CVS Prefix:       D:/CVS/cvsrepos
> CVSROOT:          /3axis
> Module:           Common/config/ConfigFiles/anthill
> Date of change:   2003-05-13 10:03:56
> Changes by:       iwan (Iwan)
> 
> Log Message:
> Directory D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill added to
> the repository
> 
> 
> 20030513 10:08:56 DEBUG: Read body:
> D:\CVS\cvstemp\#865761246#\mailbody.txt
> Contents:
> [Common/config/ConfigFiles/anthill]
> [- New directory]
> 
> 20030513 10:08:56 DEBUG: Read recipients:
> D:\CVS\cvstemp\#865761246#\mailrecipients.txt
> Contents:
> Iwan <iwan at i-ware.net>
> 
> 20030513 10:08:56 DEBUG: Read data:
> D:\CVS\cvstemp\#865761246#\maildata.txt
> Contents:
> 1
> CVS commit at 3AXIS-SERVER-01 on /3axis/Common/config/ConfigFiles/anthill
> 3 Axis CVS-Server
> 3axis at 3axissolutions.com
> 
> 20030513 10:08:56 DEBUG: Mail data read and decoded
> 20030513 10:08:56 DEBUG: Preparing mail message
> 20030513 10:08:56 DEBUG: Preparing commit message
> 20030513 10:08:56 DEBUG: Preparation done
> 20030513 10:08:56 DEBUG: Setting mail type as html
> 20030513 10:08:56 DEBUG: ---- Outgoing message details -----
> 20030513 10:08:56 DEBUG: Mailhost:   192.168.2.11
> 20030513 10:08:56 DEBUG: Date:       2003-05-13 10:08:56
> 20030513 10:08:56 DEBUG: Subject:    CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill
> 20030513 10:08:56 DEBUG: From:       3 Axis CVS-Server
> <3axis at 3axissolutions.com>
> 20030513 10:08:56 DEBUG: To:         Iwan <iwan at i-ware.net>
> 20030513 10:08:56 DEBUG: -----------------------------------
> 20030513 10:08:57 Message "CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill" sent successfully!
> 20030513 10:09:26 Wait over, now send email.
> 20030513 10:09:26 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:09:26 DEBUG: Root read from ini file = 
> 20030513 10:09:26 DEBUG: Starting delayed send
> 20030513 10:09:26 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:09:26 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:09:26 DEBUG: CVS temp dir= 1164354996
> 20030513 10:09:26 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1164354996#\
> 20030513 10:09:26 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:09:26 DEBUG: Root read from ini file = 
> 20030513 10:09:26 DEBUG: CVSMailer sending mail
> 20030513 10:09:26 DEBUG: Loading mail data for preparation of message to
> send
> 20030513 10:09:26 DEBUG: Read header:
> D:\CVS\cvstemp\#1164354996#\mailheader.txt
> Contents:
> CVS Server:       3AXIS-SERVER-01
> CVS Prefix:       D:/CVS/cvsrepos
> CVSROOT:          /3axis
> Module:           Common/config/ConfigFiles/anthill/conf
> Date of change:   2003-05-13 10:04:26
> Changes by:       iwan (Iwan)
> 
> Log Message:
> Directory D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf
> added to the repository
> 
> 
> 20030513 10:09:26 DEBUG: Read body:
> D:\CVS\cvstemp\#1164354996#\mailbody.txt
> Contents:
> [Common/config/ConfigFiles/anthill/conf]
> [- New directory]
> [Common/config/ConfigFiles/anthill/projects]
> [- New directory]
> [Common/config/ConfigFiles/anthill/publishDir]
> [- New directory]
> [Common/config/ConfigFiles/anthill/work]
> [- New directory]
> 
> 20030513 10:09:26 DEBUG: Read recipients:
> D:\CVS\cvstemp\#1164354996#\mailrecipients.txt
> Contents:
> Iwan <iwan at i-ware.net>
> 
> 20030513 10:09:26 DEBUG: Read data:
> D:\CVS\cvstemp\#1164354996#\maildata.txt
> Contents:
> 1
> CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf
> 3 Axis CVS-Server
> 3axis at 3axissolutions.com
> 
> 20030513 10:09:26 DEBUG: Mail data read and decoded
> 20030513 10:09:26 DEBUG: Preparing mail message
> 20030513 10:09:26 DEBUG: Preparing commit message
> 20030513 10:09:26 DEBUG: Preparation done
> 20030513 10:09:26 DEBUG: Setting mail type as html
> 20030513 10:09:26 DEBUG: ---- Outgoing message details -----
> 20030513 10:09:26 DEBUG: Mailhost:   192.168.2.11
> 20030513 10:09:26 DEBUG: Date:       2003-05-13 10:09:26
> 20030513 10:09:26 DEBUG: Subject:    CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf
> 20030513 10:09:26 DEBUG: From:       3 Axis CVS-Server
> <3axis at 3axissolutions.com>
> 20030513 10:09:26 DEBUG: To:         Iwan <iwan at i-ware.net>
> 20030513 10:09:26 DEBUG: -----------------------------------
> 20030513 10:09:26 Message "CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf" sent successfully!
> 20030513 10:09:29 Wait over, now send email.
> 20030513 10:09:29 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:09:29 DEBUG: Root read from ini file = 
> 20030513 10:09:29 DEBUG: Starting delayed send
> 20030513 10:09:29 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:09:29 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:09:29 DEBUG: CVS temp dir= 1195292496
> 20030513 10:09:29 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1195292496#\
> 20030513 10:09:29 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:09:29 DEBUG: Root read from ini file = 
> 20030513 10:09:29 DEBUG: CVSMailer sending mail
> 20030513 10:09:29 DEBUG: Loading mail data for preparation of message to
> send
> 20030513 10:09:29 DEBUG: Read header:
> D:\CVS\cvstemp\#1195292496#\mailheader.txt
> Contents:
> CVS Server:       3AXIS-SERVER-01
> CVS Prefix:       D:/CVS/cvsrepos
> CVSROOT:          /3axis
> Module:           Common/config/ConfigFiles/anthill/conf/profiles
> Date of change:   2003-05-13 10:04:29
> Changes by:       iwan (Iwan)
> 
> Log Message:
> Directory
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf/profiles
> added to the repository
> 
> 
> 20030513 10:09:29 DEBUG: Read body:
> D:\CVS\cvstemp\#1195292496#\mailbody.txt
> Contents:
> [Common/config/ConfigFiles/anthill/conf/profiles]
> [- New directory]
> 
> 20030513 10:09:29 DEBUG: Read recipients:
> D:\CVS\cvstemp\#1195292496#\mailrecipients.txt
> Contents:
> Iwan <iwan at i-ware.net>
> 
> 20030513 10:09:29 DEBUG: Read data:
> D:\CVS\cvstemp\#1195292496#\maildata.txt
> Contents:
> 1
> CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf/profiles
> 3 Axis CVS-Server
> 3axis at 3axissolutions.com
> 
> 20030513 10:09:29 DEBUG: Mail data read and decoded
> 20030513 10:09:29 DEBUG: Preparing mail message
> 20030513 10:09:29 DEBUG: Preparing commit message
> 20030513 10:09:29 DEBUG: Preparation done
> 20030513 10:09:29 DEBUG: Setting mail type as html
> 20030513 10:09:29 DEBUG: ---- Outgoing message details -----
> 20030513 10:09:29 DEBUG: Mailhost:   192.168.2.11
> 20030513 10:09:29 DEBUG: Date:       2003-05-13 10:09:29
> 20030513 10:09:29 DEBUG: Subject:    CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf/profiles
> 20030513 10:09:29 DEBUG: From:       3 Axis CVS-Server
> <3axis at 3axissolutions.com>
> 20030513 10:09:29 DEBUG: To:         Iwan <iwan at i-ware.net>
> 20030513 10:09:29 DEBUG: -----------------------------------
> 20030513 10:09:32 Wait over, now send email.
> 20030513 10:09:32 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:09:32 Message "CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf/profiles" sent successfully!
> 20030513 10:09:32 DEBUG: Root read from ini file = 
> 20030513 10:09:32 DEBUG: Starting delayed send
> 20030513 10:09:32 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:09:32 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:09:32 DEBUG: CVS temp dir= 1221698746
> 20030513 10:09:32 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1221698746#\
> 20030513 10:09:32 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:09:32 DEBUG: Root read from ini file = 
> 20030513 10:09:32 DEBUG: CVSMailer sending mail
> 20030513 10:09:32 DEBUG: Loading mail data for preparation of message to
> send
> 20030513 10:09:32 DEBUG: Read header:
> D:\CVS\cvstemp\#1221698746#\mailheader.txt
> Contents:
> CVS Server:       3AXIS-SERVER-01
> CVS Prefix:       D:/CVS/cvsrepos
> CVSROOT:          /3axis
> Module:           Common/config/ConfigFiles/anthill/conf/profiles/Win32
> Date of change:   2003-05-13 10:04:32
> Changes by:       iwan (Iwan)
> 
> Log Message:
> Directory
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win3
> 2 added to the repository
> 
> 
> 20030513 10:09:32 DEBUG: Read body:
> D:\CVS\cvstemp\#1221698746#\mailbody.txt
> Contents:
> [Common/config/ConfigFiles/anthill/conf/profiles/Win32]
> [- New directory]
> 
> 20030513 10:09:32 DEBUG: Read recipients:
> D:\CVS\cvstemp\#1221698746#\mailrecipients.txt
> Contents:
> Iwan <iwan at i-ware.net>
> 
> 20030513 10:09:32 DEBUG: Read data:
> D:\CVS\cvstemp\#1221698746#\maildata.txt
> Contents:
> 1
> CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win32
> 3 Axis CVS-Server
> 3axis at 3axissolutions.com
> 
> 20030513 10:09:32 DEBUG: Mail data read and decoded
> 20030513 10:09:32 DEBUG: Preparing mail message
> 20030513 10:09:32 DEBUG: Preparing commit message
> 20030513 10:09:32 DEBUG: Preparation done
> 20030513 10:09:32 DEBUG: Setting mail type as html
> 20030513 10:09:32 DEBUG: ---- Outgoing message details -----
> 20030513 10:09:32 DEBUG: Mailhost:   192.168.2.11
> 20030513 10:09:32 DEBUG: Date:       2003-05-13 10:09:32
> 20030513 10:09:32 DEBUG: Subject:    CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win32
> 20030513 10:09:32 DEBUG: From:       3 Axis CVS-Server
> <3axis at 3axissolutions.com>
> 20030513 10:09:32 DEBUG: To:         Iwan <iwan at i-ware.net>
> 20030513 10:09:32 DEBUG: -----------------------------------
> 20030513 10:09:33 Wait over, now send email.
> 20030513 10:09:33 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:09:33 DEBUG: Root read from ini file = 
> 20030513 10:09:33 DEBUG: Starting delayed send
> 20030513 10:09:33 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:09:33 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:09:33 DEBUG: CVS temp dir= 1233886246
> 20030513 10:09:33 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1233886246#\
> 20030513 10:09:33 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:09:33 DEBUG: Root read from ini file = 
> 20030513 10:09:33 DEBUG: CVSMailer sending mail
> 20030513 10:09:33 DEBUG: Loading mail data for preparation of message to
> send
> 20030513 10:09:33 DEBUG: Read header:
> D:\CVS\cvstemp\#1233886246#\mailheader.txt
> Contents:
> CVS Server:       3AXIS-SERVER-01
> CVS Prefix:       D:/CVS/cvsrepos
> CVSROOT:          /3axis
> Module:
> Common/config/ConfigFiles/anthill/conf/profiles/Win32/win_cvs
> Date of change:   2003-05-13 10:04:33
> Changes by:       iwan (Iwan)
> 
> Log Message:
> Directory
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win3
> 2/win_cvs added to the repository
> 
> 
> 20030513 10:09:33 DEBUG: Read body:
> D:\CVS\cvstemp\#1233886246#\mailbody.txt
> Contents:
> [Common/config/ConfigFiles/anthill/conf/profiles/Win32/win_cvs]
> [- New directory]
> 
> 20030513 10:09:33 DEBUG: Read recipients:
> D:\CVS\cvstemp\#1233886246#\mailrecipients.txt
> Contents:
> Iwan <iwan at i-ware.net>
> 
> 20030513 10:09:33 DEBUG: Read data:
> D:\CVS\cvstemp\#1233886246#\maildata.txt
> Contents:
> 1
> CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win32/win_cvs
> 3 Axis CVS-Server
> 3axis at 3axissolutions.com
> 
> 20030513 10:09:33 DEBUG: Mail data read and decoded
> 20030513 10:09:33 DEBUG: Preparing mail message
> 20030513 10:09:33 DEBUG: Preparing commit message
> 20030513 10:09:33 DEBUG: Preparation done
> 20030513 10:09:33 DEBUG: Setting mail type as html
> 20030513 10:09:33 DEBUG: ---- Outgoing message details -----
> 20030513 10:09:33 DEBUG: Mailhost:   192.168.2.11
> 20030513 10:09:33 DEBUG: Date:       2003-05-13 10:09:33
> 20030513 10:09:33 DEBUG: Subject:    CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win32/win_cvs
> 20030513 10:09:33 DEBUG: From:       3 Axis CVS-Server
> <3axis at 3axissolutions.com>
> 20030513 10:09:33 DEBUG: To:         Iwan <iwan at i-ware.net>
> 20030513 10:09:33 DEBUG: -----------------------------------
> 20030513 10:09:37 Message "CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win32" sent
> successfully!
> 20030513 10:09:37 Message "CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf/profiles/Win32/win_cvs" sent
> successfully!
> 20030513 10:09:38 Wait over, now send email.
> 20030513 10:09:38 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:09:38 DEBUG: Root read from ini file = 
> 20030513 10:09:38 DEBUG: Starting delayed send
> 20030513 10:09:38 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:09:38 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:09:38 DEBUG: CVS temp dir= 1285448746
> 20030513 10:09:38 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1285448746#\
> 20030513 10:09:38 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:09:38 DEBUG: Root read from ini file = 
> 20030513 10:09:38 DEBUG: CVSMailer sending mail
> 20030513 10:09:38 DEBUG: Loading mail data for preparation of message to
> send
> 20030513 10:09:38 DEBUG: Read header:
> D:\CVS\cvstemp\#1285448746#\mailheader.txt
> Contents:
> CVS Server:       3AXIS-SERVER-01
> CVS Prefix:       D:/CVS/cvsrepos
> CVSROOT:          /3axis
> Module:           Common/config/ConfigFiles/anthill/publishDir/T-RegS
> Date of change:   2003-05-13 10:04:38
> Changes by:       iwan (Iwan)
> 
> Log Message:
> Directory
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS
> added to the repository
> 
> 
> 20030513 10:09:38 DEBUG: Read body:
> D:\CVS\cvstemp\#1285448746#\mailbody.txt
> Contents:
> [Common/config/ConfigFiles/anthill/publishDir/T-RegS]
> [- New directory]
> 
> 20030513 10:09:38 DEBUG: Read recipients:
> D:\CVS\cvstemp\#1285448746#\mailrecipients.txt
> Contents:
> Iwan <iwan at i-ware.net>
> 
> 20030513 10:09:38 DEBUG: Read data:
> D:\CVS\cvstemp\#1285448746#\maildata.txt
> Contents:
> 1
> CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS
> 3 Axis CVS-Server
> 3axis at 3axissolutions.com
> 
> 20030513 10:09:38 DEBUG: Mail data read and decoded
> 20030513 10:09:38 DEBUG: Preparing mail message
> 20030513 10:09:38 DEBUG: Preparing commit message
> 20030513 10:09:38 DEBUG: Preparation done
> 20030513 10:09:38 DEBUG: Setting mail type as html
> 20030513 10:09:38 DEBUG: ---- Outgoing message details -----
> 20030513 10:09:38 DEBUG: Mailhost:   192.168.2.11
> 20030513 10:09:38 DEBUG: Date:       2003-05-13 10:09:38
> 20030513 10:09:38 DEBUG: Subject:    CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS
> 20030513 10:09:38 DEBUG: From:       3 Axis CVS-Server
> <3axis at 3axissolutions.com>
> 20030513 10:09:38 DEBUG: To:         Iwan <iwan at i-ware.net>
> 20030513 10:09:38 DEBUG: -----------------------------------
> 20030513 10:09:39 Message "CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS" sent
> successfully!
> 20030513 10:09:41 Wait over, now send email.
> 20030513 10:09:41 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:09:41 DEBUG: Root read from ini file = 
> 20030513 10:09:41 DEBUG: Starting delayed send
> 20030513 10:09:41 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:09:41 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:09:41 DEBUG: CVS temp dir= 1309667496
> 20030513 10:09:41 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#1309667496#\
> 20030513 10:09:41 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:09:41 DEBUG: Root read from ini file = 
> 20030513 10:09:41 DEBUG: CVSMailer sending mail
> 20030513 10:09:41 DEBUG: Loading mail data for preparation of message to
> send
> 20030513 10:09:41 DEBUG: Read header:
> D:\CVS\cvstemp\#1309667496#\mailheader.txt
> Contents:
> CVS Server:       3AXIS-SERVER-01
> CVS Prefix:       D:/CVS/cvsrepos
> CVSROOT:          /3axis
> Module:
> Common/config/ConfigFiles/anthill/publishDir/T-RegS/buildLogs
> Date of change:   2003-05-13 10:04:41
> Changes by:       iwan (Iwan)
> 
> Log Message:
> Directory
> D:/CVS/cvsrepos/3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS/
> buildLogs added to the repository
> 
> 
> 20030513 10:09:41 DEBUG: Read body:
> D:\CVS\cvstemp\#1309667496#\mailbody.txt
> Contents:
> [Common/config/ConfigFiles/anthill/publishDir/T-RegS/buildLogs]
> [- New directory]
> 
> 20030513 10:09:41 DEBUG: Read recipients:
> D:\CVS\cvstemp\#1309667496#\mailrecipients.txt
> Contents:
> Iwan <iwan at i-ware.net>
> 
> 20030513 10:09:41 DEBUG: Read data:
> D:\CVS\cvstemp\#1309667496#\maildata.txt
> Contents:
> 1
> CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS/buildLogs
> 3 Axis CVS-Server
> 3axis at 3axissolutions.com
> 
> 20030513 10:09:41 DEBUG: Mail data read and decoded
> 20030513 10:09:41 DEBUG: Preparing mail message
> 20030513 10:09:41 DEBUG: Preparing commit message
> 20030513 10:09:41 DEBUG: Preparation done
> 20030513 10:09:41 DEBUG: Setting mail type as html
> 20030513 10:09:41 DEBUG: ---- Outgoing message details -----
> 20030513 10:09:41 DEBUG: Mailhost:   192.168.2.11
> 20030513 10:09:41 DEBUG: Date:       2003-05-13 10:09:41
> 20030513 10:09:41 DEBUG: Subject:    CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS/buildLogs
> 20030513 10:09:41 DEBUG: From:       3 Axis CVS-Server
> <3axis at 3axissolutions.com>
> 20030513 10:09:41 DEBUG: To:         Iwan <iwan at i-ware.net>
> 20030513 10:09:41 DEBUG: -----------------------------------
> 20030513 10:09:41 Message "CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/publishDir/T-RegS/buildLogs" sent
> successfully!
> 20030513 10:12:23 Wait over, now send email.
> 20030513 10:12:23 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:12:23 DEBUG: Root read from ini file = 
> 20030513 10:12:23 DEBUG: Starting delayed send
> 20030513 10:12:23 DEBUG: CVSTEMP= D:\CVS\cvstemp
> 20030513 10:12:23 DEBUG: Temp dir exists: D:\CVS\cvstemp
> 20030513 10:12:23 DEBUG: CVS temp dir= 2923573746
> 20030513 10:12:23 DEBUG: CVS full temp dir created =
> D:\CVS\cvstemp\#2923573746#\
> 20030513 10:12:23 DEBUG: Reading the CVSROOT for weblinks from ini file.
> Using this key: D:/CVS/cvsrepos/3axis
> 20030513 10:12:23 DEBUG: Root read from ini file = 
> 20030513 10:12:23 DEBUG: CVSMailer sending mail
> 20030513 10:12:23 DEBUG: Loading mail data for preparation of message to
> send
> 20030513 10:12:23 DEBUG: Read header:
> D:\CVS\cvstemp\#2923573746#\mailheader.txt
> Contents:
> CVS Server:       3AXIS-SERVER-01
> CVS Prefix:       D:/CVS/cvsrepos
> CVSROOT:          /3axis
> Module:           Common/config/ConfigFiles/anthill/conf
> Date of change:   2003-05-13 10:07:23
> Changes by:       iwan (Iwan)
> 
> Log Message:
> Initial Version of Anthill configuration for 3 Axis Solutions projects.
> This version contains the T-RegS configuration.
> 
> 20030513 10:12:23 DEBUG: Read body:
> D:\CVS\cvstemp\#2923573746#\mailbody.txt
> Contents:
> [Common/config/ConfigFiles/anthill/conf]
> com.urbancode.anthill.adapter.CVSRepositoryAdapter.properties,NONE,1.1,
> com.urbancode.anthill.adapter.FileSystemRepositoryAdapter.properties,NONE,
> 1.1,
> com.urbancode.anthill.adapter.ProfileRepositoryAdapter.properties,NONE,1.1
> ,
> com.urbancode.anthill.adapter.ProjectPropertyFileVersionAdapter.properties
> ,NONE,1.1,
> com.urbancode.anthill.adapter.UrbanCodeVersionAdapter.properties,NONE,1.1,
> log4j.configuration,NONE,1.1,
> resultEmail.pgl,NONE,1.1,
> [Common/config/ConfigFiles/anthill/conf/profiles/Win32/win_cvs]
> getCommandInit.pgl,NONE,1.1,
> getRevisionsSince.pgl,NONE,1.1,
> getWorkingProject.pgl,NONE,1.1,
> label.pgl,NONE,1.1,
> postEditPagelet.pgl,NONE,1.1,
> preEditPagelet.pgl,NONE,1.1,
> [Common/config/ConfigFiles/anthill/projects]
> T-RegS.anthill,NONE,1.1,
> anthill.registry,NONE,1.1,
> daily_build.schedule,NONE,1.1,
> default.schedule,NONE,1.1,
> stoppedSchedule.schedule,NONE,1.1,
> [Common/config/ConfigFiles/anthill/publishDir]
> publishDir.dir,NONE,1.1,
> [Common/config/ConfigFiles/anthill]
> readme.txt,NONE,1.1,
> 
> 20030513 10:12:23 DEBUG: Read recipients:
> D:\CVS\cvstemp\#2923573746#\mailrecipients.txt
> Contents:
> Iwan <iwan at i-ware.net>
> 
> 20030513 10:12:23 DEBUG: Read data:
> D:\CVS\cvstemp\#2923573746#\maildata.txt
> Contents:
> 1
> CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf
> 3 Axis CVS-Server
> 3axis at 3axissolutions.com
> 
> 20030513 10:12:23 DEBUG: Mail data read and decoded
> 20030513 10:12:23 DEBUG: Preparing mail message
> 20030513 10:12:23 DEBUG: Preparing commit message
> 20030513 10:12:23 DEBUG: Preparation done
> 20030513 10:12:23 DEBUG: Setting mail type as html
> 20030513 10:12:23 DEBUG: ---- Outgoing message details -----
> 20030513 10:12:23 DEBUG: Mailhost:   192.168.2.11
> 20030513 10:12:23 DEBUG: Date:       2003-05-13 10:12:23
> 20030513 10:12:23 DEBUG: Subject:    CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf
> 20030513 10:12:23 DEBUG: From:       3 Axis CVS-Server
> <3axis at 3axissolutions.com>
> 20030513 10:12:23 DEBUG: To:         Iwan <iwan at i-ware.net>
> 20030513 10:12:23 DEBUG: -----------------------------------
> 20030513 10:12:23 Message "CVS commit at 3AXIS-SERVER-01 on
> /3axis/Common/config/ConfigFiles/anthill/conf" sent successfully!
> 
> <-------------------------- CVSMailer log END -------------------------->




More information about the cvsnt mailing list
Download the latest CVSNT, TortosieCVS, WinCVS etc. for Windows 8 etc.
@CVSNT on Twitter   CVSNT on Facebook