You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by Nick Wellnhofer <we...@aevum.de> on 2012/10/15 19:47:05 UTC

[lucy-dev] Git migration started

According to INFRA, the SVN repo should be read-only now. So please don't try to push anything to SVN for the time being.

A git repo on git-wip-us.apache.org has been created:

    # Non Committers
    $ git clone http://git-wip-us.apache.org/repos/asf/lucy.git

    # Committers
    $ git clone https://git-wip-us.apache.org/repos/asf/lucy.git

See the following page to get started: https://git-wip-us.apache.org

Everyone, please check that Git tree cf5f3dfdf21af6f34a035b74fdc3a136d9b5f548 is an acceptable starting point for the new master branch.

The full output of 'git show-ref' after an initial checkout on my machine is:

cf5f3dfdf21af6f34a035b74fdc3a136d9b5f548 refs/heads/master
89cb1a6dd529940ac9ef065fc1ed4f00d64376c2 refs/remotes/origin/0.1
28f6f3655e8c3011de3b8885c65ee588fd278f66 refs/remotes/origin/0.2
44ba0e13b0794811d6ee4efcda8926317ba51d83 refs/remotes/origin/0.3
cf5f3dfdf21af6f34a035b74fdc3a136d9b5f548 refs/remotes/origin/HEAD
557136d9199cf8163afdb5ff17c7e7b0864f7d14 refs/remotes/origin/LUCY-215-cf-extensions
8ca9b0596a2d95ab82434238cde0b987bf482eb8 refs/remotes/origin/LUCY-234-struct-ABI
cf5f3dfdf21af6f34a035b74fdc3a136d9b5f548 refs/remotes/origin/master
85b94a286e10c0cb628e89a6b47fb3d4fe3bc547 refs/tags/apache-lucy-0.3.1
5dabe13f1fa29a25e18c0739bbdb60fc56272e8e refs/tags/apache-lucy-0.3.1-rc1
fdc11386619666ca92239c725668cca7e8cb6c6c refs/tags/apache-lucy-0.3.1-rc2
0248cf644da2f1fbba3403aecc7f148d34441e4b refs/tags/apache-lucy-0.3.2
421316294bf0c274194c50feb7e9b0073a2bdf39 refs/tags/apache-lucy-0.3.2-rc1
bb112f11bb8205b0aab2cf497735b67fbc6e69c8 refs/tags/apache-lucy-incubating-0.1.0-rc1
d76e5f3f524002c4b6ac607383424e15903a03a4 refs/tags/apache-lucy-incubating-0.1.0-rc2
c339378eb9699d584e99afdd0f29cac97212184a refs/tags/apache-lucy-incubating-0.1.0-rc3
40eeb98455b9a923510ef0c4e0f9a673c948f462 refs/tags/apache-lucy-incubating-0.2.0
21b5d989a70ffbef52e4392a85aa394f79556125 refs/tags/apache-lucy-incubating-0.2.0-rc1
8e56af80ff7cd37d8b12217eaea68f62f4a243b1 refs/tags/apache-lucy-incubating-0.2.0-rc2
9d0f42fd5574afc7e0e8a1ce0af0a92878c96484 refs/tags/apache-lucy-incubating-0.2.0-rc3
02052b86d3938743f8d010415068f0647bcb2d33 refs/tags/apache-lucy-incubating-0.2.1
41e179fd6e418c3b9649eb299a8514da37dea332 refs/tags/apache-lucy-incubating-0.2.1-rc1
d05e106bcab9624ade9bd1cded749b8b0a64ee31 refs/tags/apache-lucy-incubating-0.2.2
995235305f2ff5d44f1266020876fd6123b293db refs/tags/apache-lucy-incubating-0.2.2-rc1
bae0f00d14d8957228b8f57e92dbb3515690a1bc refs/tags/apache-lucy-incubating-0.3.0
5d9b53a81ce0c0145a9f32b67bb0feb6eb1d23ba refs/tags/apache-lucy-incubating-0.3.0-rc1

The new Git repo should be read-only for now, until we give a go-ahead. If I don't hear any objections in the next 72 hours, I'll give our OK to INFRA to complete the migration by making the new Git repo writable.

Nick


Re: [lucy-dev] Git migration started

Posted by Nick Wellnhofer <we...@aevum.de>.
On Oct 23, 2012, at 18:56 , Kurt Starsinic <ks...@gmail.com> wrote:

> On Tue, Oct 23, 2012 at 12:36 PM, Nick Wellnhofer <we...@aevum.de> wrote:
>> On 23/10/2012 18:12, Kurt Starsinic wrote:
>>> 
>>> When I try to clone the repo, I get a 405:
>>> $ git clone http://git-wip-us.apache.org/repos/asf/lucy.git
>>> Cloning into lucy...
>>> error: RPC failed; result=22, HTTP code = 405
>>> fatal: The remote end hung up unexpectedly
>>> 
>>> Any ideas?
>> 
>> I think it's related to libcurl and redirects. The https link might work.
> 
> Thanks, I wasn't able to get http working even after multiple tries,
> but https worked right away.

The http link simply redirects to the https version. I think it's best to remove the http link from our documentation.

Nick


Re: [lucy-dev] Git migration started

Posted by Kurt Starsinic <ks...@gmail.com>.
On Tue, Oct 23, 2012 at 12:36 PM, Nick Wellnhofer <we...@aevum.de> wrote:
> On 23/10/2012 18:12, Kurt Starsinic wrote:
>>
>> When I try to clone the repo, I get a 405:
>> $ git clone http://git-wip-us.apache.org/repos/asf/lucy.git
>> Cloning into lucy...
>> error: RPC failed; result=22, HTTP code = 405
>> fatal: The remote end hung up unexpectedly
>>
>> Any ideas?
>
> I think it's related to libcurl and redirects. The https link might work.

Thanks, I wasn't able to get http working even after multiple tries,
but https worked right away.

- Kurt

Re: [lucy-dev] Git migration started

Posted by Nick Wellnhofer <we...@aevum.de>.
On 23/10/2012 18:12, Kurt Starsinic wrote:
> When I try to clone the repo, I get a 405:
> $ git clone http://git-wip-us.apache.org/repos/asf/lucy.git
> Cloning into lucy...
> error: RPC failed; result=22, HTTP code = 405
> fatal: The remote end hung up unexpectedly
>
> Any ideas?
I think it's related to libcurl and redirects. The https link might work.

Nick


Re: [lucy-dev] Git migration started

Posted by Marvin Humphrey <ma...@rectangular.com>.
On Tue, Oct 23, 2012 at 9:12 AM, Kurt Starsinic <ks...@gmail.com> wrote:

> When I try to clone the repo, I get a 405:
> $ git clone http://git-wip-us.apache.org/repos/asf/lucy.git
> Cloning into lucy...
> error: RPC failed; result=22, HTTP code = 405
> fatal: The remote end hung up unexpectedly
>
> Any ideas?

I'd suggest trying again after an interval.  It worked for me just now:

marvin@knut:~/projects $ git clone
http://git-wip-us.apache.org/repos/asf/lucy.git
Cloning into 'lucy'...
remote: Counting objects: 29054, done.
remote: Compressing objects: 100% (6351/6351), done.
remote: Total 29054 (delta 21715), reused 29013 (delta 21694)
Receiving objects: 100% (29054/29054), 4.42 MiB | 365 KiB/s, done.
Resolving deltas: 100% (21715/21715), done.
marvin@knut:~/projects $

Marvin Humphrey

Re: [lucy-dev] Git migration started

Posted by Kurt Starsinic <ks...@gmail.com>.
On Sun, Oct 21, 2012 at 7:17 AM, Nick Wellnhofer <we...@aevum.de> wrote:
> On Oct 15, 2012, at 19:47 , Nick Wellnhofer <we...@aevum.de> wrote:
>
>> The new Git repo should be read-only for now, until we give a go-ahead. If I don't hear any objections in the next 72 hours, I'll give our OK to INFRA to complete the migration by making the new Git repo writable.
>
> The Git repo is now writable. I already made a first commit. See the web interface:
>
> http://git-wip-us.apache.org/repos/asf/lucy.git

When I try to clone the repo, I get a 405:
$ git clone http://git-wip-us.apache.org/repos/asf/lucy.git
Cloning into lucy...
error: RPC failed; result=22, HTTP code = 405
fatal: The remote end hung up unexpectedly

Any ideas?

- Kurt

> Our custom commit message subject doesn't seem to work yet:
>
> http://mail-archives.apache.org/mod_mbox/lucy-commits/201210.mbox/%3c20121020225209.514854570F@tyr.zones.apache.org%3e
>
> I'll see if INFRA can change that.
>
> On the SVN side, only directories 'site' and 'board' should be writable now.
>
> Nick
>

Re: [lucy-dev] Git migration started

Posted by Nick Wellnhofer <we...@aevum.de>.
On Oct 15, 2012, at 19:47 , Nick Wellnhofer <we...@aevum.de> wrote:

> The new Git repo should be read-only for now, until we give a go-ahead. If I don't hear any objections in the next 72 hours, I'll give our OK to INFRA to complete the migration by making the new Git repo writable.

The Git repo is now writable. I already made a first commit. See the web interface:

http://git-wip-us.apache.org/repos/asf/lucy.git

Our custom commit message subject doesn't seem to work yet:

http://mail-archives.apache.org/mod_mbox/lucy-commits/201210.mbox/%3c20121020225209.514854570F@tyr.zones.apache.org%3e

I'll see if INFRA can change that.

On the SVN side, only directories 'site' and 'board' should be writable now.

Nick


Re: [lucy-dev] Git migration started

Posted by "David E. Wheeler" <da...@justatheory.com>.
On Oct 15, 2012, at 10:47 AM, Nick Wellnhofer <we...@aevum.de> wrote:

> A git repo on git-wip-us.apache.org has been created:
> 
>    # Non Committers
>    $ git clone http://git-wip-us.apache.org/repos/asf/lucy.git
> 
>    # Committers
>    $ git clone https://git-wip-us.apache.org/repos/asf/lucy.git

Awesome, very happy about this, it will make contribution even easier for folks

Does this also mirror to the GitHub repository? We should advertise that one on the site, as well, as it provides an even lower barrier to entry for many folks.

David


Re: [lucy-dev] Git migration started

Posted by Marvin Humphrey <ma...@rectangular.com>.
On Mon, Oct 15, 2012 at 10:47 AM, Nick Wellnhofer <we...@aevum.de> wrote:
> A git repo on git-wip-us.apache.org has been created:
>
>     # Non Committers
>     $ git clone http://git-wip-us.apache.org/repos/asf/lucy.git
>
>     # Committers
>     $ git clone https://git-wip-us.apache.org/repos/asf/lucy.git
>
> See the following page to get started: https://git-wip-us.apache.org
>
> Everyone, please check that Git tree
> cf5f3dfdf21af6f34a035b74fdc3a136d9b5f548 is an acceptable starting point for
> the new master branch.

I see that `trunk` was renamed to `master` per request -- good.

Using `diff -ur` to compare git tags and branches against svn exports, I
verified that all branches and all tags produce identical code trees in the
two repositories -- with the inconsequential exception of some missing empty
directories here and there.

I then went back and spot-checked the history of the `master` branch.  The
full history seems to be there -- everything since we became a TLP, everything
from incubation and everything from the Lucene subproject days.

Looks good to me!

Marvin Humphrey