> Apologies if this has been done before, but I can't find it
> anywhere.  I want to process some binary files on a mac running
> OSX, using the command line CVS that comes with BSD,
> instead of using the GUI version.  specifying a -kb on the
> command line treats the files as binary, but I'm not getting the
> resource fork for the files, just the data fork.  Does anyone know
> how I can get around this?
>

You need to wrap the binary in a dual-fork preserving encoding, such as
Macbinary.  See the example cvswrappers file that comes on OS X for what
they did with nib files for example.

However, to do it for a dual-fork file, you'd need a command-line version of
Macbinary, which I don't think exists at this point.

Wade


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to