From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id D50B07EE99 for ; Sun, 22 Dec 2013 16:11:51 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="postmaster@smtp.webfaction.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjMDAAwAt1JKN1ZKlWdsb2JhbABYg0ODVrY+gSkOAQEBAQkLCQkSKoIlAQEBAwEOFUIUBQsLGgImAgJHEAYbE4dhCASxG5lkF4EpjRoRAR0zB4JuNYETBJlHhH4Xjn2BcA X-IPAS-Result: AjMDAAwAt1JKN1ZKlWdsb2JhbABYg0ODVrY+gSkOAQEBAQkLCQkSKoIlAQEBAwEOFUIUBQsLGgImAgJHEAYbE4dhCASxG5lkF4EpjRoRAR0zB4JuNYETBJlHhH4Xjn2BcA X-IronPort-AV: E=Sophos;i="4.95,531,1384297200"; d="scan'208";a="50079711" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail2-smtp-roc.national.inria.fr with ESMTP; 22 Dec 2013 16:11:51 +0100 Received: from [172.20.10.2] (156-225.197-178.cust.bluewin.ch [178.197.225.156]) by smtp.webfaction.com (Postfix) with ESMTP id 1341C66EAD73; Sun, 22 Dec 2013 15:11:46 +0000 (UTC) Date: Sun, 22 Dec 2013 16:11:44 +0100 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: "Richard W.M. Jones" Cc: Gabriel Scherer , Yotam Barnoy , Ocaml Mailing List Message-ID: <806BF2567A1C4B65A02E412BBAB67BFE@erratique.ch> In-Reply-To: <20131222140332.GA8080@annexia.org> References: <20131222140332.GA8080@annexia.org> X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: [Caml-list] Moving ocaml to github (as well) Le dimanche, 22 d=C3=A9cembre 2013 =C3=A0 15:03, Richard W.M. Jones a =C3= =A9crit : > (2) It's easy to run your own git repository with a web interface. > There is nothing magical that github provides here except free > bandwidth and someone who looks after security errata. True. I do that for my packages on erratique.ch using github only as a mirr= or.=20=20 But while I strive to make my development workflow as independent as possib= le from github, there's something hosting your own git repository won't sol= ve which is the collaboration aspects that github solves pretty well withou= t too much bureaucracy, across projects, using a good balance of email/web = interface. The issue tracker is actually the only one I have ever used that= is decent and watching/unwatching projects is a breeze -- it's not magic, = but it's very useful. I would welcome a distributed solution to these probl= ems but for the time being it doesn't exist.=20=20 As for github's fork/pull request model, it seems completely broken to me b= ut suffixing the url of a pull request with `.patch` gives you a file that = you can apply with `git am`, so I now let people interact with me that way = if it's easier for them.=20=20 > Having said that, I truly hate mantis with a passion ... Same here.=20=20 Daniel