Re: Netbeans Git Performance

2021-02-09 Thread Matthias Bläsing
Hi, Am Dienstag, den 09.02.2021, 07:42 -0600 schrieb Eric Bresie: > I’m not sure why working in Netbeans git should take any significant > time > more than command line version. I had a look at the profile and it is dominated by hashing and io operations. I saw a time difference of around 30s clo

AW: Netbeans Git Performance

2021-02-09 Thread Christian Lenz
DId you check your Windows Defender Settings? Maybe you can add the NetBeans Folder as an exclusion. Cheers Chris Von: Eric Bresie Gesendet: Dienstag, 9. Februar 2021 14:42 An: dev@netbeans.apache.org Betreff: Re: Netbeans Git Performance I’m on Windows 10 (Home) using Netbeans 12.2. I

Re: Netbeans Git Performance

2021-02-09 Thread Eric Bresie
t? > > > Cheers > > Chris > > > > Von: Eric Bresie > Gesendet: Freitag, 29. Januar 2021 00:51 > An: Netbeans Developer List > Betreff: Netbeans Git Performance > > I may have asked before but...Why is running git from the command line so > much faster c

AW: Netbeans Git Performance

2021-01-29 Thread Christian Lenz
Hey Eric, I know your Problem. Which operating System do you use? Maybe it is somehow related to that? Or maybe it is also related to not using git native but jgit? Cheers Chris Von: Eric Bresie Gesendet: Freitag, 29. Januar 2021 00:51 An: Netbeans Developer List Betreff: Netbeans Git

Netbeans Git Performance

2021-01-28 Thread Eric Bresie
I may have asked before but...Why is running git from the command line so much faster compared to doing so within Netbeans itself? I believe at the time the answer was "the git support using egit uses an very old version" and I believe there may have been a PR to update this, but as of 12.2 when