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.
On Thu, 8 Jul 2004 16:52:41 +0400, Iakov Glubokiy <iglubokiy at infotecs.ru> wrote: >Hello Tony, > >Thursday, July 8, 2004, 2:18:42 PM, you wrote: > >TH> You can't easily do that, because the storage format is different. >TH> Forcing a new revision might work but you might have to do it a couple >TH> of times to step past the binary revisions. > >well, it is still not clear for me why it works only when I change >something in file. If cvsnt suppose there was changed nothing, it >would not create new revision, isn't it? >Anyway, thanks for explaination. > If you don't change anything you'll get a null revision, which is fine most of the time but in this case means you're still relying on the old revision for the file contents. There may be some interplay between the Unicode conversion routines as well causing issues. Tony