Re: Git status difference between build and command line

2020-05-20 Thread Neil C Smith
On Wed, 20 May 2020 at 17:58, George Brooks  wrote:
> It looks like the issue has been fixed in Windows!. I've tried both Netbeans 
> 11.3 & 12.0-beta4 with three different java versions (11.02, 11.04, 14). Each 
> of the six combinations showed the project's Diff to HEAD empty. The Windows 
> build here is 18363.778.

Well, if correct, that's oddly timely! :-)

The PR for JGit 5.5.1 was merged yesterday and will be in 12.0.

https://github.com/apache/netbeans/pull/2026

Think there was a bit of confusion here because of the 5.7.x PR
needing more looking at after freeze.

Best wishes,

Neil

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: Git status difference between build and command line

2020-05-20 Thread George Brooks
It looks like the issue has been fixed in Windows!. I've tried both
Netbeans 11.3 & 12.0-beta4 with three different java versions (11.02,
11.04, 14). Each of the six combinations showed the project's Diff to HEAD
empty. The Windows build here is 18363.778.

On a side note: I installed the released version 1.0 of Windows Terminal.
In PowerShell git status is nothing to commit. In WSL/Ubuntu, however, it
shows multiple files as changed. With the same version of Ubuntu in a
Hyper-V VM on this machine git status is nothing to commit. So the issue
has moved from Netbeans to Windows. Oh what fun!

George

On Sun, May 17, 2020 at 12:07 AM Peter Hull  wrote:

> On Sat, 16 May 2020 at 22:29, George Brooks 
> wrote:
> >
> > Looks like the pull request was closed without incorporation. 12.0-beta4
> remains at 5.5.0.
> >
> Closed because there was a later PR to update JGit all the way to
> 5.7.x. That's to fix another issue but it will solve this one as well.
> https://github.com/apache/netbeans/pull/2116
> Why it's not been merged, I can't say.
> Pete
>


-- 
George W Brooks
Truckee Solutions
530.414.5919


Re: Git status difference between build and command line

2020-05-16 Thread George Brooks
Looks like the pull request was closed without incorporation. 12.0-beta4
remains at 5.5.0.

George

On Fri, Apr 17, 2020 at 5:10 AM George Brooks 
wrote:

> Thanks. Looks promising.
>
>
>
> On Thu, Apr 16, 2020 at 11:07 PM Peter Hull  wrote:
>
>> On Thu, 16 Apr 2020 at 22:47, George Brooks 
>> wrote:
>> > org.eclipse.jgit [5.5.0 5.5.0.201909110433-r] remains in 12.0-beta3,
>> and so do the icons indicating modified files despite what git status says
>> at the command line.
>> Correct. There is a PR to update it:
>> https://github.com/apache/netbeans/pull/2026
>>
>
>
> --
> George W Brooks
> Truckee Solutions
> 530.414.5919
>


-- 
George W Brooks
Truckee Solutions
530.414.5919


Re: Git status difference between build and command line

2020-04-17 Thread George Brooks
Thanks. Looks promising.



On Thu, Apr 16, 2020 at 11:07 PM Peter Hull  wrote:

> On Thu, 16 Apr 2020 at 22:47, George Brooks 
> wrote:
> > org.eclipse.jgit [5.5.0 5.5.0.201909110433-r] remains in 12.0-beta3, and
> so do the icons indicating modified files despite what git status says at
> the command line.
> Correct. There is a PR to update it:
> https://github.com/apache/netbeans/pull/2026
>


-- 
George W Brooks
Truckee Solutions
530.414.5919


Re: Git status difference between build and command line

2020-04-16 Thread Peter Hull
On Thu, 16 Apr 2020 at 22:47, George Brooks  wrote:
> org.eclipse.jgit [5.5.0 5.5.0.201909110433-r] remains in 12.0-beta3, and so 
> do the icons indicating modified files despite what git status says at the 
> command line.
Correct. There is a PR to update it:
https://github.com/apache/netbeans/pull/2026

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: Git status difference between build and command line

2020-04-16 Thread George Brooks
Hi.

*org.eclipse.jgit [5.5.0 5.5.0.201909110433-r] *remains in 12.0-beta3, and
so do the icons indicating modified files despite what git status says at
the command line.

George

On Sat, Apr 11, 2020 at 1:27 AM Peter Hull  wrote:

> Hi George,
> I think it is this: https://issues.apache.org/jira/browse/NETBEANS-4005
> Can you see if that matches up to your situation?
> Pete
>
> On Thu, 9 Apr 2020 at 16:24, George Brooks 
> wrote:
> >
> > A PHP project in Netbeans 11.1 shows git status as "- nothing to commit,
> working directory clean". After building
> NetBeans-dev-20200408-f9b9f0698fa3-release, Netbeans Team->Diff->Diff to
> HEAD shows a set of files claimed to be modified. At the command line,
> however, git status continues to show "- nothing to commit, working
> directory clean."
> >
> > System is Windows 10, build 18363.720. Build created in a Ubuntu 18 VM,
> openjdk 11.0.6.
> >
> > Is this a bug or a configuration error on my part?
> >
> > g
>


-- 
George W Brooks
Truckee Solutions
530.414.5919


Re: Git status difference between build and command line

2020-04-11 Thread George Brooks
 IDE log shows "org.eclipse.jgit [5.5.0 5.5.0.201909110433-r]", so I assume
my situation matches.

George

On Sat, Apr 11, 2020 at 1:27 AM Peter Hull  wrote:

> Hi George,
> I think it is this: https://issues.apache.org/jira/browse/NETBEANS-4005
> Can you see if that matches up to your situation?
> Pete
>
> On Thu, 9 Apr 2020 at 16:24, George Brooks 
> wrote:
> >
> > A PHP project in Netbeans 11.1 shows git status as "- nothing to commit,
> working directory clean". After building
> NetBeans-dev-20200408-f9b9f0698fa3-release, Netbeans Team->Diff->Diff to
> HEAD shows a set of files claimed to be modified. At the command line,
> however, git status continues to show "- nothing to commit, working
> directory clean."
> >
> > System is Windows 10, build 18363.720. Build created in a Ubuntu 18 VM,
> openjdk 11.0.6.
> >
> > Is this a bug or a configuration error on my part?
> >
> > g
>


-- 
George W Brooks
Truckee Solutions
530.414.5919


Re: Git status difference between build and command line

2020-04-11 Thread Peter Hull
Hi George,
I think it is this: https://issues.apache.org/jira/browse/NETBEANS-4005
Can you see if that matches up to your situation?
Pete

On Thu, 9 Apr 2020 at 16:24, George Brooks  wrote:
>
> A PHP project in Netbeans 11.1 shows git status as "- nothing to commit, 
> working directory clean". After building 
> NetBeans-dev-20200408-f9b9f0698fa3-release, Netbeans Team->Diff->Diff to HEAD 
> shows a set of files claimed to be modified. At the command line, however, 
> git status continues to show "- nothing to commit, working directory clean."
>
> System is Windows 10, build 18363.720. Build created in a Ubuntu 18 VM, 
> openjdk 11.0.6.
>
> Is this a bug or a configuration error on my part?
>
> g

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Git status difference between build and command line

2020-04-09 Thread George Brooks
A PHP project in Netbeans 11.1 shows git status as "- nothing to commit,
working directory clean". After building
NetBeans-dev-20200408-f9b9f0698fa3-release, Netbeans Team->Diff->Diff to
HEAD shows a set of files claimed to be modified. At the command line,
however, git status continues to show "- nothing to commit, working
directory clean."

System is Windows 10, build 18363.720. Build created in a Ubuntu 18 VM,
openjdk 11.0.6.

Is this a bug or a configuration error on my part?

g