Got it, thanks! I'll try your suggestion, Dawid.

On Sat, Jan 23, 2016 at 2:36 PM, Dawid Weiss <dawid.we...@gmail.com> wrote:
> If you're using github then yes, you will need to fork again and
> rebase any changes you may have. This can be done by having two
> origins locally (two "sources" of commits) -- one from the old clone,
> the second one from the new clone. Then you can rebase the branches or
> commits you wish and push them to the new clone.
>
> Dawid
>
>
> On Sat, Jan 23, 2016 at 9:55 AM, Daniel Gruno <humbed...@apache.org> wrote:
>> On 01/23/2016 09:53 AM, Shalin Shekhar Mangar wrote:
>>> Thanks Dawid and Daniel for all the work!
>>>
>>> One strange thing that I noticed is that my fork of apache/lucene-solr
>>> at https://github.com/shalinmangar/lucene-solr is now shown to be a
>>> fork of https://github.com/mdodsworth/lucene-solr. I have no idea who
>>> that guy is. What can we do to fix this?
>>
>> Nothing. This is GitHub's fallback method when the original repository
>> goes away as it did here (replaced with a new repo with a new history).
>> Since referring to the old repo which doesn't exist anymore would break
>> your copy, they have fallen back to another copy of it.
>>
>> Please re-fork.
>>
>> With regards,
>> Daniel.
>>
>>>
>>> On Sat, Jan 23, 2016 at 2:05 PM, Dawid Weiss <dawid.we...@gmail.com> wrote:
>>>> 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
>>>>
>>>
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>



-- 
Regards,
Shalin Shekhar Mangar.

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

Reply via email to