Access Valut

Post your questions regarding using the Vault and Fortress API in your programs.

Moderator: SourceGear

Post Reply
shoukat
Posts: 4
Joined: Thu Mar 06, 2008 1:20 am

Access Valut

Post by shoukat » Thu Mar 06, 2008 1:33 am

Hi Every Body!

I am developing a web application using c# which uses the some files from vault repository and add some new files to it. We are using vault 3.5.0.

1- How i can access my vault.
2-which dll files i need.
3-How i can check out files
4-How i can add files
Last edited by shoukat on Mon Apr 07, 2008 2:42 am, edited 1 time in total.

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

Post by lbauer » Thu Mar 06, 2008 8:07 am

I could use more information.

Is your web project current under source control in Vault?

If not, will you be adding this project to Vault once you've finished adding new and existing files to it?
Linda Bauer
SourceGear
Technical Support Manager

shoukat
Posts: 4
Joined: Thu Mar 06, 2008 1:20 am

Post by shoukat » Thu Mar 06, 2008 6:36 pm

Actually we are using vault (3.5.0)for our web site and we had added many web pages and related docs into vault. I am cehcking out, checking in and adding docs manulay by using vault interface. Now i want to develop a web application using c# to get access to our web site.so that my application can check out the existing files as well as add new docs to our web site.Does it make sence.
If you have any question please let me know.Thanks
Last edited by shoukat on Mon Apr 07, 2008 2:41 am, edited 1 time in total.

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

Post by lbauer » Tue Mar 11, 2008 9:55 pm

What version of Visual Studio are you using?
Linda Bauer
SourceGear
Technical Support Manager

shoukat
Posts: 4
Joined: Thu Mar 06, 2008 1:20 am

Post by shoukat » Tue Mar 11, 2008 11:39 pm

I am using Visual studio.net 2005
Last edited by shoukat on Mon Apr 07, 2008 2:41 am, edited 1 time in total.

shannon

Post by shannon » Wed Mar 12, 2008 8:15 am

It might be easiest to just shell out to the Vault command line client from your application.

Post Reply