[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trimming old diffs to save space
From: |
Paul Eggert |
Subject: |
Re: Trimming old diffs to save space |
Date: |
14 Aug 2003 10:39:44 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Ed Avis <address@hidden> writes:
> I imagine some people might want to
> keep image files or other big things under version control.
Most image files are not big, these days, compared to disks. Things
like video streams are big, but I can't imagine using CVS or RCS for
them, as the 'diff' will take too long.
> The suggestion of using rcs -o to outdate does sound better, except
> that it loses log messages. Would it be possible to change rcs -o so
> it pastes the logs for outdated revisions into the log for the next
> still-existing revision?
I wouldn't change 'rcs -o' itself, as too many people depend on its
behavior, but you could certainly add another 'rcs' option if you
like.
Or you could run 'rlog' on the files, and save the log before you run
'rcs -o'. Then you wouldn't have to mess with RCS.