VCS is not detecting changes made

Answered

Recently installed Intellij Ultimate 8.1 on a new computer. Whenever I make changes to a class that I've pushed before, and go to Git>Commit, the changes I make to said class isn't listed in the window. I can't commit and push my changes. Can anyone help?

0
3 comments

What mapping is there in Settings - Version control?

If there is <Project> mapping, try changing it to the explicit project path.

1
Avatar
Permanently deleted user

Thank you, that did the trick. Do you know why the <Project> mapping might've not worked? Should Intellij be changing <Project> to my directory by default?

0

> Do you know why the <Project> mapping might've not worked?

No, unfortunately. There might be different reason. See https://youtrack.jetbrains.com/issue/IDEA-155859

> Should Intellij be changing <Project> to my directory by default?

For new project the explicit path should be set. If you already have vcs.xml with <Project>, then it is not expected to be changed. Probably we will add automatic migration in future.

0

Please sign in to leave a comment.