[cvsnt] Re: Binary files are imported as text files (CVSNT 2.5.02 #2096)

Tony Hoyle tony.hoyle at march-hare.com
Fri Sep 23 12:01:20 BST 2005


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.


Thomas Singer wrote:
> Hi Tony,
> 
> While running our SmartCVS regression tests I've found out that CVSNT 
> 2.5.02 #2096 imports even binary files with the text file keyword 
> substitution mode. This used to work in CVSNT 2.0.58d and still works in 
> GNU CVS 1.11.14, our "reference" server.

You're sending:

import -m initial import -ko -I! -W *.bin -k 'b'

You are forcing -ko in your upload - this overrides any wrappers 
(forcing stuff in import is generally a bad idea).

There are at least two ways to achieve what it looks like you're trying 
to do:

import -m initial import -k-v -I! -W *.bin -kb

or

import -I! -W *.* -ko -W *.bin -kb

Or the best way in this case - don't specify anything and let the server 
handle it (*.bin is already default binary).

Tony



More information about the cvsnt mailing list
Download the latest CVSNT, TortosieCVS, WinCVS etc. for Windows 8 etc.
@CVSNT on Twitter   CVSNT on Facebook