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 mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id A408D7EEAF for ; Thu, 17 Jan 2013 18:22:27 +0100 (CET) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of anil@recoil.org) identity=pra; client-ip=89.16.177.154; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="anil@recoil.org"; x-sender="anil@recoil.org"; x-conformance=sidf_compatible Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of anil@recoil.org) identity=mailfrom; client-ip=89.16.177.154; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="anil@recoil.org"; x-sender="anil@recoil.org"; x-conformance=sidf_compatible Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@dark.recoil.org) identity=helo; client-ip=89.16.177.154; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="anil@recoil.org"; x-sender="postmaster@dark.recoil.org"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuwBALMx+FBZELGagWdsb2JhbABEvjsOAQEWJieCHgEBBAEnUgULC0ZXBhOIEwoIumuQV2EDlgyBHJIi X-IronPort-AV: E=Sophos;i="4.84,486,1355094000"; d="scan'208";a="190437005" Received: from recoil.dh.bytemark.co.uk (HELO dark.recoil.org) ([89.16.177.154]) by mail1-smtp-roc.national.inria.fr with SMTP; 17 Jan 2013 18:22:26 +0100 Received: (qmail 12620 invoked by uid 634); 17 Jan 2013 17:22:26 -0000 X-Spam-Level: * X-Spam-Check-By: dark.recoil.org Received: from volstagg-0.srg.cl.cam.ac.uk (HELO [10.0.0.83]) (128.232.32.232) (smtp-auth username remote@recoil.org, mechanism cram-md5) by dark.recoil.org (qpsmtpd/0.84) with ESMTPA; Thu, 17 Jan 2013 17:22:26 +0000 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) From: Anil Madhavapeddy In-Reply-To: <50F831B6.6020404@frisch.fr> Date: Thu, 17 Jan 2013 17:22:30 +0000 Cc: Thomas Gazagnaire , OCaml mailing-list , Mirage List Content-Transfer-Encoding: quoted-printable Message-Id: <224865B3-055C-4E03-AA42-9F962AD516D7@recoil.org> References: <6833F17C-B642-4ED9-8C8F-2665A9742845@ocamlpro.com> <50F831B6.6020404@frisch.fr> To: Alain Frisch X-Mailer: Apple Mail (2.1499) X-Virus-Checked: Checked by ClamAV on dark.recoil.org Subject: Re: [Caml-list] [ANN] beta-release of OPAM I added `opam switch 4.01.0dev+trunk` recently, which will grab the latest = trunk snapshot. To reinstall it and refresh to a newer snapshot, just do `opam switch reins= tall 4.01.0dev+trunk`, which will also attempt to recompile any packages yo= u had in there before. It's also pretty easy to add your own branches; see https://github.com/OCamlPro/opam-repository/blob/master/compilers/4.01.0dev= %2Btrunk.comp ...for the trunk description, and there are several others out there. Pierre is maintaining his various optimisation patches in his repository as= an example, so you can see how to maintain custom branches as normal OPAM = remotes (just like for packages). https://github.com/chambart/opam-compilers-repository Note that SVN isn't directly supported by OPAM (only Darcs and Git), so all= of these are using the SVN->Git mirror at http://github.com/ocaml/ocaml, w= hich is updated every hour via our friendly double-humped Bactrian Github b= ot. Let us know how you get along with this! -anil On 17 Jan 2013, at 17:15, Alain Frisch wrote: > Hi Thomas, >=20 > Is there a way to tell OPAM to install from INRIA's SVN repository (eithe= r the trunk or a specific branch), and to update on demand? >=20 > Alain >=20