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)
Re: (Score:1)
Git and Mercurial are actually pretty similar in use. In a surprising number of cases, the command to do something is called the same in both of them. [masukomi.org] And if he’s ever touching any free software repositories, he’ll have to learn at least a minimum of git sooner or later anyway. :-)
Re: (Score:1)
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: (Score:2)
Actually, OpenSolaris probably has a copy of the originals, but I can't find it after a quick look.
Re: (Score:1)
I saw that before. I’d be interested in a short conceptual overview of the SCCS model, but not interested enough to put in the effort to deduce that from the software. :-)
Re: (Score:1)
If I understand correctly, SCCS was one of the major inspirations for BitKeeper, as it was a major part of TeamWare.
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.
m101-alikes (Score:1)
rjbs