VCS objects in different folders

sorcerer

Member
Is it possible for PLSQL Developer to automaticly store different object types in different folders by default?

I am working with a CVS repository where I have objects stored in different folders (first owner then object type).
In example:
/owner1/procedures
/owner1/packages
/owner1/triggers
/owner2/procedures
/owner2/packages

If I use the "Allow version control over DB objects" the objects are found in the repository only if they are stored in the root folder for the project.

The alternative is to work with files, but it's a little annoying and I REALLY like the feature to directly checkout an object from the browser.
 
Back
Top