Search found 21 matches

by joacim
Thu Mar 12, 2009 2:17 pm
Forum: Questions (API)
Topic: How to retrieve a list of labels for an object?
Replies: 6
Views: 10136

Re: How to retrieve a list of labels for an object?

joacim wrote:Is there a limit on the number of labels an object can have in Vault?
Still wondering... :)
by joacim
Mon Feb 02, 2009 3:51 pm
Forum: Questions (API)
Topic: Rollback
Replies: 5
Views: 8808

Re: Rollback

Thanks for your reply Jeremy, and yes, I really need to be able to do all this.
by joacim
Mon Feb 02, 2009 10:20 am
Forum: Questions (API)
Topic: Rollback
Replies: 5
Views: 8808

Re: Rollback

I want to make a complete rollback to the state the files where when the label was created. That is both in Vault and in the file folder. All editing and files added after this point will be deleted, so should also all labels created after this point.
by joacim
Mon Feb 02, 2009 8:59 am
Forum: Questions (API)
Topic: Rollback
Replies: 5
Views: 8808

Rollback

I want to rollback all items to a specified label, how should I go about to accomplish that?
by joacim
Mon Feb 02, 2009 5:49 am
Forum: Questions (API)
Topic: How to retrieve a list of labels for an object?
Replies: 6
Views: 10136

Re: How to retrieve a list of labels for an object?

Is there a limit on the number of labels an object can have in Vault?
by joacim
Fri Jan 30, 2009 7:19 am
Forum: Questions (API)
Topic: How to do an auto commit on changed files
Replies: 24
Views: 33037

Re: How to do an auto commit on changed files

Thanks for clearing that up for me :D
by joacim
Fri Jan 30, 2009 7:17 am
Forum: Questions (API)
Topic: How to retrieve a list of labels for an object?
Replies: 6
Views: 10136

Re: How to retrieve a list of labels for an object?

Thank you it works perfectly. Don't I have to call the EndLabelQuery() method?
by joacim
Thu Jan 29, 2009 5:04 pm
Forum: Questions (API)
Topic: How to retrieve a list of labels for an object?
Replies: 6
Views: 10136

How to retrieve a list of labels for an object?

I was wondering how I would go about to get a list of the labels assigned to a Vault folder? I'm really just interested in the labels directly assigned to the folder, not any inherited labels. I've done some investigation and I assume I need to use the BeginLabelQuery(), the GetLabelQueryItem_Main()...
by joacim
Thu Jan 29, 2009 3:17 am
Forum: Questions (API)
Topic: How to do an auto commit on changed files
Replies: 24
Views: 33037

Re: How to do an auto commit on changed files

Thank you again for the quick response. I have one question about the following statement though: If you don't plan to change the style back and forth on that user, you can just log into the gui client and set it there. It will use the same settings as long as you log in on the same machine. Does th...
by joacim
Wed Jan 28, 2009 6:45 pm
Forum: Questions (API)
Topic: How to do an auto commit on changed files
Replies: 24
Views: 33037

Re: How to do an auto commit on changed files

I have one more question if you don't mind: Can I programmatically set the CVS style? I don't want to have to check out files before I check them in, neither should their be any exclusive locks on these files.
by joacim
Wed Jan 28, 2009 4:59 pm
Forum: Questions (API)
Topic: How to do an auto commit on changed files
Replies: 24
Views: 33037

Re: How to do an auto commit on changed files

I've solved it :D. I should not use ProcessCommandAdd on subfolders...

Thanks for all the help!
by joacim
Wed Jan 28, 2009 4:38 pm
Forum: Questions (API)
Topic: How to do an auto commit on changed files
Replies: 24
Views: 33037

Re: How to do an auto commit on changed files

Here's the last few items from the server log: ----2009-01-28 22:16:11 admin--c-c259e353.431-1-64736c10.cust.bredbandsbolaget.se(83.227.89.194)--SSL Disabled Login ----2009-01-28 22:16:15 admin--c-c259e353.431-1-64736c10.cust.bredbandsbolaget.se(83.227.89.194)--SSL Disabled (23f36c41-4f16-44c9-9421-...
by joacim
Wed Jan 28, 2009 4:12 pm
Forum: Questions (API)
Topic: How to do an auto commit on changed files
Replies: 24
Views: 33037

Re: How to do an auto commit on changed files

I'm only trying to commit (or rather add) a few files and create one subdirectory. All of the files are new. There are a total of 4 files, 3 in the root directory and 1 in one subdirectory.
by joacim
Wed Jan 28, 2009 3:41 pm
Forum: Questions (API)
Topic: How to do an auto commit on changed files
Replies: 24
Views: 33037

Re: How to do an auto commit on changed files

The client log: 2009-01-28 15:00:25 <generic>: [GUIClientWorkerThread:7892] While trying to move state folder C:\Users\Joacim\AppData\Local\SourceGear\Vault_1\Client\7B78657A-7B76-43F6-A0E6-3066F8FD241D\joacima\_sgvault\-834296285 to C:\Users\Joacim\AppData\Local\SourceGear\Vault_1\Client\7B78657A-7...
by joacim
Wed Jan 28, 2009 3:17 pm
Forum: Questions (API)
Topic: How to do an auto commit on changed files
Replies: 24
Views: 33037

Re: How to do an auto commit on changed files

The message is simply: "Commit failed" Here's the stack trace: at VaultClientIntegrationLib.ServerOperations.ProcessCommandCommit(ChangeSetItemColl csic, UnchangedHandler unchanged, Boolean keepCheckedOut, LocalCopyType localCopy, Boolean removeLocalCopy, Boolean resolveMerge, ChangeSetIte...