Return-Path: X-Original-To: apmail-metamodel-dev-archive@minotaur.apache.org Delivered-To: apmail-metamodel-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B45DB10B1D for ; Wed, 10 Jul 2013 18:11:41 +0000 (UTC) Received: (qmail 72159 invoked by uid 500); 10 Jul 2013 18:11:41 -0000 Delivered-To: apmail-metamodel-dev-archive@metamodel.apache.org Received: (qmail 72131 invoked by uid 500); 10 Jul 2013 18:11:39 -0000 Mailing-List: contact dev-help@metamodel.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@metamodel.incubator.apache.org Delivered-To: mailing list dev@metamodel.incubator.apache.org Received: (qmail 72120 invoked by uid 99); 10 Jul 2013 18:11:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 18:11:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of henry.saputra@gmail.com designates 209.85.223.177 as permitted sender) Received: from [209.85.223.177] (HELO mail-ie0-f177.google.com) (209.85.223.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 18:11:31 +0000 Received: by mail-ie0-f177.google.com with SMTP id aq17so15828446iec.22 for ; Wed, 10 Jul 2013 11:11:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZpAI3SegZOlPMOzF3Ir46UvePydIo8RzMw6s2GCsECs=; b=m+HvB6IcLsDwycVrM9zp3Jkv9tPGbSgYFRNmFv8qS0+YmIcILtVWUmSMEbefOEmikA bKVXF/bInGV59tKY5vbfSe9ETZ+4eJWyJv5XNOgZ4kh4ggaN5zV3zbMIhOw3j73/tSNB lQI37IQbDZKdjkl9OZuRgCjVDI5a1vKNUCuZM4fk8wL0S42Ourvpu6SomU32IQS8CnHJ ywpdO5qAdMo9aBlWgztvubF6QEBKmGMFX4wWZBCE0vVJN0A3Gtiogu2i0g5K63JcTSZJ EU5nOGOz+Ui7hMr+Vb1XdwsnE37JhPGXpY2ZHV/8K/xhxL4XR8JinIrUfVvGezi3wrZz 1UlA== MIME-Version: 1.0 X-Received: by 10.50.23.8 with SMTP id i8mr36101013igf.42.1373479870191; Wed, 10 Jul 2013 11:11:10 -0700 (PDT) Received: by 10.65.14.196 with HTTP; Wed, 10 Jul 2013 11:11:10 -0700 (PDT) In-Reply-To: References: Date: Wed, 10 Jul 2013 11:11:10 -0700 Message-ID: Subject: Re: How can I add metamodel svn repo to http://svn.apache.org/repos/asf/incubator without checking out the whole top level dir? From: Henry Saputra To: "dev@metamodel.incubator.apache.org" Content-Type: multipart/alternative; boundary=089e01538794c4e00a04e12c3387 X-Virus-Checked: Checked by ClamAV on apache.org --089e01538794c4e00a04e12c3387 Content-Type: text/plain; charset=UTF-8 I think ASF member should have access according to https://www.apache.org/dev/infra-contact#requesting-podling We do use git for source control but we need svn repo to hold the site using CMS (underneath it is using svnpubsub) - Henry On Wed, Jul 10, 2013 at 12:49 AM, Arvind Prabhakar wrote: > Hi Henry, > > I don't think you would have commit privileges at the incubator level SVN > repository and anything created there should be done via infra. > > One question though - why do we need this if the project is using git as > its primary SCM system? > > Regards, > Arvind Prabhakar > > On Tue, Jul 9, 2013 at 10:33 AM, Henry Saputra >wrote: > > > Hi Guys, > > > > I am trying to add svn repo for metamodel in > > > > http://svn.apache.org/repos/asf/incubator/ > > > > as our site CMS directory however when I tried to do svn co I got > message: > > > > svn co https://svn.apache.org/repos/asf/incubator > > svn: Repository moved permanently to 'https://svn.apache.org/repos/asf'; > > please relocate > > > > so looks like I need to checkout the whole > > https://svn.apache.org/repos/asfwhich is huge. > > > > What is the other way to create directory in > > https://svn.apache.org/repos/asf/incubator without pulling the whole > > parent > > directory? > > > > Thnaks, > > > > Henry > > > --089e01538794c4e00a04e12c3387--