[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [subversion-dev] Subversion design document up

From: Zack Weinberg <zack_at_wolery.cumb.org>
Date: 2000-06-05 06:04:43 CEST

On Sun, Jun 04, 2000 at 11:08:29AM -0400, Jonathan S. Shapiro wrote:
> The SCCS storage format isn't terribly efficient. Actually, it's famous for
> having sucky performance.

I am certain this is an artifact of the implementation. I used to
work for a source control firm, whose product was based on the SCCS
file format. Both archive size and time to extract were always equal
to or better than local RCS. Time to check in a new version was
occasionally a bit slower than local RCS, but that was an artifact of
*that* implementation, and in any case checkin time is not nearly as
important.

> An alternative to consider is Josh McDonald's xdelta/xdfs.

I'm not familiar with these. Xdelta's big claim to fame was handling
binary files efficiently, yes? I remember being annoyed at some
version of PRCS because the archives were always binary - not just
because of the compression, either. In my opinion, if the data stored
in the file is 7-bit ASCII, the entire archive file should be 7-bit
ASCII. (With an option to compress the entire file on the fly.)

zw
Received on Sat Oct 21 14:36:05 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.