Warning

2019-09-02 Thread mmouer
Why isn’t this handled automatically when moving a project from a previous JDK(10 to 12)? I would think especially when doing a Clean & Build using the latest version of the IDE(10.0 to 11.1). I’ve just recently begun using an IDE and have experienced several similar  problems that I think shoul

RE: Does Netbeans cause changes so that Git/Source tree thinks the file has been modified?

2019-09-02 Thread Tommy Peterson
Thanks Jonathan. I was thinking about just using command line but maybe using Netbeans to connect to git would work too. From: Lister Jonathan Sent: Monday, September 02, 2019 11:21 AM To: Tommy Peterson ; users@netbeans.apache.org Subject: RE: Does Netbeans cause changes so that Git/Source t

RE: Does Netbeans cause changes so that Git/Source tree thinks the file has been modified?

2019-09-02 Thread Lister Jonathan
Hi Tommy, I also work with git in a team where other members use different operating systems and IDEs and I am the lone NetBeans user running on Windows 10. I have not experienced the problems that you mention with either NetBeans 8 or 11 (I currently use NB 11.1 all the time). One difference is

Does Netbeans cause changes so that Git/Source tree thinks the file has been modified?

2019-09-02 Thread Tommy Peterson
I have used Netbeans for years. But just recently within the last month I started using Netbeans 11. I started a new project where some developers use MACs, some Windows, and I think one uses Linux. We all use different editors. I am the only Netbeans user. We have a github repo that we all work to

Re: Nested SVN repositories in a project

2019-09-02 Thread Emilian Bold
It might have something to do with the fact that Apache NetBeans doesn't include SVNKit anymore and perhaps that library handled your usecase better. --emi On Mon, Sep 2, 2019 at 2:03 PM Markus Klein wrote: > > Dear community, > > I've just upgraded from Netbeans 8.2 to Netbeans 11.1. There is a

Nested SVN repositories in a project

2019-09-02 Thread Markus Klein
Dear community, I've just upgraded from Netbeans 8.2 to Netbeans 11.1. There is a change in the behaviour in case of nested SVN repositories. The use case is, I have several projects which all share the same CMS core. The core is a subfolder in the main project, and is represented by a separat