Siebel compatibility

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
buchanan1966
Posts: 4
Joined: Fri Jul 08, 2005 11:13 am

Siebel compatibility

Post by buchanan1966 » Fri Jul 08, 2005 11:16 am

We are considering moving from Visual Source Safe to Vault and are wondering if there is any integration with Siebel.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Fri Jul 08, 2005 11:19 am

Sorry, no. Vault only supports integration with VS.NET 2003, VS 2005, Visual Basic 6 and Visual C++.
Linda Bauer
SourceGear
Technical Support Manager

tjruska
Posts: 59
Joined: Tue May 13, 2008 7:35 am
Location: Milwaukee, WI
Contact:

Siebel compatibility

Post by tjruska » Tue May 13, 2008 9:56 am

Is this still true? Or is there an integration to Seibel now. If not, any planned?

Thanks, Tom

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Tue May 13, 2008 9:58 am

Yes. We don't integrate with them at this time. When I went searching, it looks like there are several products. Can you point out exactly what you are wanting integration with? Or provide a link?

tjruska
Posts: 59
Joined: Tue May 13, 2008 7:35 am
Location: Milwaukee, WI
Contact:

Post by tjruska » Tue May 27, 2008 10:02 am

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

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Wed May 28, 2008 4:42 pm

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

Post Reply