Reputation: 6659
I have a number of modules working nicely with the Changes tab, because I added them under source control when I created their modules.
However, for one module I chose to skip adding under source control initially and now that I want to use the Changes tab to commit changes and similar with that too, I have not been able to find a way to add this existing module to work with the SVN plugin.
Looked through the VCS menu, but I could not find "Enable Version Control Integration" there
And could not find a place under Changes tab itself
Note the module folder itself is checked out externally with TortoiseSVN, exactly the same way as the other modules that I integrated with Subversion plugin on creation.
Upvotes: 3
Views: 3556
Reputation: 401975
Just set up the mappings in File
| Settings
| Version Control.
project directory <=> Subversion
Note that you can have several mappings there.
Upvotes: 11