I really need to get the laptop set up the rest of the way, since it doesn't have an air modem or anything, and Wichita is not well set up when it comes to wireless (at least in the places I tend to hang out lately: medical waiting rooms, mostly).
This means learning git (to the dismay of my sysadmin/husband, who prefers... um... two other packages I can't remember, though he admits git is probably better than TWiki, which I've threatened to use), filling in some of my massive blind spots in Unix (to much reduce the dismay of my sysadmin/husband, who is perpetually going "You don't know how to use FOO?" forgetting that my Unix knowledge is sometimes deep but very, very narrow), and updating Postgres, exim, Apache, and Perl and whatever else I happen to think of.
Then I just need to get a USB-enabled M-type keyboard, and I can use the laptop exclusively....
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