Version Control with PL/SQL Developer?

tritan

Member
Can I use CVS as my "Integrated" version control system? I've been using WinCVS as a windows client to the CVS repository on a Unix box.

Thanks!
 
The VCS Plug-In for PL/SQL Developer (See http://www.allroundautomations.com/plsqldevaddons.html ) uses the standard SCC API to interface with version control systems. If the version control system provides a complete SCC interface, it can be used with PL/SQL Developers VCS Plug-In.

For CVS there is an "Igloo" SCC interface (See http://www.jalindi.com/igloo ), and I have heard from customers that the current version works okay.

------------------
Marco Kalter
Allround Automations

[This message has been edited by mkalter (edited 10 April 2003).]
 
Originally posted by mkalter:
The VCS Plug-In for PL/SQL Developer (See http://www.allroundautomations.com/plsqldevaddons.html ) uses the standard SCC API to interface with version control systems. If the version control system provides a complete SCC interface, it can be used with PL/SQL Developers VCS Plug-In.

For CVS there is an "Igloo" SCC interface (See http://www.jalindi.com/igloo ), and I have heard from customers that the current version works okay.


I have installed Jalindi "Igloo" SCC Interface, and now I can see Jalindi Igloo [Default] under VCS - Open Project in PL/SQL Developer. However, when I attempt to Check out the file I cannot see the folders, I can see only the single files under root. If someone is using this software, and know how to setup it properly in Pl/SQL Dev please reply to this message.

Thanks.
 
AndrewL,

I just did this and have the same results as you. No, filenames in checkout window.
e-mail me at tritan@rochester.rr.com maybe we can discuss.

Unless Marco has more info for us? (hint hint Marco
wink.gif
)

Originally posted by AndrewL:
I have installed Jalindi "Igloo" SCC Interface, and now I can see Jalindi Igloo [Default] under VCS - Open Project in PL/SQL Developer. However, when I attempt to Check out the file I cannot see the folders, I can see only the single files under root. If someone is using this software, and know how to setup it properly in Pl/SQL Dev please reply to this message.

Thanks.
 
Well, I don't have CVS, but it seems like Igloo does not support controlled directories. Does CVS support controlled directories?

------------------
Marco Kalter
Allround Automations
 
Originally posted by mkalter:
Well, I don't have CVS, but it seems like Igloo does not support controlled directories. Does CVS support controlled directories?


Yes, I think CVS supports controlled directories. There is a number of tools using CVS (TortoiseCVS for instance) which recognize version controlled directories.
 
Back
Top