VCS plug-in - adding multiple files at once

ava

Member
Hi Forum,

is it possible to add multiple database objects (triggers, functions, procedures) to VCS at once in PL/SQL Developer using the VCS plug-in? If yes, how is it done?

The "add to VCS" function is not available anymore if multiple objects are selected. So I tried to use the "check in" option on multiple objects, which have not been added yet. This "works" (the objects are not checked in, but are present as files afterwards, which in turn can be added at once using an external application), but produces two error messages for each object (telling, that it has not been added yet).

(I've got thousands of such objects and no patience for adding each one seperately...)

Regards
ava
 
No, this is not possible. You will have to use the "Add files" function from the version control system itself.
 
Back
Top