vcs plugin

sagizvi

Member²
We are using plsqldeveloper product in our bank in israel. Our programmers are working with clearcase and plsqldeveloper.
we want to integrate these two products.
right now we are checking the vcs plugin. it looks and works really nice.
We have a problem with the "project" concept of it.

It seems like each project should be mapped to once directory only, without its sub-directories.
In our clearcase environment there is one folder, and alot of sub-folders below it.

When we use vcs we must define each sub-folder as a project.

Is there any other solution for this? Why can't we map a project to a folder and navigate all the folders below it ?
 
We have the same problem and therefore we are not using it.

Suggestion!! give the VCS(PlugIn) free for updating (Like Open Source). Then we could definitely use it!!

thx
 
btw, there is a possibility to program something that seeks the main directory and adds entries to the registry :
My Computer\HKEY_CURRENT_USER\Software\Allround Automations\PL/SQL Developer\PlugIns\VCS\ProjectHistory\

but this is really messy stuff...
 
Sagizvi,

The diffucult way.
Go complete by structure and using VSS. ;-(

The registry part is messy, I did this in the time PLSQL could not save your desktop (colors) for a particulare connection.
 
I don't have ClearCase available, but since it supports controlled directories, I would have expected that is exposes the directories to the SCC interface as well. From your description this does not seems to be the case though, and ClearCase exposes directories as projects. I find this odd, and unless there are some ClearCase options to control this SCC/directory behavior, there is not much we can do about it.
 
Hi,

I agree with Sagizvi. The plug-in would be much more useful, if it looked recursively through the ClearCase sub-folders.
 
I'll see if I can get my hands on ClearCase. Note however that an SCC compliant IDE (like PL/SQL Developer) does not have to support specific version control systems. It merely needs to make the right SCC calls.
 
Is it possible to have an option to build file names using a "full" object name like this: SID."schema_name"."object_name"."ext" instead of "object_name"."ext"?

In that case I don't need sub-directories in mine SCC's project. It will be cool for me.

Also, it will be good to have the same option in the PL/SQL Developer's project.
 
Hi Marco

I can add a clearcase Integration using their CAL interface. I Can write a new plsql plugin for that . But Maybe it is possible that you'll send me your plugins code and i will add clearcase functionality. Is it ?
 
The VCS Plug-In uses the Microsoft SCC specification, which is covered by an NDA. So unfortunately we cannot distribute the source code.
 
Back
Top