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.
Matt Schuckmann wrote: > I'm setting up an automatic mirror of my web site via a postcommand script > and whenever the postcommand script does an update for a newly commited file > it's comming up with the error message: > cvs.exe update: warning: index.htm was lost > > Where index.htm is the file that was just commited. Further more the file is > not updated. > What does this error message mean? It means you had it in the sandbox, but deleted it before committing/updating, so it's not where cvs expects it to be. Tony