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.
CVSROOT: /cvs Module name: cvsnt Changes by: arthur.barrett at march-hare.com Fri Apr 8 21:49:32 2011 On host: mail.march-hare.com Directory: cvsnt/cvstools/win32 M GlobalSettings.cpp CVSNT_BRANCH_2_8_01_3761 1.1.2.16.4.4.2.2 -> 1.1.2.16.4.4.2.3 Bug Id: 6061 Directory: cvsnt/simcvs M simcvs.cpp CVSNT_BRANCH_2_8_01_3761 1.1.2.4.4.8 -> 1.1.2.4.4.8.2.1 Bug Id: 6061 Log message: Bug6061: Call WaitForInputIdle, and then close the handle to the thread - same as is done in RunFile and when starting cvslock (but notably NOT done in cvsproxy). Previously simcvs tried to close the thread handle after the process handle - this is bad, since the thread handle is not necessarily valid anymore once the process handle is closed. Also change the default thing that RM, WM, SCCI runs from cvsnt.exe to cvs.exe - I changed it from cvs.exe to cvsnt.exe as a performance experiment - how time to change it back that we are relying on cvs.exe to call cvsnt.exe.