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.
Zsolt Branyiczky wrote: > Take a look at your cvswrappers file found in CVSROOT (of your > repository). This file must be appended by the used binary file extensions. > > E.g. > *.exe -k 'b' > *.jar -k 'b' He's also going to need to change the existing expansion flag in the repository. Check it with "cvs status {filename}" and if it isn't set to kb, then use cvs admin or the newer syntax: cvs up -kb filename cvs ci -fm "change expansion flag" I *think* that is the correct syntax, but I've only done it once. I do seem to remember the -f flag is required on checkin to get the updated expansion flags back to the repository. -- Glen Starrett