Search found 4 matches

by xara
Fri Aug 24, 2007 4:02 am
Forum: Questions (API)
Topic: Question About <vaultgetbylabel> NAnt task
Replies: 1
Views: 6549

Question About <vaultgetbylabel> NAnt task

Hi, I am trying to pull out a specifically labelled version of code from Vault using v3.5.2 of the Vault NAnt tasks. Let's say I have a structure a bit like: Folder 1--> Folder 2--> Folder 3 Label 'label1' was applied to Folder 1. Thus when I select 'Show Labels...' on Folder 2 in the Vault client, ...
by xara
Tue Aug 14, 2007 8:36 am
Forum: Questions (API)
Topic: Problems connecting to a server
Replies: 5
Views: 10740

Again, I found my own solution.

The Vault server is version 3.5.2 but I'd downloaded the latest DLLs. Reverted to the historical DLLs and everything works.

Unfortunately, the object model is a good deal less rich...in particular, iterating over files looks a bit more complex than it ought to be.
by xara
Tue Aug 14, 2007 7:22 am
Forum: Questions (API)
Topic: Problems connecting to a server
Replies: 5
Views: 10740

Yes, silly me, I got that and I can connect. However now it returns the following error (both from VS and NAnt): The server uses a protocol that is not supported by this client. (SOAPException). System.Exception was unhandled Message="The server uses a protocol that is not supported by this cli...
by xara
Tue Aug 14, 2007 6:35 am
Forum: Questions (API)
Topic: Problems connecting to a server
Replies: 5
Views: 10740

Problems connecting to a server

I am having problems connecting to my Vault repository. Possibly through not understanding URIs and the like very well. Given a machine name that hosts Vault of e.g. 'Vault01', a repository I want to connect to 'Test', and a folder underneath that called 'VaultNantTest', how can I form the URI in su...