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.
Dear all, i tested two styles of setting a tag -> with and without checking local modified files. But both of them gives me an error. That one with "-c" is clear --> that shall give me an error, but the other one? Is there any serverside configuration that forces checking local modifications and ignores the -c parameter? ################ begin Output ################# cvs -r tag -- test_tag cvs_errors.txt (in directory E:\arm250\armprj\doc\) cvs server: cvs_errors.txt is locally modified cvs [server aborted]: correct the above errors first! ***** CVS exited normally with code 1 ***** cvs -r tag -c -- test_tag cvs_errors.txt (in directory E:\arm250\armprj\doc\) cvs server: cvs_errors.txt is locally modified cvs [server aborted]: correct the above errors first! ***** CVS exited normally with code 1 ***** cvs ver ***** CVS exited normally with code 0 ***** Client: Concurrent Versions System (CVSNT) 2.5.03 (Scorpio) Build 2382 (client/server) Server: Concurrent Versions System (CVSNT) 2.5.03 (Scorpio) Build 2382 (client/server) ############## End Output ###################### best regards, Alexander Zoernack