Re: [OAUTH-WG] Use of Version Control Systems for Draft Editing

"Richer, Justin P." <jricher@mitre.org> Wed, 15 May 2013 20:11 UTC

Return-Path: <jricher@mitre.org>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C33E621F85CE for <oauth@ietfa.amsl.com>; Wed, 15 May 2013 13:11:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.998
X-Spam-Level:
X-Spam-Status: No, score=-5.998 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, J_CHICKENPOX_52=0.6, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I+EFOzeYHsq4 for <oauth@ietfa.amsl.com>; Wed, 15 May 2013 13:11:34 -0700 (PDT)
Received: from smtpksrv1.mitre.org (smtpksrv1.mitre.org [198.49.146.77]) by ietfa.amsl.com (Postfix) with ESMTP id 86A7C21F853A for <oauth@ietf.org>; Wed, 15 May 2013 13:11:34 -0700 (PDT)
Received: from smtpksrv1.mitre.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 08CFD1F07DB; Wed, 15 May 2013 16:11:34 -0400 (EDT)
Received: from IMCCAS04.MITRE.ORG (imccas04.mitre.org [129.83.29.81]) by smtpksrv1.mitre.org (Postfix) with ESMTP id EE1E71F027F; Wed, 15 May 2013 16:11:33 -0400 (EDT)
Received: from IMCMBX01.MITRE.ORG ([169.254.1.137]) by IMCCAS04.MITRE.ORG ([129.83.29.81]) with mapi id 14.02.0342.003; Wed, 15 May 2013 16:11:33 -0400
From: "Richer, Justin P." <jricher@mitre.org>
To: Nat Sakimura <sakimura@gmail.com>
Thread-Topic: [OAUTH-WG] Use of Version Control Systems for Draft Editing
Thread-Index: AQHOT7B/uAAqrhn+I0ao7H4KgkqSGpkDH4EAgAA6JoCAA5rQgA==
Date: Wed, 15 May 2013 20:11:33 +0000
Message-ID: <265449F1-D674-44CE-957B-204E765B6D15@mitre.org>
References: <trinity-7f0228f0-6e3c-489c-9db2-89dd0a0a7df2-1368432260949@3capp-gmx-bs52> <5190B512.6060903@cs.tcd.ie> <CABzCy2BnRmkMm25=egW6acRkYeGdB60i51ZghmxBG_JSx1hLAw@mail.gmail.com>
In-Reply-To: <CABzCy2BnRmkMm25=egW6acRkYeGdB60i51ZghmxBG_JSx1hLAw@mail.gmail.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [172.31.37.156]
Content-Type: multipart/alternative; boundary="_000_265449F1D67444CE957B204E765B6D15mitreorg_"
MIME-Version: 1.0
Cc: oauth <oauth@ietf.org>
Subject: Re: [OAUTH-WG] Use of Version Control Systems for Draft Editing
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/oauth>, <mailto:oauth-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/oauth>
List-Post: <mailto:oauth@ietf.org>
List-Help: <mailto:oauth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 15 May 2013 20:11:38 -0000

I have already been using an approach like this for all of the drafts that I edit, most notably the DynReg WG document and both the Introspection and Chaining individual submissions. I run everything through my GitHub repository here:

https://github.com/jricher/oauth-spec/

I use the issue tracker there to note down things that come up in the WG conversations on the list, so that when I actually do get to go edit things, I don't forget anything. Once or twice, I have gotten issues submitted directly to github, but the actual conversation around any real changes (beyond typos) always comes back to the list. I do think it would be worthwhile to connect the mailing list to the notifications of the tracker for official documents. It would be fairly easy to set up a GitHub organization that's backed by the mailing list's address for notifications, and I think other development platforms have similar capabilities.

However, I completely disagree with ODIF's decision regarding editing tools. I've made some edits to the OIDF specs myself, and I find the "plain text editor" rule to be a draconian overreaction that makes creating good edits tedious, slow, and error-prone. In my personal experience, good tools like XML Mind's XML2RFC plugin are profoundly useful, and the formatting artifacts they create are minimal and easily ignored. The diffs that are tracked in Git are *far* from useless, and if you ask me, if you want to do a *real* diff on these documents you'd use the rfcdiff anyway, which ignores the XML formatting changes and focuses on the actual content. It's not perfect either, but it's far from useless.

 -- Justin



On May 13, 2013, at 9:08 AM, Nat Sakimura <sakimura@gmail.com<mailto:sakimura@gmail.com>>
 wrote:

I am probably biased since I am the one who introduced ticket driven version control to OIDF but it proved to be very valuable especially for transparency purposes. Each changes are linked to the ticket so it is easy to see why that change was made.

As to the comments v.s. mailing list relationship is concerned, I think it is possible to forward all the comments to the list, and in case of IETF, it should do so.

One feedback on the experience we had at OIDF is that XML Editing tools changes all sort of formatting making the diff at bitbucket useless. So, we had to resort to emacs/vim/ etc.

my 2c.

Nat Sakimura




2013/5/13 Stephen Farrell <stephen.farrell@cs.tcd.ie<mailto:stephen.farrell@cs.tcd.ie>>

Hiya,

On 05/13/2013 09:04 AM, Hannes Tschofenig wrote:
> Hi all,
> the OpenID Connect had gained some experience with using version control systems
> for editing specifications (and the use of issue trackers), see
> http://openid.bitbucket.org/. Based on a recent discussion in the IETF (among
> the working group chairs) I am wondering what your experience is with those
> tools and whether you see value in using these tools for document editing in the
> OAuth working group.

Sounds like a fine plan if the wg want to try it. Only thing I'd
note is that it means editors need to be *very* careful to bring
discussion back to the wg list when that's needed, since you will
likely get comments in the version control environment that are
not cc'd to the wg list. (The IETF will be considering generic
solutions for that, if you're interested get involved with the
tools team.) In turn, I suspect that means that wg chairs need
to make sure there's an editor who really gets when a change needs
to be discussed on the list and when its ok to just fix a typo.

The httpbis wg have some experience doing this btw and have hit
that specific issue of comments being made on github but not the
list. There's a recent thread [1] that ends with good advice from
the wg chair.

And in case someone asks, reasons why we need the wg list cc'd
include open-ness and to be clear as to what's an IETF
contribution. There're probably more but these are enough;-)

Cheers,
S.

[1] http://lists.w3.org/Archives/Public/ietf-http-wg/2013AprJun/0334.html



> Ciao
> Hannes
>
>
>
> _______________________________________________
> OAuth mailing list
> OAuth@ietf.org<mailto:OAuth@ietf.org>
> https://www.ietf.org/mailman/listinfo/oauth
>
_______________________________________________
OAuth mailing list
OAuth@ietf.org<mailto:OAuth@ietf.org>
https://www.ietf.org/mailman/listinfo/oauth



--
Nat Sakimura (=nat)
Chairman, OpenID Foundation
http://nat.sakimura.org/
@_nat_en
_______________________________________________
OAuth mailing list
OAuth@ietf.org<mailto:OAuth@ietf.org>
https://www.ietf.org/mailman/listinfo/oauth