|
|
|
RCS
RCS is not an SCM system, it is a file based system.
However, many commercial systems use the inferior RCS file format
so we felt it was worth having RCS in the comparisons.
-
RCS has no checksum.
RCS files can get silently corrupted and RCS will never notice
unless you happen to ask for a delta that is part of the corrupted
area of the file.
Because of the way RCS is designed, it is unlikely to ever notice
a problem until too late.
BitKeeper checksums the entire file as well as each delta and
verifies the checksum on each operation.
-
Lack of compression.
BitKeeper supports compressed contents.
The administrative part of the file (typically less than 5% of the
file size) is uncompressed;
the rest may be compressed to gain back disk space and use less
disk/network bandwidth.
-
RCS has no rename support.
BitKeeper records pathnames with the deltas so that files may be
moved around easily without losing track of where they once lived.
| |
|