VCS Plugin with PVCS and plural oracle schemas

Sergey

Member²
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
 
... or, maybe, second question

can I tell to the "Add to VCS" interface: "Please, use full object name pattern like ".

If it is then I can forget about project's stucture in the PVCS because of we have very nice objects tree in the PL/SQL Developer.

Thank you, Sergey
 
Thank you, Marco!

Is it on the list for the version 7.x or 8?

Can we have a full object name for a project's items? It will be so good to have items from different schemas in the one project.

Thank you, Sergey.
 
Back
Top