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 "feature" the hard way a
few times when git messed up text files that it shouldn't have touched
(they were signed, were processed by tools not comfortable with
Windows line endings, were in ascii range, but not text files... lots
of different scenarios).

You're making your life harder if you allow git to modify your
checkout files. Once you spend a few hours trying to figure out why
something is not working as expected (as in this case when signatures
are no longer matching -- which they should not), you start to
appreciate having an identical checkout as everyone else.

Dawid

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



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 require TLSv1.2.

I ran into this problem with Git for Windows version 1.9.5preview. 
Upgrading to the latest, 2.16.2, fixed it.

Thanks,
Shawn


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



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 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 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) and I'm able to use it. Just tell git to
>>> not alter anything in the checkout (line endings).
>>>
>>> Dawid
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>>
>>>
>>
>


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 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) and I'm able to use it. Just tell git to
>> not alter anything in the checkout (line endings).
>>
>> Dawid
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>
>>
>


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) and I'm able to use it. Just tell git to
> not alter anything in the checkout (line endings).
>
> Dawid
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>


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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



RE: ivy-versions broken in e3032dd3fcc

2018-03-02 Thread Uwe Schindler
Hi,

 

You should configure GIT to use UNIX line endings. That’s what I have in mind. 
Otherwise precommit works fine on Windows. No idea what you problem could be.

 

Uwe

 

-

Uwe Schindler

Achterdiek 19, D-28357 Bremen

http://www.thetaphi.de <http://www.thetaphi.de/> 

eMail: 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 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.

 

Karl

 

 

On Fri, Mar 2, 2018 at 5:47 AM, Ignacio Vera Sequeiros <iv...@eso.org 
<mailto:iv...@eso.org> > wrote:

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 <dawid.we...@gmail.com <mailto:dawid.we...@gmail.com> >
Sent: Friday, March 2, 2018 10:55:57 AM
To: dev@lucene.apache.org <mailto: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 cherry pick -- please see into it (and run ant precommit
before you push! :).

D.

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

 



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.

Karl


On Fri, Mar 2, 2018 at 5:47 AM, Ignacio Vera Sequeiros <iv...@eso.org>
wrote:

> 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 <dawid.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 cherry pick -- please see into it (and run ant precommit
> before you push! :).
>
> D.
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>


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 <dawid.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 cherry pick -- please see into it (and run ant precommit
before you push! :).

D.

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



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.

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