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.
Hi! We have a cvswrappers file like this: *.cpp -k 'o' -m 'MERGE' *.bat -k 'o' -m 'MERGE' *.c -k 'o' -m 'MERGE' *.h -k 'o' -m 'MERGE' *.hpp -k 'o' -m 'MERGE' *.html -k 'o' -m 'MERGE' *.java -k 'o' -m 'MERGE' [..etc..ect..] *.xml -k 'o' -m 'MERGE' * -k 'b' As you can see we assign the files which we want it to be a text file. (Because we use MacOS as well, and on Mac there isn't any extension for the binary files.) The last row effects for all files so this rule isn't independent from the others. Sometimes it works well, sometimes not. Then we put the last row to the beginning of the file. It works at times as well, but not in all case. We doesn't able to determine how does it work in this case? Vermes Istvan cvs: [cvsnt-2.0.51d on Windows Server 2003]