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.
The following patch fixes the problem for me: Index: update.c =================================================================== RCS file: /usr/local/cvs/cvsnt/src/update.c,v retrieving revision 1.44.2.35 diff -r1.44.2.35 update.c 371c371 < client_overwrite_existing = case_sensitive; --- > client_overwrite_existing = case_sensitive || toss_local_changes; Mark