eclipse - Git duplicates commit files -


i'm using aptana plugin eclipse. when try commit, doubles file, i.e 1 file appears couple times. if have 10 files commit, shows 20 files (1 file 2 times). tried close , open project, clean eclipse (project menu -> clean), refresh project. not helped. shows 1 file 3 times. how can show files correctly, once?

edit
it's screenshot of duplicated files:

enter image description here

i've solved issue that:

  1. i've deleted project form eclipse.
  2. then i've imported project locally.

but it's temporary solution. after couple successful commit, files duplicated again. , don't want delete , import project each time before commit.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -