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.
Glen Starrett wrote: >> >I'm having a problem with a conflict after cvs merge (after update) >> >in the $Log$ section. Local file's log looks as follows: > > I think it's normal to get conflicts in those sections... Is it????? > It does seem like CVSNT should be smart enough not to flag it as a > conflict. > It can't, really... $Log$ is special, in that it doesn't just expand to a token, it start appending to a list - which means the file is actually changing as it is committed... We avoid conflicts in things like $Id$ (mostly) but unfortunately it's not possible with $Log$. Tony