From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 8A8F1BBC1 for ; Sun, 20 Apr 2008 23:12:32 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAFVOC0jAXQIm/2dsb2JhbACpDA X-IronPort-AV: E=Sophos;i="4.25,686,1199660400"; d="scan'208";a="9809771" Received: from discorde.inria.fr ([192.93.2.38]) by mail2-smtp-roc.national.inria.fr with ESMTP; 20 Apr 2008 23:12:32 +0200 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m3KLCWpr006217 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Sun, 20 Apr 2008 23:12:32 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApICAFVOC0hQW+UCgWdsb2JhbACRVwEBECaWfQ X-IronPort-AV: E=Sophos;i="4.25,686,1199660400"; d="scan'208";a="11160377" Received: from main.gmane.org (HELO ciao.gmane.org) ([80.91.229.2]) by mail1-smtp-roc.national.inria.fr with ESMTP; 20 Apr 2008 23:12:31 +0200 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jngpp-0004G4-BN for caml-list@inria.fr; Sun, 20 Apr 2008 21:12:29 +0000 Received: from ks300734.kimsufi.com ([91.121.65.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Apr 2008 21:12:29 +0000 Received: from sylvain by ks300734.kimsufi.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Apr 2008 21:12:29 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sylvain Le Gall Subject: Re: forge.OCamlCore.org is now ready to serve the OCaml community Date: Sun, 20 Apr 2008 21:12:22 +0000 (UTC) Message-ID: References: <20080417070904.GA27179@aquarium.takhisis.invalid> <480B6C68.6060805@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ks300734.kimsufi.com User-Agent: slrn/0.9.8.1pl2 (Debian) Sender: news X-Miltered: at discorde with ID 480BB1C0.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; le-gall:01 ocaml:01 cvs:01 cvs:01 bug:01 tarball:01 scm:98 scm:98 wrote:01 func:01 data:02 caml:02 module:03 repository:03 hint:04 On 20-04-2008, Xavier Leroy wrote: >> **OCamlCore.org is ready!** > > Nice work! > > Here is a related question, not specific to Caml but common to all > Gforge-like services. Assuming I'd like to transfer an existing > development to an OCamlCore.org project (I'm thinking of SpamOracle), > is there any way to import my existing CVS repository as a whole, > without losing the history of the project? I couldn't find any hint > on how to do this in the gforge.org documentation. > There is no description because this is hackish ;-) * create a project with SCM = CVS, * copy your module/CVSROOT data to your /cvsroot/spamoracle/ using scp, * fix rights (you can ssh to the CVS host) * enjoy using the forge. This should also work with SVN (svnadmin load). Since i am not sure of what i am saying, i propose to test this and write a little documentation. Just create the project spamoracle asking a CVS SCM and submit a bug to "Site admin" with the tarball of what you want to inject. I will take care of doing it myself: http://forge.ocamlcore.org/tracker/?atid=101&group_id=1&func=browse Regards, Sylvain Le Gall