Connecting uniPaaS with Vault 5.0
Moderator: SourceGear
Connecting uniPaaS with Vault 5.0
Attach a pdf file whith two questions about connecting uniPaaS whith Vault 5.0
Re: Connecting uniPaaS with Vault 5.0
We haven't tested Vault with uniPaas. Even though it can use the Microsoft SCC API implementation may be different depending on the version control tool. I can tell you how this would work in Visual Studio, and perhaps the same tips will work for uniPaas.
Binding information for the project would be in the MSSCCPRJ.SCC file in the solution directory.
An example from a Visual Studio solution using the Classic Client:
The SCC_Aux_Path has the URL for the Vault server and the number "|:2" is the repository ID. When a user opens a Visual Studio project, there's a login prompt, but the repository is automatically selected.
The user can create a profile to use to automatically login when the solution is opened. To do this, click on Edit Profiles in the Connect to Server login dialog. Then create a profile for your account. You should be able to just add user login info, as the repository info is already in the MSSCCPRJ.SCC file. If that doesn't work you can try added the repository to the profile.
Binding information for the project would be in the MSSCCPRJ.SCC file in the solution directory.
An example from a Visual Studio solution using the Classic Client:
Code: Select all
SCC = This is a source code control file
[WindowsAppClassic.sln]
SCC_Aux_Path = http://localhost/VaultService|:2
SCC_Project_Name = $/Classic Client/WindowsAppClassic
The user can create a profile to use to automatically login when the solution is opened. To do this, click on Edit Profiles in the Connect to Server login dialog. Then create a profile for your account. You should be able to just add user login info, as the repository info is already in the MSSCCPRJ.SCC file. If that doesn't work you can try added the repository to the profile.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager