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
ant precommit is usually broken on windows whenever I try to run it, usually because of some failure checking Solr doc sources. I raised this issue a few months back and it got fixed briefly but only very briefly. ant precommit is essentially not an option for Windows developers at this time.

Re: ivy-versions broken in e3032dd3fcc

2018-03-02 Thread Ignacio Vera Sequeiros
Sorry about that! It is fixed now. I am pushing the commit from a windows machine and ant precommit is broken on windows. I did something silly when moving the patch to this computer. I surely need to improve this procedure! :) From: Dawid Weiss