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.
Stefano, > on linux there isn't concept of file extension like windws(i don't > have .exe or .bat or similar), so I need a particular client > to commit > this type of files thet can do a binery diff (there is for example a > version of WinCVS to do thet?) For example an extension of > winCVS to say > it: commit this file like binary (and apply during commit all cool > option like -B when doing binary diff). If the file 'foo' is binary - just add it as binary: cvs add -kB foo cvs ci -m "this will be binary" Regards, Arthur