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.
hello all, i'm having trouble preventing binary files from being destroyed, despite indicating them in my cvswrappers file. i can't seem to import the project module without losing them. from the documentation, i understood that the -W option could be ommitted if cvswrappers was properly configured. is that true? here is my import command: cvs import -m "Initial project import" sdssweb yoyo start and here are the contents of cvswrappers: *.gif -k 'b' *.jpeg -k 'b' *.jpg -k 'b' *.png -k 'b' *.zip -k 'b' *.class -k 'b' *.jar -k 'b' nonetheless, no matching files survive the import process. any insight? thanks in advance, patrick