[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sccs2rcs to perl
From: |
Michael Sterrett -Mr. Bones.- |
Subject: |
Re: sccs2rcs to perl |
Date: |
Fri, 8 Mar 2002 15:08:42 -0500 (EST) |
On Fri, 8 Mar 2002, Larry Jones wrote:
> SCCS can retrieve any revision in one pass through the file. As you
> say, there are the equivalent of "#ifdefs" that specify which revisions
> include the following lines , so there's very little processing time,
> it's mostly just I/O time. CVS as currently implemented has to read the
> entire RCS file before doing anything, so I'd be very surprised if it's
> significantly faster.
Larry --
When was the last time you used SCCS for a large project? RCS is *way*
faster, at least at getting the latest version of the file for edit.
It's not super easy for me to test right now, but I imagine CVS is
equally quick.
All of this discussion is interesting to me, but what I'd really
like to see is something done about the sccs2rcs script. Is there
any real gain in continuing to ship it with CVS given the fact that it
doesn't seem to be maintained by anyone (at least, no one wants to take
responsibility for it) and it doesn't pertain to the main functionality
of CVS? Why not move it to http://www.loria.fr/~molli/cvs-index.html
as contrib/README suggests and out of the official CVS tarball
releases? What's your opinion of this idea?
Michael Sterrett
-Mr. Bones.-
michael.sterrett@coat.com
- Re: sccs2rcs to perl, (continued)
Re: sccs2rcs to perl, Stephen Rasku, 2002/03/08
Re: sccs2rcs to perl,
Michael Sterrett -Mr. Bones.- <=
Re: sccs2rcs to perl, Larry Jones, 2002/03/08
Re: sccs2rcs to perl, Stephen Rasku, 2002/03/08
Re: sccs2rcs to perl, Stephen Rasku, 2002/03/08