How to automate File/Folder manipulation Process?

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

Moderator: SourceGear

Post Reply
Quest
Posts: 2
Joined: Wed Mar 01, 2006 3:27 am

How to automate File/Folder manipulation Process?

Post by Quest » Wed Mar 01, 2006 3:56 am

Thanks for attention!

So I want to automate processes like Sharing folder, adding file . . .
Is it possible to write SQL scripts doing these jobs? Or is there any other way to implement this?

P.S. I am using SourceGear Vault 3.1.7

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

Post by lbauer » Wed Mar 01, 2006 9:35 am

You can use the Vault command line client or the Client API. The command line client is in the Vault GUI Client directory. Type vault helphtml for documentation. Operations such as Share, Add, Get, CreateFolder, Commit, etc. are supported.

The Client API is available from our downloads page:
http://www.sourcegear.com/vault/downloads.html

It comes with the code to the Command Line Client to help you get started.

I'd suggest starting out with the CLC.
Linda Bauer
SourceGear
Technical Support Manager

Quest
Posts: 2
Joined: Wed Mar 01, 2006 3:27 am

Post by Quest » Thu Mar 02, 2006 6:50 am

Thanks, this was very helpful.

Post Reply