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.
Attila Strba wrote: > is there a possibility to setup in the sandbox a rule to avoid merging > a certain file? In Keil uVision if the *.uv2 text file is merged it > usually gots corrupted. The file can't be in ignore list because if > creating a new sandbox the project needs this file. Marking the file as 'binary' could help. Binary files don't get merged. Maybe substitution mode 's' also helps you. It prevents the file from being committed inadvertently. <http://www.cvsnt.org/manual/html/Substitution-modes.html> Gerhard