Re: NetBeans and Git

2018-03-11 Thread Emilian Bold
I agree with John. Most likely a "compile on save" / "files watching" problem than something Git related. --emi ‐‐‐ Original Message ‐‐‐ On 10 March 2018 8:12 PM, John Muczynski wrote: > Hi Owen, > > I see Brett is posting about the git portion of your questions.  I'll try to > answ

Re: NetBeans and Git

2018-03-10 Thread Owen Thomas
Hello John, Brett, and NetBeans users. Netbeans is installed on my Dell Latitude E5570 laptop running Ubuntu 16.04. The replies you have given me have given me some worthwhile leads. Although the problem is annoying, it appears that post-checkout massaging has worked up to now. I am managing about

Re: NetBeans and Git

2018-03-10 Thread John Muczynski
Hi Owen, I see Brett is posting about the git portion of your questions. I'll try to answer some of the others. > I observe some compilation errors. > Is something being cached I also get this symptom when making changes to a large number of files in a project. I think the root of the issue may

Re: NetBeans and Git

2018-03-10 Thread Brett Ryan
We would need to know more about your environment to help. Is it possible to share your codebase when the problem occurs provided it is not private? If you install git [1] and use the cli (git-bash) by issuing `git status` in the project path, what do you observe? [1]: https://git-scm.com/ >