VCS for subprojects in PyCharm 2.0
Hello,
When I add a directory (subproject) to my project (i.e. having multiple projects in one window), and if the directory is also a git repo, then PyCharm does not track its changes.
Would it be possible to track changes in subprojects as well?
Regards,
Andrei
Please sign in to leave a comment.
Hello Andrei,
This works if you change the directory mapping in Settings | Version Control
to .
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks, Dmitry!