9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] SCMs
@ 2018-02-13 23:13 Lyndon Nerenberg
  2018-02-14  1:03 ` Erik Quanstrom
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lyndon Nerenberg @ 2018-02-13 23:13 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

>> I struggle to understand how version control is not more actively used.

> It's not particularly necessary when you have global state with
> snapshots provided by a shared WORM fs.

I always thought that argument was a bit suspect.  And with the loss of
sources.bell-labs.com, it's apparent why.  The only revision history was
in the venti.  Now that that is lost, so is that history.  I know that
there are partial mirrors of sources, but none go all the way back to the
dawn of the sources venti archive.  And on the mirrors, we lose the
'blame' functionality fossil provided by tracking who last updated a file.

If this had been hosted in an SCM, it would have been so simple to
replicate that full history elsewhere.

The other bit that snapshots/dumps miss is context.  When everyone working
on the code was within shouting distance of the "unix room" that wasn't an
issue.  But now, that context has been lost.  Annotations about the "why"
of a commit are as important as the "what."  diffy(1) answers the "what,"
but not the "why."

> DVCS adds a lot of complexity
> for questionable gain, in that environment.  9front's adoption of
> mercurial is a historical accident rather than a desired outcome.  But,
> I understand that most people just want to use the tools they already
> know.  It's much easier than learning a new paradigm.

+100 on DVCS and needless complexity.  cvs or sccs provides all the
functionality I've ever needed in an SCM system.  Although I confess I
have been seduced by git's ability to instantly create and switch between
branches.  It makes trying out "what if" scenarios completely painless.
But it's not enough to convince me to use git except on very rare
occasions.

--lyndon




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-14 16:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-13 23:13 [9fans] SCMs Lyndon Nerenberg
2018-02-14  1:03 ` Erik Quanstrom
2018-02-14  1:47 ` Bakul Shah
2018-02-14  7:20   ` Rui Carmo
     [not found]     ` <CAG2UyHq3mVuBRfoHMte0e6z-d5rLrsYqYz9UyNe6_t0Mgxm5hg@mail.gmail.com>
     [not found]       ` <CAG2UyHpKNrT6YWfJ3xg3ijrSmJS57Xao+DcMggaQcL49acwMUQ@mail.gmail.com>
     [not found]         ` <CAG2UyHp727zcSFBsQKRnqSJaFzmxjfaBe_9GwYTgsfv-xFTb2g@mail.gmail.com>
     [not found]           ` <CAG2UyHpUAmd5PyvMT+jDJkmkvUy+ZxO39bc6eBCCC2Jx9JT92g@mail.gmail.com>
     [not found]             ` <CAG2UyHrbgi0nuP3jkGjNkV8AYtugY1u8vaZO5ZKg_kf8SbQddg@mail.gmail.com>
2018-02-14 12:39               ` Dave MacFarlane
2018-02-14 16:30                 ` Lucio De Re
2018-02-14  9:01 ` Steve Simon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).