Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 596 Bytes

readme.md

File metadata and controls

14 lines (8 loc) · 596 Bytes

PYCharm VCS Root Updater

I had a problem with adding my vcs roots in .env folder for pycharm: http://stackoverflow.com/questions/26998410/registering-vcs-root-in-pycharm-from-within-virtual-environment
So I wrote a simple script I can execute from within the Project folder where the .env is located that adds to .idea/vcs.xml file all the VCS roots for my editable submodules.

Usage

Done.