[cvsnt] Question about update conflict

Arthur Barrett arthur.barrett at march-hare.com
Thu Oct 9 09:52:09 BST 2008


Doc Hoang,

> The question I have here is if there's a way to configure CVS 
> so that it
> does not treat the .dat file as text rather than binary files. 


Yes - there are many ways to do this but you need to do two things:
1) change the existing .dat files from -kb to -ko, eg:
http://www.cvsnt.org/manual/html/update.html#update-options
http://www.cvsnt.org/manual/html/commit.html#commit-options

cvs up -ko filename.dat
cvs ci -f -m "change to a non-binary file" fileaname.dat

2) change the 'default' so that new .dat files are -ko
http://www.cvsnt.org/manual/html/Wrappers.html

Regards,


Arthur Barrett


More information about the cvsnt mailing list