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.
Looks like there is still a problem with fully-qualified usernames in 2.0.62.1859. They are coming in as different parameters into CVSMailer, not sure why. I also get a message in the output when it runs about a \E escape character... which makes sense if it's trying to translate DOMAIN1\E123456. The script command is: ^TestModule C:/ProgramFiles/CVSMailer/CVSMailer.exe -l$CVSPID "$USER" $CVSROOT -rHONEYWELL\E711244 %{sVv} (I haven't checked if it is able to use \ again in the paths, one thing at a time :)) Note that $USER translates to HONEYWELL\E711244 in this case, so it appears twice on the command line. CVSNT output =========================================== D:\src\TestModule>echo. | time >> test0.txt && cvs ci -m "testing" cvs commit: Examining . cvs commit: Examining Spaces In Module Checking in test0.txt; /test/TestModule/test0.txt,v <-- test0.txt new revision: 1.32; previous revision: 1.31 done Unknown escape character '\E' ignored.M CVSMailer processing CVSMailer processing consolidated messages ======================================================== CVSMailer log file ===================================== 20050126 10:59:41 -------- CVSMailer Ver: 1.5.1.38 -------- 20050126 10:59:41 DEBUG: Checking for commit of new folder 20050126 10:59:41 DEBUG: CVSNT version is: 2.0.62.1859 20050126 10:59:41 DEBUG: CVS Temp dir: C:\Program Files\cvsnt\Temp 20050126 10:59:41 DEBUG: CVSNT temp dir for this commit: C:\Program Files\cvsnt\Temp\cvs-serv1224 Existing=1 20050126 10:59:41 DEBUG: CVSRepositoryPath: 20050126 10:59:41 DEBUG: CVSROOT read from command line: E711244 20050126 10:59:41 DEBUG: Reading the CVSROOT for weblinks from ini file. Using this key: 20050126 10:59:41 DEBUG: Could not find value in section "WebLinkRoots" , now trying 20050126 10:59:41 DEBUG: Could not find value in section "WebLinkRoots", now trying section "FileLinks" and 20050126 10:59:41 DEBUG: Could not find value in section "FileLinks" , now trying 20050126 10:59:41 DEBUG: Root name not found in ini file, going to use CVSROOT instead! 20050126 10:59:41 DEBUG: Parameter 1: -l000004c8 20050126 10:59:42 DEBUG: Parameter 2: HONEYWELL 20050126 10:59:42 DEBUG: Parameter 3: E711244 20050126 10:59:42 DEBUG: Parameter 4: /test 20050126 10:59:42 DEBUG: Parameter 5: -rHONEYWELL 20050126 10:59:42 DEBUG: Parameter 6: 711244 20050126 10:59:42 DEBUG: Parameter 7: TestModule test0.txt,1.31,1.32 20050126 10:59:42 DEBUG: Now reading StdIn 20050126 10:59:42 DEBUG: StdIn read: Update of /test/TestModule ======================================================== -- Glen Starrett