Hey Netbeans Devs, i'm using Netbeans 11 flawlessy for current eight of nine PHP projects which are open at the same time.
Starting with Netbeans 10? the last project I created from given source files, a directory where the Git repo is cloned into, will get corrupted every day from time to time. Sometimes it helps to close Netbeans, reopen it and the project is not corrupt. In other cases when the uncorrupted project was showing the source files, they disappear in the project tree. Additionally the name of the project changes to a part of its name. Since then Netbeans shows this project as corrupted, I can't edit it's properties and if I do I only get the resolve project conflicts window with nothing to solve.. All I see in the IDE-Log or any logs on my machine is: (when it was working before) »INFO [org.netbeans.modules.php.project.copysupport.CopySupport]: Copy support disabled for project without sources (vendor_packagename)« (after closing Netbeans and reopening it) »INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /home/thorsten/Repositories/vendor_packagename took: 86 ms (New or modified files: 4, Deleted files: 0) [Adding listeners took: 0 ms]« If that happens I really have to delete the whole local project and have to create a new one from sources until it gets corrupt in a few minutes or some days later. I haven't noticed anything more to provide debug information to you, so how I can find out the reason why this is happening all the time? P.S.: Netbeans states there are 4 new or modified files in the project, but git status says no nothing happend here. The other eight projects have 0 new/modified and deleted files.. Regards Thorsten
