pombreda / nbgit

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

Changes not tracked by UI #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Create new Ruby Application (just the default)
2. Initialize git project
3. Git commit all files
4. Change main.rb and save (before-status.png)
5. Git status (after-status.png)

The project panel should show main.rb in blue color (after step 4 and 5) 
and commit option should not be disabled.(after step 4.)

- nbgit version 0.3 with reduced dependencies
- netbeans 6.7.1
- Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
- Java HotSpot(TM) 64-Bit Server VM (build 14.2-b01, mixed mode)
- Windows 7 Proffesional 64bit

Original issue reported on code.google.com by jan.suc...@gmail.com on 10 Sep 2009 at 7:02

Attachments:

GoogleCodeExporter commented 9 years ago
Bump!

Original comment by jan.suc...@gmail.com on 5 Oct 2009 at 10:37

GoogleCodeExporter commented 9 years ago
Bump?

Original comment by jonas.fonseca on 5 Oct 2009 at 1:14

GoogleCodeExporter commented 9 years ago
Well, sorry to bump this, but since you were not commenting or updating this 
issue, i 
thought you just missed it. Can you reproduce this bug?

Original comment by jan.suc...@gmail.com on 5 Oct 2009 at 1:16

GoogleCodeExporter commented 9 years ago
I didn't test this but the

Original comment by jonas.fonseca on 17 Oct 2009 at 12:49

GoogleCodeExporter commented 9 years ago
Oops, wanted to say that I didn't test this but there is a
known issue with the correctness of the status information
not always being up to date.

One of the problems is that is can be quite expensive to
continuously scan a project to check for changes especially
if the code base is big. On the other hand the basic case
of handling a workflow where a repository is not modified
outside of NetBeans and where NbGit will receive updates about
what files are added, modified, moved or deleted is something
that NbGit should handle.

Original comment by jonas.fonseca on 17 Oct 2009 at 12:54