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.
I've found a bug in CVSNT. Can anyone tell me where can I report it? If the "force revision/branch" is checked in and specified (even when it is 1.1) when doing the first commit after adding a binary file, the -kb option is lost. The file is checked in as a cleartext file. Therefore the $xxx$ tags are replaced and the file size is changed making the file unusable. E.g.: cvs add -kb Converter.class cvs server: scheduling file `Converter.class' for addition cvs server: use 'cvs commit' to add this file permanently ***** CVS exited normally with code 0 ***** cvs commit -m "no message" -r 1.2 Converter.class Workaround: 1. Check in the file without the force rev/branch option. The file will get the 1.1 revision. 2. Commit again and specify the requested revision this time. Any further commits will work.