Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Received: by 10.150.17.3 with SMTP id 3mr77028ybq.13.1257891276979; Tue, 10 Nov 2009 14:14:36 -0800 (PST) Date: Tue, 10 Nov 2009 14:14:36 -0800 (PST) In-Reply-To: <2c6b72b30911081909gcb67fe9kad78e0b963d92736@mail.gmail.com> X-IP: 71.8.245.10 References: <25a1431d-8a56-44d1-813d-8ee72a265b34@15g2000yqy.googlegroups.com> <2c6b72b30911081909gcb67fe9kad78e0b963d92736@mail.gmail.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5,gzip(gfe),gzip(gfe) Message-ID: <9c8593e5-17e2-45b5-bb76-c7fd669d652d@37g2000yqm.googlegroups.com> Subject: Re: nbgit 0.3 .gitignore issues From: bhauff To: nbgit Hi Jonas, 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. 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. Thanks, Brandon Hauff On Nov 8, 9:09=A0pm, Jonas Fonseca wrote: > On Fri, Nov 6, 2009 at 16:13, bhauff wrote: > > > Hello, > > Hello, > > > I have been testing the nbgit v0.3 plugin in Netbeans 6.7 on Windows > > with all patches applied. =A0I am having difficulty with the .gitignore > > support. =A0If these are know issues then please disregard. =A0When > > removing entries from the .gitignore I only see in the git status > > report that .gitignore was changed. =A0There is no indication that ther= e > > are now untracked files, as you see from the command line with git. > > Even restarting Netbeans does not cause these untracked files to show > > up. =A0I can add a new file to my project, run git status and see it as > > new. =A0I can then add that file to .gitignore, and it disappears from > > git status. =A0If I clear out that file from .gitignore is does not sho= w > > back up as a new file. > > It could be related with how nbgit status scan results are cached on > disk and causes this stale information to be displayed. Can you try to > delete .netbeans/6.7/var/cache/gitcache/ and see if this fixes it? > > -- > Jonas Fonseca