"William Mallouk" <[EMAIL PROTECTED]> writes: >We need to version large files (400MB+) such as cd-rom images and >large binaries.
You could save each version of the file with a unique name like image.20040216214349 but outside CVS. Then under CVS control keep a text file containing the filename of the latest version. This can be tagged etc. as usual. -- Ed Avis <[EMAIL PROTECTED]> _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
