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 218329 - [73cat] File status wrongly reported as D/A
Summary: [73cat] File status wrongly reported as D/A
Status: RESOLVED INCOMPLETE
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 22:35 UTC by misterm
Modified: 2012-09-15 17:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-09-13 22:35:33 UTC
This happened recently: all files in my bitbucket project are now marked as D/A [Deleted/Added], even though I haven't touched them. Not sure what impact this might cause.

Product Version = NetBeans IDE Dev (Build 20120903-b205afccf642)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_01
Runtime = Java HotSpot(TM) 64-Bit Server VM 21.1-b02
Comment 1 Ondrej Vrabec 2012-09-14 07:15:18 UTC
D/A means they have been deleted in the index. What does 'git status' on commandline give?
Comment 2 Ondrej Vrabec 2012-09-15 05:44:50 UTC
as i said, the files were deleted from index but remain on disk. It's a normal git state.
Comment 3 misterm 2012-09-15 16:35:59 UTC
Hi ovrabec,

I didn't reply because I don't have git installed, I only use it from NetBeans since it (usually) works.

This project is only manipulated from NetBeans, I haven't switched to a different branch and all files still belong to it. How can this be normal?
Comment 4 Ondrej Vrabec 2012-09-15 17:47:01 UTC
I closed the issue because i don't understand what is the problem here. D/A is a valid git status.
What do you want me to do with it? You have to solve it yourself, e.g. by running Git->Revert Modifications (and select the option reverting all changes in the index and wt to the state in HEAD) or running Git -> Add on the files.
Or did you want me to answer "why" do the files have this status? I have no idea, you must have performed an action in the IDE which resulted in this state. I suggest you make the files uptodate again and then reopen if you have steps to reproduce, thanks.