I checked option "Allow version control over DB objects".
I have a project structure in my PVCS for oracle database objects like this:
"Project A"
-> Schema#1
-> Packages
-> Procedures
-> ...
-> Schema#2
-> Packages
-> Procedures
-> ...
Does VSC plugin able to check out/in objects into the proper "sub-folder"?
For example, if I connected to the "Project A" and I'm going to work with package "schema#1.some_package".
How I can "tell" to the VCS plugin "Please check it out in the .\schema#1\Packages subfolder"?
What is the main conception when someone works with objects in several schemas (names can be the same: schema#1.main_package; schema#2.main_package) ?
Thank you,
Sergey
I have a project structure in my PVCS for oracle database objects like this:
"Project A"
-> Schema#1
-> Packages
-> Procedures
-> ...
-> Schema#2
-> Packages
-> Procedures
-> ...
Does VSC plugin able to check out/in objects into the proper "sub-folder"?
For example, if I connected to the "Project A" and I'm going to work with package "schema#1.some_package".
How I can "tell" to the VCS plugin "Please check it out in the .\schema#1\Packages subfolder"?
What is the main conception when someone works with objects in several schemas (names can be the same: schema#1.main_package; schema#2.main_package) ?
Thank you,
Sergey