Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Shalin Shekhar Mangar
Got it, thanks! I'll try your suggestion, Dawid. On Sat, Jan 23, 2016 at 2:36 PM, Dawid Weiss 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

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Dawid Weiss
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

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Daniel Gruno
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

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Dawid Weiss
Checking everything now -- that was fast Daniel! Dawid On Sat, Jan 23, 2016 at 9:05 AM, Daniel Gruno 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

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Daniel Gruno
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

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Shalin Shekhar Mangar
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? On

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Dawid Weiss
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

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Michael McCandless
Thank you Dawid and Daniel for all the hard work here!! Mike McCandless http://blog.mikemccandless.com On Sat, Jan 23, 2016 at 4:21 AM, Shalin Shekhar Mangar wrote: > Got it, thanks! I'll try your suggestion, Dawid. > > On Sat, Jan 23, 2016 at 2:36 PM, Dawid Weiss

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Steve Rowe
Thanks Dawid and Daniel! -- Steve www.lucidworks.com > On Jan 23, 2016, at 3:45 PM, Erick Erickson wrote: > > Indeed, thanks for your work Dawid and Daniel!! > > On Sat, Jan 23, 2016 at 1:34 AM, Michael McCandless > wrote: >> Thank you

RE: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Uwe Schindler
il.com] Sent: Saturday, January 23, 2016 10:38 PM To: Lucene-dev <dev@lucene.apache.org> Subject: Re: Apache Lucene/Solr GIT migration, requesting infra help The tiniest of nits: Could somebody update the Lucene and Solr web pages for the location of source code: https://lucene.apa

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Jack Krupansky
The tiniest of nits: Could somebody update the Lucene and Solr web pages for the location of source code: https://lucene.apache.org/core/developer.html http://lucene.apache.org/solr/resources.html Just to confirm, this really is the primary copy of the Lucene/Solr source code now, right?

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Dawid Weiss
> It is a bit stupid that the last commit in SVN was just reverted and not made > completely hidden. I would have synced up the converted repo only up to the > revision before the final *delete all* commit instead of reverting it. I did this intentionally. This way SVN history and git history

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Anshum Gupta
Thanks Dawid and Daniel for all the effort! On Sat, Jan 23, 2016 at 2:40 PM, Dawid Weiss wrote: > > is the official repo here: > > https://github.com/apache/lucene-solr/tree/releases/lucene-solr/5.4.1 > > or > > >

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Erick Erickson
Indeed, thanks for your work Dawid and Daniel!! On Sat, Jan 23, 2016 at 1:34 AM, Michael McCandless wrote: > Thank you Dawid and Daniel for all the hard work here!! > > Mike McCandless > > http://blog.mikemccandless.com > > > On Sat, Jan 23, 2016 at 4:21 AM, Shalin

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Dawid Weiss
> is the official repo here: > https://github.com/apache/lucene-solr/tree/releases/lucene-solr/5.4.1 > or > https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;a=commit;h=f54d853a3c3a2ddcf24ee7e2c837dc4d403bc0b0 With git it does not technically matter which the "official" repo is -- all the

RE: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-23 Thread Uwe Schindler
t; <humbed...@apache.org> > Subject: Re: Apache Lucene/Solr GIT migration, requesting infra help > > Thanks Dawid and Daniel! > > -- > Steve > www.lucidworks.com > > > On Jan 23, 2016, at 3:45 PM, Erick Erickson <erickerick...@gmail.com> > wrote: > >

Re: Apache Lucene/Solr GIT migration, requesting infra help

2016-01-22 Thread Daniel Gruno
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

Apache Lucene/Solr GIT migration, requesting infra help

2016-01-22 Thread Dawid Weiss
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