Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Git and Subversion together in IntelliJ IDEA

I have imported both Git and SVN project in my IntelliJ IDEA workspace and they communicate with each other. The issue I am facing is I can't track local changes for both Git and SVN (Under Version Control Tab). I can see local changes only for SVN. The weird thing is I can still see the Git log under the Log tab of Version Control.

How can I see changes for both SVN and Git together? Or if I can see only one at a time , how can I change it to Git?

like image 547
user911 Avatar asked Nov 08 '22 01:11

user911


1 Answers

You need to add both Subversion and Git roots in IDE Version Control settings:

  • Associating a Directory with a Specific Version Control System
like image 184
CrazyCoder Avatar answered Nov 14 '22 21:11

CrazyCoder