1. The content of the lucene-solr.git repository looks good!

2) PROBLEM. I can't push my own branch:

$ git co master -b git-check
$ [... committed a dummy commit ]
$ git push origin HEAD -u
fatal: remote error: access denied or repository not exported: /lucene-solr.git

3) Solr repo is still available for some reason, both as real git repo here:

git://git.apache.org/solr.git

and listed here:

https://git.apache.org/

Could I be seeing a mirror or something?

Dawid


On Sat, Jan 23, 2016 at 9:22 AM, Dawid Weiss <dawid.we...@gmail.com> wrote:
> Checking everything now -- that was fast Daniel!
> Dawid
>
>
> On Sat, Jan 23, 2016 at 9:05 AM, Daniel Gruno <humbed...@apache.org> wrote:
>> Just a heads up: Everything is working now and GitHub has caught up with
>> the new repository. You should be good to go :)
>>
>> With regards,
>> Daniel.
>>
>> On 01/23/2016 08:36 AM, Daniel Gruno wrote:
>>> On 01/23/2016 03:02 AM, Dawid Weiss wrote:
>>>> Hello Daniel,
>>>>
>>>> I've prepared everything for the migration and I hand it off to you (I
>>>> will be available in the morning, if you need assistance). I can also
>>>> log on to hipchat, but send me an e-mail if you wish me to.
>>>>
>>>> Here are the steps we kindly ask you to perform (I allowed myself to
>>>> uppercase certain things, apologies if it looks like shouting):
>>>>
>>>> 1) Permanently REMOVE the following git mirrors of SVN (reason: they
>>>> are obsolete and incorrect syncs, consolidated git repo contains full
>>>> history):
>>>>
>>>> git://git.apache.org/solr.git
>>> DONE
>>>
>>>> git://git.apache.org/lucene.git
>>> DONE
>>>>
>>>> 2) Notify (somehow) GitHub that these two repos have been removed
>>>> (they should not be available or visible on GitHub as well):
>>>>
>>>> https://github.com/apache/lucene
>>> DONE
>>>> https://github.com/apache/solr
>>> DONE
>>>
>>>>
>>>> 3) DISABLE svn syncing for the following git mirror:
>>>>
>>>> git://git.apache.org/lucene-solr.git
>>> DONE
>>>
>>>>
>>>> and then REPLACE it (wipe it clean) with the content of the following
>>>> consolidated repository:
>>>>
>>>> g...@github.com:dweiss/lucene-solr-svn2git.git
>>>>
>>>> I don't know how it looks from the backend's side, but this should
>>>> also work, if there are sufficient permissions:
>>>>
>>>> git clone g...@github.com:dweiss/lucene-solr-svn2git.git
>>>> git remote add apache git://git.apache.org/lucene-solr.git
>>>> git push --mirror apache
>>> We have our own methods, but nonetheless DONE. Please check that you
>>> have write-access to the new repo.
>>>>
>>>> 4) I don't know if we need to make GitHub aware of the replaced
>>>> content of the lucene-solr repo or if their syncing will handle this
>>>> automatically. It would be nice if they could catch up as quickly as
>>>> possible.
>>>
>>> As explained on the JIRA ticket, if we're lucky, this should happen
>>> automagically in about 20 minutes from now. If not, we'll have to wait
>>> 24 hours. Time will tell :)
>>>
>>> With regards,
>>> Daniel.
>>>
>>>>
>>>> In case of questions, problems or a successful import, please drop me
>>>> an e-mail. Oh, thank you for being so nice and helping us on your day
>>>> off -- much appreciated.
>>>>
>>>> Dawid
>>>>
>>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to