display checkout (and others) dialog from application

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
GrahamLabdon
Posts: 58
Joined: Tue Jan 09, 2007 10:52 am
Location: UK

display checkout (and others) dialog from application

Post by GrahamLabdon » Tue May 22, 2007 6:44 am

Hi

I have a C++ windows app that makes use of various files that are under vault source control

I want to be able to display the vault dialogs to allow users of this program to checkout these files

Is this possible

Thanks

Graham

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

Post by lbauer » Tue May 22, 2007 9:58 am

It might be possible, using the Vault Client API, which would let you create a custom client or plugin. We don't know of anyone who's tried this.

Also, anyone logging into Vault to checkout files would need to be a licensed user, thouugh you could create a licensed Guest account with that everyone could use. With read-only access they could get files (but not check them out or back in).
Linda Bauer
SourceGear
Technical Support Manager

Locked