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.
Zaid, Mahmoud wrote: >Greetings to all, >I am trying to add a new file through my working directory to the >repository; I know it has been removed from the reository. These are the >steps: > >cvs add editTicket.cfm > >***** CVS exited normally with code 1 ***** > >cvs server: editTicket.cfm has already been entered > >cvs commit -m "new file name" editTicket.cfm > >***** CVS exited normally with code 1 ***** > >cvs [server aborted]: received abort signal >Assertion failed: key != NULL, file hash.c, line 312 > >Does anyone have an ideas what this server msg mean? > It means that the new file has the same name as the file that was "cvs remove"d, but with a different capitalization. -Torsten