[cvsnt] Binary Diff of CVSNT problem
Arthur Barrett
arthur.barrett at march-hare.com
Mon May 26 09:30:02 BST 2008
Stefano,
> on linux there isn't concept of file extension like windws(i don't
> have .exe or .bat or similar), so I need a particular client
> to commit
> this type of files thet can do a binery diff (there is for example a
> version of WinCVS to do thet?) For example an extension of
> winCVS to say
> it: commit this file like binary (and apply during commit all cool
> option like -B when doing binary diff).
If the file 'foo' is binary - just add it as binary:
cvs add -kB foo
cvs ci -m "this will be binary"
Regards,
Arthur
More information about the cvsnt
mailing list