On Tue, Nov 10, 2009 at 17:14, bhauff <[email protected]> wrote:
> Sorry for the delay in replying.  If I delete the gitcache folder and
> restart Netbeans then the untracked files show up.  I guess the
> caching on Windows anyways isn't clearing.

Thanks for testing this. It should affect all platforms. Question is
if the caching can simply be ripped out. It is my understanding that
the code originates all the way back to the CVS plugin and has then
just been copied to SVN and Mercurial and finally nbgit. In terms of
caching file status information, git has the index, which should be
superior in many aspects. Furthermore, not having two layers of cache
to refresh (.git/index and gitcache) would also make nbgit work much
better with using git from the terminal, I think.. Hope to get some
free time to look into that soon.

> Also, I have found that if you modify the .gitignore file in Netbeans,
> and then revert those changes, git from the command line will indicate
> a clean working directory, however, git status in Netbeans is
> saying .gitignore has been modified.  Restarting Netbeans will clear
> out that modified status.

I don't know if this could be the same thing. At least I am starting
to be convinced that gitcache should be ripped out for good.

-- 
Jonas Fonseca

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nbgit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/nbgit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to