VCS Plugin

We started using VCS Plug-in for source control of pl/sql code with TFS. When we add an object to VCS, it's saved as nameofobject.extension. But when we have two objects with same name in different schemas, we get filename collision. Is any way how to solve this problem (saving files with schema prefix)?
 
There is currently no option to include the schema name in the VCS file name. I have added this to the list of enhancement requests.
 
Back
Top