Search found 29 matches

by slmcmahon
Thu May 08, 2008 6:58 am
Forum: Support (Vault)
Topic: cannot undo checkout from client or server
Replies: 3
Views: 3946

cannot undo checkout from client or server

I have a user who checked out some files exclusively and had to have her laptop sent for repairs. She asked me to undo the checkout, but if I try to do this from the client, it just doesn't do anything and does not report an error. If I click on "Undo Checkout" from the server, it responds...
by slmcmahon
Sun Apr 20, 2008 8:32 am
Forum: Questions (API)
Topic: How to list all change items for a Fortress Issue
Replies: 1
Views: 6363

How to list all change items for a Fortress Issue

I would like to be able to programmatically list all of the source items that are associated with a fortress issue/change ticket. I have looked through the methods in ItemTrackingOperations but I don't see anything that will do this. Can you tell me where I can find a method to do this?

Stephen
by slmcmahon
Fri Apr 18, 2008 2:47 pm
Forum: Questions (API)
Topic: Label Query Question
Replies: 14
Views: 20583

There are also two operations in GetOperations that will perform a get on a label, ProcessCommandGetLabelToTempWorkingFolder and ProcessCommandGetLabelToLocationOutsideWorkingFolder, if that's at all useful. I don't need to actually get them yet in this code. Actually I'm finding that the value sto...
by slmcmahon
Fri Apr 18, 2008 1:44 pm
Forum: Questions (API)
Topic: Label Query Question
Replies: 14
Views: 20583

shannon wrote:If you're looking for the contents of a label, you might want to take a look at the ClientInstance.GetLabelStructureByID method. That's where we get the information (folder tree and file lists) for the label promotion dialog.
Thanks again. I'll go take a look at that now.
by slmcmahon
Fri Apr 18, 2008 1:16 pm
Forum: Questions (API)
Topic: Label Query Question
Replies: 14
Views: 20583

Actually what I just said is not absolutely correct. What I want to do is list all of the files. I guess I'm already able to do that with the code that you helped me with before. I was hoping to get all of the files listed, not just the directory.

Stephen
by slmcmahon
Fri Apr 18, 2008 1:09 pm
Forum: Questions (API)
Topic: Label Query Question
Replies: 14
Views: 20583

I'm not sure I understand what you're wanting to do exactly. Can you give me more details? What I'm trying to do is a query by label that returns all of the files associated with that label regardless if they are associated by inheritance or by being directly labeled. Basically I want to get the ex...
by slmcmahon
Fri Apr 18, 2008 10:10 am
Forum: Questions (API)
Topic: Label Query Question
Replies: 14
Views: 20583

No trouble at all. Glad it's working properly now. Before I go off and reinvent the wheel out of ignorance, I just thought I'd ask here first. How difficult would it be to retrieve the listing of items that inherit from a label? The code that I posted here before that you helped me with will return...
by slmcmahon
Wed Apr 16, 2008 9:12 am
Forum: Questions (API)
Topic: Label Query Question
Replies: 14
Views: 20583

shannon wrote:You're passing in rowsRetMain instead of rowsRetRecur to GetLabelQueryItems_Recursive.
Well that certainly fixed it. I appreciate the help!
by slmcmahon
Wed Apr 16, 2008 8:12 am
Forum: Questions (API)
Topic: Label Query Question
Replies: 14
Views: 20583

When you say it doesn't find CHECKED_IN for tests 3 and 4, do you mean that your code doesn't print those out or that the label query isn't returning items with that label? The label query actually doesn't return the items. I have a break point on the loop initializer and can see in the locals wind...
by slmcmahon
Tue Apr 15, 2008 5:24 pm
Forum: Questions (API)
Topic: Label Query Question
Replies: 14
Views: 20583

Label Query Question

I"m trying to a query for all items with a label of READY_FOR_TEST with the following code: ServerOperations.client.LoginOptions.URL = "http://myserver/VaultService"; ServerOperations.client.LoginOptions.User = "admin"; ServerOperations.client.LoginOptions.Password = "p...
by slmcmahon
Sat Apr 12, 2008 12:03 pm
Forum: Questions (API)
Topic: How do I React to Label Changes in a Server Plugin?
Replies: 1
Views: 6361

How do I React to Label Changes in a Server Plugin?

I've been asked to write a Fortress server plugin that will detect when certain labels have been applied and exract those files from the server and write them out to a server. An example would be that when we applied a label like "ReleasedOnProd" then it would extract the files that were j...
by slmcmahon
Tue Apr 01, 2008 3:39 pm
Forum: Support (Vault)
Topic: vault web deploy?
Replies: 13
Views: 6962

Thanks for the output and xml files. I think I've fixed the subfolder issues you were seeing. I've attached an updated power toy if you'd like to give it a try. Wow you guys are fast! I downloaded the update and it appears to have made an exact copy of the structure and files in Vault in my output ...
by slmcmahon
Tue Apr 01, 2008 10:18 am
Forum: Support (Vault)
Topic: vault web deploy?
Replies: 13
Views: 6962

It would be helpful if you could post the XML which can be generated at the end of the wizard. That will help us understand exactly what you're deploying so that we can figure out how to fix the wizard. I have included both the XML as well as the log output from the deploy that I attempted. Thanks ...
by slmcmahon
Sat Mar 29, 2008 6:24 pm
Forum: Support (Vault)
Topic: vault web deploy?
Replies: 13
Views: 6962

There is now a Deploy Power Toy, which can be downloaded at: http://sourcegear.com/vault/vaultpowertoys.html I downloaded and tested this and found that it doesn't handle deep directory structures very well. Here's one line of the log file when I tried to deploy the contents of "blogengine&quo...