NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Good times for VCS' (Score:2)
Re: (Score:1)
Actually, for all its primitivity, SCCS wasn’t on the wrong track, at least according to the information I could find about how it worked.
Even RCS is OK for single-user tracking of a handful of files in one directory. That may not sound like much – but it gets two things right: local repository instead of a server; and zero overhead for setting up a repository (not even a
foo init). If someone wrote decent merging and push/pull support for it, it would actually not be bad at all.CVS is where
Re:Good times for VCS' (Score:1)
If I understand correctly, SCCS was one of the major inspirations for BitKeeper, as it was a major part of TeamWare.
Reply to This
Parent
Re: (Score:1)
Yeah; this is the sort of fragmentary hint about SCCS of which I’ve picked up a couple, which lead me to say that my understanding is it was decent, if comparatively primitive. But I can’t say any more than that since I haven’t seen any substantial exposition of how it worked.