Return-Path: X-Original-To: apmail-infrastructure-dev-archive@minotaur.apache.org Delivered-To: apmail-infrastructure-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 AC822366D for ; Mon, 2 May 2011 14:32:50 +0000 (UTC) Received: (qmail 10315 invoked by uid 500); 2 May 2011 14:32:50 -0000 Delivered-To: apmail-infrastructure-dev-archive@apache.org Received: (qmail 10150 invoked by uid 500); 2 May 2011 14:32:49 -0000 Mailing-List: contact infrastructure-dev-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: infrastructure-dev@apache.org Delivered-To: mailing list infrastructure-dev@apache.org Received: (qmail 10142 invoked by uid 99); 2 May 2011 14:32:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 14:32:49 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 209.85.212.50 as permitted sender) Received: from [209.85.212.50] (HELO mail-vw0-f50.google.com) (209.85.212.50) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 14:32:44 +0000 Received: by vws14 with SMTP id 14so5820581vws.23 for ; Mon, 02 May 2011 07:32:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=p1cNb0PkEeR0T7iFCkvojVS3AMBILTmIMbW/lfMHkqE=; b=n/tNvFZtTlHSxs1OA3iklM7pgsGF/Xc6gIDHanHLwxs+QukVSrF+MbUOVxNt6/psjo Hu5MEer077OgiOSNQXFY59zeIH/x3OkTZOUQVJIlKFQXczkYznAFzgsg0K/hmIbRyFRc 8k3BLi/FOYwpboMB1ryv6xfAibsa+BGvnG7eM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=vSxhE3KeUKfx/OiTs3kAEyuMsHRDvLV0+BxOIYIeuDQ1rfeWUvxYXoKxvAgRsdbLj8 Si92KlB75wyNGsrI4BfRgfbztCXwGXygP2weAkBjTNT1FXf3EVtNbOookcLmzs115/5i bOubruaUWAj7tgR20lLAEUowDVko9PyIRx300= Received: by 10.52.169.135 with SMTP id ae7mr2726949vdc.79.1304346743792; Mon, 02 May 2011 07:32:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.114.228 with HTTP; Mon, 2 May 2011 07:32:03 -0700 (PDT) In-Reply-To: References: From: Jukka Zitting Date: Mon, 2 May 2011 16:32:03 +0200 Message-ID: Subject: Re: lucene.net.git is point to the wrong/old repo. To: infrastructure-dev@apache.org, Michael Herndon Content-Type: text/plain; charset=ISO-8859-1 Hi, On Tue, Apr 26, 2011 at 7:51 PM, Michael Herndon wrote: > Would it be possible to get the git mirror to reflect that or at least > create a new mirror for the lucene.net repo that is under incubator? Unfortunately our mirroring scripts can't handle an svn move that wasn't done as a single commit (svn move .../lucene/lucene.net .../incubator/lucene.net), so I'll need to recreate the mirror. If and when you move back to Lucene or to a TLP, I suggest you move the full svn tree in a single commit. Do you still need the old mirror repository, or is it OK if I simply replace it with the newly created one? BR, Jukka Zitting