Projects & Source Control

Is there or will there be any integration between the Project Items list and the integrated source control?

It would be nice to be able to right click a project item to perform source control options, such as checking out etc.

As it stands now, source controlled items and project items are completely independent correct?

Thanks,

Leigh Kendall

[This message has been edited by lkendall (edited 19 March 2003).]
 
That is correct, VCS project and PL/SQL Developer projects are not integrated. We will probably change this for 6.0, which requires that the VCS functionality is integrated into PL/SQL Developre instead of a standalone Plug-In.

------------------
Marco Kalter
Allround Automations
 
That would be a great feature I think to the project window; check in/out right from the list; sort of like in VS.NET.

I'm just beginning to explore projects to see if they can benefit me; I'm not quite sure what the benefits are outside of being able to compile separate files at once. Projects will only compile procedures, packages, functions and NOT table scripts and view scripts correct?

Thanks...

Originally posted by mkalter:
That is correct, VCS project and PL/SQL Developer projects are not integrated. We will probably change this for 6.0, which requires that the VCS functionality is integrated into PL/SQL Developre instead of a standalone Plug-In.

 
That is correct. PL/SQL Program Units will be compiled, other files/objects in the project are only for documentation or convenience.

------------------
Marco Kalter
Allround Automations
 
Although I did a couple of other scripts (such as create table and create view) to see what would happen if I set them to compile and the script was executed.

So it's handy not only for compiling objects, but basically running any type of script...

------------------
Leigh Kendall
 
Back
Top