pombreda / nbgit

Automatically exported from code.google.com/p/nbgit
0 stars 0 forks source link

Auto-status not working, errors with deleted files #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is an issue with ngit 0.4 where status changes are not being detected, 
which is causing the commit button to be erroneously displayed "grayed-out". 
You must first manually update the status before you will be allowed to commit. 
Details below:

- Netbeans 6.9
- Java 1.6.0_21
- Windows Vista Ultimate x64

Installed nbgit (.nbm, 0.4)
Installed Git (Windows binary, 1.7.3.2)
New Project
Initial Commit

After this, no changes were detected, even when restarting the netbeans client. 
After manually rescanning for status changes (Right-Click project->Git->Status) 
the changes are picked up and I am able to commit.

Additionally, when committing a deleted file, I receive the following error:

"Exception - Path:\To\File (The system cannot find the file specified)

However using Git Bash I am able to commit without error. All other commits 
(new files, modified files, and to my surprise revert deleted) work as expected 
after a manual status refresh.

Cheers,
Mahdi M.

Original issue reported on code.google.com by mahdi.mo...@gmail.com on 22 Sep 2010 at 10:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Just realized this is a duplicate of 
http://code.google.com/p/nbgit/issues/detail?id=55 and possibly 
http://code.google.com/p/nbgit/issues/detail?id=54 ! But the file deletion 
error is new.

Cheers,
Mahdi M.

Original comment by mahdi.mo...@gmail.com on 22 Sep 2010 at 10:09