git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike Ralphson <mike.ralphson@gmail.com>
To: Andreas Ericsson <ae@op5.se>
Cc: Jon Brisbin <jon.brisbin@npcinternational.com>, git@vger.kernel.org
Subject: Re: How to move users from SEU (AS400) to Git?
Date: Tue, 12 May 2009 17:47:08 +0100	[thread overview]
Message-ID: <e2b179460905120947u465c99c9x46d030b2ff0b2959@mail.gmail.com> (raw)
In-Reply-To: <4A09A0E0.6010102@op5.se>

2009/5/12 Andreas Ericsson <ae@op5.se>:
> I'd say: Hey, coders. If you want locking, we can write a small tool for
> that. To make it a learning process too, that tool will be versioned by
> git. We need a small (and stupid) server and a small (and stupid) client.
> Locking will be advisory, so you can stick to it if you like, and you get
> a nice reason to yell at whoever ignored your lock in case of conflicts.
>
> But that's just me, I guess. I've actually wanted such a tool as a sort
> of "I'm working from home on *this* and *this*", but haven't been able
> to muster the energy to work on it, especially since most of us where I
> work are reasonably comfortable in the face of merge-conflicts.

To indicate what's being worked on, both within and outside our
traditional pessimistic locking strategy, we simply push lightweight
tags to the central repo.

It allows us to see who's got what locked (and since when), but it
also allows us to do file-level three-way merges if necessary so we
can keep long-running / speculative development up-to-date. The
poor-man's rebase does the patch and moves the source tag along.
Releasing the lock removes the tag.

Mike

  reply	other threads:[~2009-05-12 16:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-12 15:42 How to move users from SEU (AS400) to Git? Jon Brisbin
2009-05-12 15:57 ` Shawn O. Pearce
2009-05-12 16:14 ` Heiko Voigt
2009-05-12 16:16 ` Andreas Ericsson
2009-05-12 16:47   ` Mike Ralphson [this message]
2009-05-12 16:40 ` Mike Ralphson
2009-05-12 17:56   ` Jon Brisbin
2009-05-12 18:13     ` Magnus Bäck
2009-05-12 18:20       ` Jon Brisbin
2009-05-12 21:31 ` Ealdwulf Wuffinga
2015-12-02 18:09   ` dleong
2015-12-02 18:22     ` Randall S. Becker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e2b179460905120947u465c99c9x46d030b2ff0b2959@mail.gmail.com \
    --to=mike.ralphson@gmail.com \
    --cc=ae@op5.se \
    --cc=git@vger.kernel.org \
    --cc=jon.brisbin@npcinternational.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).