Search found 7 matches

by itsckl
Wed Apr 07, 2010 7:30 am
Forum: Questions (API)
Topic: ProcessCommandHistory datesort option doesnt work right
Replies: 2
Views: 15900

Re: ProcessCommandHistory datesort option doesnt work right

thanks for the great support btw

:-) Christoph
by itsckl
Tue Apr 06, 2010 10:42 am
Forum: Questions (API)
Topic: ProcessCommandHistory datesort option doesnt work right
Replies: 2
Views: 15900

ProcessCommandHistory datesort option doesnt work right

I am trying to retrieve a recursive history from a project that I have imported from VSS (not using hand-off but the vault port tool). I am using this call: h = ServerOperations.ProcessCommandHistory(objectPath, recursive, DateSortOption.desc, null, null, null, null, beginLabel, endLabel, -1, -1, 10...
by itsckl
Thu Feb 18, 2010 9:03 am
Forum: Questions (API)
Topic: How do I retrieve the current label comment?
Replies: 3
Views: 8457

Re: How do I retrieve the current label comment?

To compare your code with other label methods, you can look at the ServerOperations.cs file which is included in the ClientAPI zip file. I surely did. But there is no method that would do this in ServerOperations.cs, or did I overlook it? Also, it would be polite to call EndLabelQuery when you're d...
by itsckl
Thu Feb 18, 2010 7:31 am
Forum: Questions (API)
Topic: How do I retrieve the current label comment?
Replies: 3
Views: 8457

How do I retrieve the current label comment?

I need to retrieve the current label comment in my own vault client (like the vault GUI client does with "show labels..."). From wiresharking the GUI client I got this implementation: public string GetLabelComment(string item, string label) { string objectPath = fixPath(item); string token...
by itsckl
Mon Feb 15, 2010 1:49 am
Forum: Questions (API)
Topic: How do I call UpdateLabelComment?
Replies: 1
Views: 5793

How do I call UpdateLabelComment?

I need to update a labels comment. I can see that the vault GUI client calls SOAPAction: "http://www.sourcegear.com/schemas/vault ... belComment" to do this. Which function should I use to mimic this?

Regards, Christoph
by itsckl
Thu Feb 04, 2010 9:56 am
Forum: Questions (API)
Topic: VaultCmdLineClient doesnt work
Replies: 1
Views: 5980

Re: VaultCmdLineClient doesnt work

Found the problem myself: RTFM... The vault.exe command line client supports commands that do work with Fortress only. One of these is listprojects obviously. Then again, it is not that obvious from the documentation, so the post might save someone from digging into that again.

Christoph
by itsckl
Thu Feb 04, 2010 5:49 am
Forum: Questions (API)
Topic: VaultCmdLineClient doesnt work
Replies: 1
Views: 5980

VaultCmdLineClient doesnt work

Hi, I downloaded VaultClientAPI_5_0_2_18753, fixed the DLL refs, compiled it with VS2008 and tried it against my Vault server (5.0.0.18701) as follows: vault -user ckl -password ... -host inno-build -repository 9-00 listprojects What I get is an exception saying <vault> <error> <exception>System.Exc...