Re: Trimming old diffs to save space
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.version-control.rcs.bugs,gmane.comp.version-control.cvs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Ed Avis <[email protected]> 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.