Egit and git uninstalled files show different statuses

I use git svn fetch svn repo and do clone-> branch-> rebase-> merge-> dcommit step.with eclipse egit and cygwin client, some development days are ok.

but once, after the / dcommit merge step, I found that the eclipse egit status status status is different from the git state on the cygwin command line. When some files were not updated in eclipse, the cygwin 'git status shows nothing changes, if commit with egit in elcipse, the cygwin' git status' command shows that uninstalled files changed what just happened with egit.and if you commit the changes with the cygiwn git client, for example, show the same delivered changed.the delivered files. problom files are always some files.

I have a hit method, but useless git reset -. reclone svn repo. Importing a new cloned repo from an svn project into eclipse, it shows the file modified at startup, and always these files.

anyone help !!

+5
source share
1 answer

Just a shot in the dark, but: do you have a symbolic link in one part of your repo, pointing to another part of it? I have this problem and it confuses eclipse (but does not confuse the git line).

Eclipse, Egit, and Symlinks or symbolic links. Is it possible to make a plug-in with a damped eclipse to fix this?

+2
source

All Articles