Re: ivy-versions broken in e3032dd3fcc

2018-03-03 Thread Dawid Weiss
> I use git for many projects and most of them don't require that, so it > leaves me at a bit of a disadvantage. Not really. It puts you in a hazardous position to have a source control system that changes file for you without letting you know. I am a Windows user as well. I learnt about this

Re: ivy-versions broken in e3032dd3fcc

2018-03-02 Thread Shawn Heisey
On 3/2/2018 3:24 PM, Karl Wright wrote: > Just tried this. > Had to delete my entire local repo.  And now I can't rebuild it either > -- the standard git clone command gets an SSL error. If you are cloning from github, this is happening because they no longer accept TLSv1.0 or TLSv1.1, they

Re: ivy-versions broken in e3032dd3fcc

2018-03-02 Thread Karl Wright
The instructions here are no longer valid, FWIW: https://lucene.apache.org/core/developer.html Karl On Fri, Mar 2, 2018 at 5:24 PM, Karl Wright wrote: > Just tried this. > Had to delete my entire local repo. And now I can't rebuild it either -- > the standard git clone

Re: ivy-versions broken in e3032dd3fcc

2018-03-02 Thread Karl Wright
Just tried this. Had to delete my entire local repo. And now I can't rebuild it either -- the standard git clone command gets an SSL error. :-( Offline until further notice. Karl On Fri, Mar 2, 2018 at 4:54 PM, Karl Wright wrote: > I use git for many projects and most

Re: ivy-versions broken in e3032dd3fcc

2018-03-02 Thread Karl Wright
I use git for many projects and most of them don't require that, so it leaves me at a bit of a disadvantage. Karl On Fri, Mar 2, 2018 at 4:01 PM, Dawid Weiss wrote: > > ant precommit is essentially not an option for Windows developers > > I'm on Windows (and in Linux)

Re: ivy-versions broken in e3032dd3fcc

2018-03-02 Thread Dawid Weiss
> ant precommit is essentially not an option for Windows developers I'm on Windows (and in Linux) and I'm able to use it. Just tell git to not alter anything in the checkout (line endings). Dawid - To unsubscribe, e-mail:

RE: ivy-versions broken in e3032dd3fcc

2018-03-02 Thread Uwe Schindler
ail: u...@thetaphi.de From: Karl Wright [mailto:daddy...@gmail.com] Sent: Friday, March 2, 2018 2:51 PM To: Lucene/Solr dev <dev@lucene.apache.org> Cc: Ignacio Vera <iv...@apache.org> Subject: Re: ivy-versions broken in e3032dd3fcc ant precommit is usually broken on windows whe

Re: ivy-versions broken in e3032dd3fcc

2018-03-02 Thread Karl Wright
this computer. > > > I surely need to improve this procedure! :) > > > > -- > *From:* Dawid Weiss <dawid.we...@gmail.com> > *Sent:* Friday, March 2, 2018 10:55:57 AM > *To:* dev@lucene.apache.org; Ignacio Vera > *Subject:* ivy-versi

Re: ivy-versions broken in e3032dd3fcc

2018-03-02 Thread Ignacio Vera Sequeiros
.we...@gmail.com> Sent: Friday, March 2, 2018 10:55:57 AM To: dev@lucene.apache.org; Ignacio Vera Subject: ivy-versions broken in e3032dd3fcc Ignacio, I think you broke ivy-versions on master with your latest commit. I'd fix it, but for some reasons branch_7x seems to be fine so it wasn't a

ivy-versions broken in e3032dd3fcc

2018-03-02 Thread Dawid Weiss
Ignacio, I think you broke ivy-versions on master with your latest commit. I'd fix it, but for some reasons branch_7x seems to be fine so it wasn't a cherry pick -- please see into it (and run ant precommit before you push! :). D.