Add new item to SCC repository automatically

goozturk

Member
Is it possible to add a new created program source to the SCC repository automatically just after compilation, with PL/SQL Developer?

Currently it seems that this is optional and in hands of the developer who creates the new program source? This may be a critical behavior if the developer forget to check-in code to the SCC repository, isn't it?
 
This can not be automated at the moment. You will need to explicitly add a new item to the version control system.
 
Back
Top