info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: How to limit file revisions


From: Arthur Barrett
Subject: RE: How to limit file revisions
Date: Wed, 26 Oct 2005 10:41:45 +1000

Maicon,

Just following up on Jim's comment:

> If you must store binary files, then CVS may not be 
> your best bet. It works best with text-based files.

You may want to consider CVSNT Server (GPL, free, open source, 
Linux/Windows/Mac/Unix support) and use -kB option for binary files (it stores 
a binary diff rather than the entire binary image for each revision).

For more info contact the CVSNT newsgroup:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

Generally source code generated by windows programmers can be stored in ASCII 
(-ko) or Unicode (-ku) format more efficiently than binary (-b or -kB), however 
if you want to version images, PDF's, or even EXE/DLL/CPL files then -kB may be 
the best option.

Regards,


Arthur








reply via email to

[Prev in Thread] Current Thread [Next in Thread]