Search found 1770 matches

by jeremy_sg
Mon Dec 14, 2009 10:39 am
Forum: Questions (API)
Topic: Files Updates by GetOperations.ProcessCommandGet
Replies: 7
Views: 11992

Re: Files Updates by GetOperations.ProcessCommandGet

Are you getting zero messages, or are you just not getting the list of files? If you change it to a nonworkingfolder get, do you get messages? If you already have files in the working folder, or if they are cached in the hidden state folder, then you won't see messages when they're updated. Could th...
by jeremy_sg
Fri Dec 11, 2009 3:01 pm
Forum: Questions (API)
Topic: Files Updates by GetOperations.ProcessCommandGet
Replies: 7
Views: 11992

Re: Files Updates by GetOperations.ProcessCommandGet

Will it work if you change the signature of GetMessageEventHandler to object, string?

Also, try setting the user message before you log in.
by jeremy_sg
Fri Dec 11, 2009 8:55 am
Forum: Questions (API)
Topic: Programmatically changing history
Replies: 3
Views: 7033

Re: Programmatically changing history

The beauty of Handoff is that we don't require that you change how you access older versions. You can keep VSS around to do VSS label or history gets. Your old build scripts don't have to change at all. History is history, and you can still get it when you need it. Of course, you can still see file ...
by jeremy_sg
Thu Dec 10, 2009 4:56 pm
Forum: Questions (API)
Topic: Files Updates by GetOperations.ProcessCommandGet
Replies: 7
Views: 11992

Re: Files Updates by GetOperations.ProcessCommandGet

Try this: ServerOperations.GetInstance().UserMessage += new ServerOperations.UserMessageEventHandler(GetMessageEventHandler); GetOperations.ProcessCommandGet(objectPaths.ToArray(), options); ServerOperations.GetInstance().UserMessage -= new ServerOperations.UserMessageEventHandler( GetMessageEventHa...
by jeremy_sg
Wed Dec 09, 2009 9:33 am
Forum: Questions (API)
Topic: Programmatically changing history
Replies: 3
Views: 7033

Re: Programmatically changing history

Hi Dave, You are correct in your assessment of the problems that you are facing. First, I would advise you to look at our Handoff feature, which can import a smaller set of history much quicker, and give you integrated access to your VSS history. As for your import, there is no regular method for al...
by jeremy_sg
Wed Dec 09, 2009 9:00 am
Forum: Questions (API)
Topic: Asynchronous event to display the list of files downloaded
Replies: 7
Views: 12124

Re: Asynchronous event to display the list of files downloaded

It's probable that those files are cached in you client cache folder, and aren't being downloaded from the server. They're just being copied from another location on disk. To force a full cache-free get latest, set a new working folder before doing the get.
by jeremy_sg
Tue Dec 08, 2009 10:08 am
Forum: Questions (API)
Topic: Asynchronous event to display the list of files downloaded
Replies: 7
Views: 12124

Re: Asynchronous event to display the list of files downloaded

This code worked for me: using System; using System.Collections.Generic; using System.Linq; using System.Text; using VaultClientIntegrationLib; namespace GetOutputer { class PrivateClass { public void Run() { string url = "http://localhost/VaultService"; string username = "admin"...
by jeremy_sg
Tue Dec 08, 2009 8:39 am
Forum: Support (Vault)
Topic: Client API problem. Please help.
Replies: 7
Views: 7127

Re: Client API problem. Please help.

Glad to hear. Thanks.
by jeremy_sg
Sat Dec 05, 2009 11:20 am
Forum: Support (Vault)
Topic: Client API problem. Please help.
Replies: 7
Views: 7127

Re: Client API problem. Please help.

Show History on the file, then right-click the change and choose Details.
by jeremy_sg
Fri Dec 04, 2009 9:37 am
Forum: Questions (API)
Topic: Asynchronous event to display the list of files downloaded
Replies: 7
Views: 12124

Re: Asynchronous event to display the list of files downloaded

That's odd. Is it possible that your get request is not getting any files? Are they already up to date in the working folder?
by jeremy_sg
Fri Dec 04, 2009 9:34 am
Forum: Support (Vault)
Topic: Client API problem. Please help.
Replies: 7
Views: 7127

Re: Client API problem. Please help.

ItemPath1 should have the path you're looking for, but only for transactions that have been checked in after you upgraded to 3.5. Any transactions from before the upgrade will not have a full path.

Do you see the full path when you look at that transaction in the GUI client?
by jeremy_sg
Thu Dec 03, 2009 2:19 pm
Forum: Questions (API)
Topic: Asynchronous event to display the list of files downloaded
Replies: 7
Views: 12124

Re: Asynchronous event to display the list of files downloaded

You'll need to listen to the StatusMessageEvent through the EventEngine. If you want more real-time download messages, add a listener for the ProgressChangedEvent.
by jeremy_sg
Thu Dec 03, 2009 11:58 am
Forum: Support (Vault)
Topic: Client API problem. Please help.
Replies: 7
Views: 7127

Re: Client API problem. Please help.

I see that the VaultTxDetailHistoryItem has all of the fields that you wanted. Are they all coming back empty? Can you find that transaction in the GUI client? Here's the rest of the code from the 3.5 command line client that deals with printing transaction details. if (items.Length > 0) // and it A...
by jeremy_sg
Mon Nov 30, 2009 11:51 am
Forum: Questions (API)
Topic: Files Updates by GetOperations.ProcessCommandGet
Replies: 7
Views: 11992

Re: Files Updates by GetOperations.ProcessCommandGet

The list should be coming along with the other messages that you're getting from subscribing to the ServerOperations.GetInstance().UserMessage event that I mentioned before.

If you want to isolate just the messages from get/checkout, you'll need to use a more complicated event notification system.
by jeremy_sg
Wed Nov 25, 2009 8:47 am
Forum: Release Announcements
Topic: Fortress 2.0.2
Replies: 0
Views: 29269

Fortress 2.0.2

SourceGear Fortress is a cross-platform Application Lifecycle Management (ALM) solution for small and midsize teams.

For the release notes for Fortress 2.0.2, see:
http://www.sourcegear.com/fortress/releases/