Siebel compatibility
Moderator: SourceGear
-
- Posts: 4
- Joined: Fri Jul 08, 2005 11:13 am
Siebel compatibility
We are considering moving from Visual Source Safe to Vault and are wondering if there is any integration with Siebel.
Siebel compatibility
Is this still true? Or is there an integration to Seibel now. If not, any planned?
Thanks, Tom
Thanks, Tom
Well, I found a .bat file that provides the hook between Siebel and VSS. And since Vault does support command line options, I think all I need to do is take that .bat file and modify it to work with Vault. If someone could provide me a sample snippet to do a Vault checkout/checkin via the command line, that would be great. I know I can do a Vault help <command> and get the list of all options, but I would like a working example.
TIA, Tom
TIA, Tom
We also have all the commands here: CLC manual
"C:\Program Files\SourceGear\Vault client\vault.exe" checkout -host somehost -user someuser -password somepassword -repository "Default Repository" -merge automatic $/mypath/mypath
"C:\Program Files\SourceGear\Vault client\vault.exe" checkin -host somehost -user someuser -password somepassword -repository "Default Repository" -comment "Make some check in comment" $/mypath/mypath
"C:\Program Files\SourceGear\Vault client\vault.exe" checkout -host somehost -user someuser -password somepassword -repository "Default Repository" -merge automatic $/mypath/mypath
"C:\Program Files\SourceGear\Vault client\vault.exe" checkin -host somehost -user someuser -password somepassword -repository "Default Repository" -comment "Make some check in comment" $/mypath/mypath