Source Control with Source Gear Vault (SGV)

SURFThru

Member
I used Source Gear Vault for source control. Is it VSS compliant and integrates into Visual Studio.

It does not use a file system like VSS or Tortoise SVN. It used SQL Server as the repository and web services to perform the check in and check out.

Using PL/SQL Developer 7 I download the API and it showed the "Source Gear Vault" client in the drop download list.

After setting the local path, and click ok I get "ProviderType undefined". Does anyone have any experience with SGV and PL/SQL dev?
 
I cannot get this working either. I get the same error. Is there a solution to this to get vault working with PL/SQL Developer?
 
If Source Gear Vault comes with a Microsoft SCC compliant interface, then you can use the VCS Plug-In. The "ProviderType undefined" error indicates that there is a problem with the SCC interface.
 
Back
Top