Search found 16 matches

by surak8
Fri Apr 16, 2010 8:50 am
Forum: Questions (API)
Topic: Writing an import utility with ChangeSetItem_CopyBranch
Replies: 2
Views: 13177

Re: Writing an import utility with ChangeSetItem_CopyBranch

Sorry, also, can you please describe the labelSubItemPath parameter to
GetByLabel_GetStructure.

I am wondering if I can somehow use this parameter to help me.

thanks,
by surak8
Fri Apr 16, 2010 8:46 am
Forum: Questions (API)
Topic: Writing an import utility with ChangeSetItem_CopyBranch
Replies: 2
Views: 13177

Writing an import utility with ChangeSetItem_CopyBranch

While writing an import utility to populate Vault from my previous SCM, I have been attempting to follow Eric Sink's methodology of installing all file-modifications in a folder called trunk and then, to create branches using ClientInstance methods GetByLabel_ GetStructure and then to Commit a Chang...
by surak8
Wed Apr 14, 2010 11:02 am
Forum: Questions (API)
Topic: List All Label Names?
Replies: 13
Views: 67007

Re: List All Label Names?

I actually have a couple routines that do this (for different display-purposes). I will post them, if you are interested. You should know, however, that I recommend executing the query at the "project" level, and not at the root of repository, as the underlying API functions can take a whi...
by surak8
Wed Apr 07, 2010 12:10 pm
Forum: Support (Vault)
Topic: API question - GetByLabel_GetStructure followed by CheckOut
Replies: 1
Views: 8047

API question - GetByLabel_GetStructure followed by CheckOut

I am trying to write a function which will checkout all files associated with a specific label. I modeled my code on GetOperations.performLabelGet , which successfully grabs all the files into a give folder, which is cool. Everything works fine. The next step is to actually (exclusive) LOCK those ve...
by surak8
Wed Apr 07, 2010 7:05 am
Forum: Support (Vault)
Topic: API question -- ResolveUnknownFilesEvent
Replies: 1
Views: 8301

API question -- ResolveUnknownFilesEvent

I am receiving multiple ResolveUnknownFilesEvent.
My questions are:
1) why exactly am I receiving this?
2) am I expected to take any action?

Thanks in advance for any feedback :)
by surak8
Fri Mar 12, 2010 7:53 am
Forum: Support (Vault)
Topic: API help -- SubscribeWatcher
Replies: 2
Views: 8769

Re: API help -- SubscribeWatcher

Jeremy, Thanks for the prompt reply. I was looking for a way to be notified of changes made to a specific path within my repository (specifically, for project-level changes). Email is not what I was looking for. Sorry for having to post this query. Sadly, I was unable to find any API documentation. ...
by surak8
Thu Mar 11, 2010 8:55 am
Forum: Support (Vault)
Topic: API help -- SubscribeWatcher
Replies: 2
Views: 8769

API help -- SubscribeWatcher

How does one receive notification from ClientInstance.SubscribeWatcher?

I assume that it is handled in a similar fashion of EventEngine.addListener?

Help, please?
by surak8
Tue Mar 09, 2010 8:41 am
Forum: Support (Vault)
Topic: How does one move a Label from one version to another?
Replies: 5
Views: 3336

Re: How does one move a Label from one version to another?

Linda, The promotion idea may have merit. OK, so I have the FOLDER labeled, and can choose the FILES to be associated with the label. Q: is the label associated with a specific Vault version, or simply with the file? (association keyed on ID, instead of ObjId?) Thanks to your suggestion, I see that ...
by surak8
Fri Mar 05, 2010 8:41 am
Forum: Support (Vault)
Topic: How does one move a Label from one version to another?
Replies: 5
Views: 3336

Re: How does one move a Label from one version to another?

Linda,
at this point, file or folder makes no difference.

If possible, I would be interested in an answer for both. If that is not possible, I would choose FILE, please?
by surak8
Thu Mar 04, 2010 8:52 am
Forum: Support (Vault)
Topic: How does one move a Label from one version to another?
Replies: 5
Views: 3336

How does one move a Label from one version to another?

Using the client app (VaultGUIClient), I am unable to reassign a label to a different version. Is there any way to MOVE the label, short of deleting the label from the previous version, and adding it again to the new version? Is there no shortcut for doing this? Please tell me there is an easy way?
by surak8
Tue Feb 16, 2010 1:58 pm
Forum: Support (Vault)
Topic: Can a label be attached during a checkin?
Replies: 5
Views: 4426

Re: Can a label be attached during a checkin?

Is there any news about when this feature will be implemented?
by surak8
Tue Feb 16, 2010 1:55 pm
Forum: Support (Vault)
Topic: Feature Request - Label from within VS
Replies: 3
Views: 3123

Re: Feature Request - Label from within VS

Is there any news about this particular feature? This is highly desirable.
by surak8
Tue Feb 16, 2010 1:35 pm
Forum: Questions (API)
Topic: ListDeletedObjects returns empty vector for real entity path
Replies: 4
Views: 9249

Re: ListDeletedObjects returns empty vector for real entity path

I am unable to reproduce this issue following installation of 5.0.3.18802. My code was: const string repEnt="$/DotNet/AccountMaint"; ClientInstance ci=ServerOperations.client.ClientInstance; VaultDeletedObject[] delObjs=ci.ListDeletedObjects(repEnt,true); As far as Jeremy's comments and qu...
by surak8
Fri Jan 15, 2010 7:58 am
Forum: Support (Vault)
Topic: Exclude Selection from Source Control
Replies: 5
Views: 3869

Re: Exclude Selection from Source Control

Beth, I stand corrected. Yes, it does indeed work in the "Classic Client". It is worth noting, however, it was necessary to unbind and rebind the solution and all projects within it, before I was able to make it work. Thanks for the help, and YES, please add my vote to having it added to t...
by surak8
Thu Jan 14, 2010 1:03 pm
Forum: Support (Vault)
Topic: Exclude Selection from Source Control
Replies: 5
Views: 3869

Exclude Selection from Source Control

It seems that neither the "Enhanced Client" nor the "Classic client" actually enable the "Exclude Selection from Source Control" menu-item in Visual Studio.

Does anyone know why this is, or if / when it will be available?