Search found 4 matches

by EnergyLink
Wed Sep 15, 2010 3:15 pm
Forum: Questions (API)
Topic: Checking files in
Replies: 6
Views: 11808

Re: Checking files in

Client.ClientInstance.Refresh(); does refresh the list, thank you. The other refresh calls have no effect that I can detect in this situation. I can also get rid of my problem by replacing the two false parameters with true values in the call: Client.ClientInstance.SetActiveRepositoryID(Repository.R...
by EnergyLink
Tue Sep 14, 2010 4:01 pm
Forum: Questions (API)
Topic: Checking files in
Replies: 6
Views: 11808

Re: Checking files in

I pared my code down to a simple test function, which tries to return a count of the current changeset. When I run this function I always get an empty set, even when items are checked out in the repository. Can you tell me what is missing in this code? public static int DoCheck(string ServerAddress,...
by EnergyLink
Tue Sep 14, 2010 3:49 pm
Forum: Questions (API)
Topic: Checking files in
Replies: 6
Views: 11808

Re: Checking files in

Hi,
The files are definitely checked out. I can see them checked out in the Vault GUI Client.
by EnergyLink
Sun Sep 12, 2010 8:28 pm
Forum: Questions (API)
Topic: Checking files in
Replies: 6
Views: 11808

Checking files in

Hi, I am trying to program a check in function using VaultClientIntegrationLib. I see by following the examples that you first need to get the change set collection using the InternalChangeSet_GetItems function, and then pick out the items you want to commit. I am having a problem with this though: ...