This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269942

Summary: IllegalStateException: Unknown status: [NEW_HEAD_WORKING_TREE]
Product: cnd Reporter: dholladay00
Component: Remote VCSAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228214
Attachments: stacktrace

Description dholladay00 2017-02-28 02:48:41 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Mac OS X

User Comments:
dholladay00: Having issues with remote git project.




Stacktrace: 
java.lang.IllegalStateException: Unknown status: [NEW_HEAD_WORKING_TREE]
   at org.netbeans.modules.git.remote.Annotator.annotateNameHtml(Annotator.java:571)
   at org.netbeans.modules.git.remote.FileInformation.annotateNameHtml(FileInformation.java:358)
   at org.netbeans.modules.git.remote.ui.diff.Setup.<init>(Setup.java:158)
   at org.netbeans.modules.git.remote.ui.diff.MultiDiffPanelController$RefreshNodesTask.getLocalToBaseSetups(MultiDiffPanelController.java:1464)
   at org.netbeans.modules.git.remote.ui.diff.MultiDiffPanelController$RefreshNodesTask.run(MultiDiffPanelController.java:1433)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 dholladay00 2017-02-28 02:48:43 UTC
Created attachment 163725 [details]
stacktrace
Comment 2 Alexander Simon 2017-03-22 16:04:38 UTC
It looks like your remote hos have unsupported git version.
Minimal git version is 1.7.9 
Please provide info about git version on remote host.
Does exception is repeated with fresh git version?