Showing uncommited files of a GIT project while have a SVN opened
Answered
Hi :)
I have a SVN and a GIT project. If I have the SVN opened it shows me under 'local changes' the files that I changed in the GIT project. And also in the toolbar at the bottom right it shows me the git branch name.
What's going wrong and how can I fix it?
Please sign in to leave a comment.
Do you mean there are two separate independent projects, residing in different directories?
Do you use a workspace setup maybe?
Most likely you just have both SVN and Git repositories registered in both projects. Please go to Settings - Version control and check the mappings
Yes, they reside in different directories.
Yes, the SVN and GIT were registered in the settings. I thought these are the general setting, and not project specific. Thanks for the hint, solved :)