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.
Hello, I am new to cvsnt. I use version 2.5.03 build 2382. I just wrote a makefile that invoques cvsnt (cvs update, cvs commit, etc.). The makefile does not stop when cvs update fails. I tried this from the command line : cvs update DoesNotExist cvs update: nothing known about DoesNotExist echo %errorlevel% 0 So the exit code is not reliable. Why does cvsnt return 0 when it fails ? Is there any way to detect that the command has failed ? Thank you for your help, Michel