Search found 176 matches

by robe070
Tue May 10, 2011 6:39 pm
Forum: Support (Vault)
Topic: Getting Latest version of a whole changeset
Replies: 8
Views: 6775

Re: Getting Latest version of a whole changeset

Yes it does give a time. I was looking for it in the Show History options.

But still, you can only get one of those history items and it will then get the repository at that point in time, not just the file.

Enhancement?
by robe070
Tue May 10, 2011 5:59 pm
Forum: Support (Vault)
Topic: Removing 90% of Repository: performance issues
Replies: 17
Views: 19511

Re: Removing 90% of Repository: performance issues

Slow login seems to be handled now. We haven't yet removed the binary objects from the database. I'm focusing on Check Ins now. I've been investigating the Vault Plugin - as noted in another post. It does not seem to be taking an inordinate amount of time. In fact most of the Check In time occurs be...
by robe070
Tue May 10, 2011 5:35 pm
Forum: Support (Vault)
Topic: Getting Latest version of a whole changeset
Replies: 8
Views: 6775

Re: Getting Latest version of a whole changeset

It would be very useful if the Version Details window allowed a get of any or all files in the change set. Multi-select would be needed and an extra option on right click. Seems like a small change to me.

I requested this a long time ago, maybe 2 years.
by robe070
Tue May 10, 2011 5:31 pm
Forum: Support (Vault)
Topic: Getting Latest version of a whole changeset
Replies: 8
Views: 6775

Re: Getting Latest version of a whole changeset

and I can only see Date in Show History. Is there actually a Timestamp somewhere? Note we are on 5.0.3
by robe070
Tue May 10, 2011 5:28 pm
Forum: Support (Vault)
Topic: Getting Latest version of a whole changeset
Replies: 8
Views: 6775

Re: Getting Latest version of a whole changeset

Actually the History Explorer gets a version of the whole repository, not a version of the file listed. We need just the specific file(s) in the changeset.
by robe070
Tue May 10, 2011 5:19 pm
Forum: Support (Vault)
Topic: Getting Latest version of a whole changeset
Replies: 8
Views: 6775

Re: Getting Latest version of a whole changeset

useful ideas. Thanks Beth
by robe070
Tue May 10, 2011 5:18 pm
Forum: Support (Vault)
Topic: Visual Studio Interface read-only handling defect
Replies: 11
Views: 9623

Re: Visual Studio Interface read-only handling defect

I missed your response somehow, hence its taken a while to get back to you.

Just a comment, no response required - the workaround is not suitable as the senior developer still needs to work with other users for some work.
by robe070
Tue May 10, 2011 4:22 pm
Forum: Support (Vault)
Topic: Getting Latest version of a whole changeset
Replies: 8
Views: 6775

Getting Latest version of a whole changeset

Is it possible to select a change set and just get the latest version of all the files in that changeset?

The scenario is that another developer checks in a large number of changes, maybe 100 files and another needs those changes but does not want to get any other changes in the project.
by robe070
Mon May 09, 2011 5:20 pm
Forum: Questions (API)
Topic: Equivalent to Vault Tools/Options in API?
Replies: 13
Views: 20789

Re: Equivalent to Vault Tools/Options in API?

We do not call .refresh as we are after the transaction information so we can record it in our bug tracking system. Apart from logging on, these are the only apis we use: ServerOperations.client.ClientInstance.TreeCache.Repository.Root.FindFolderRecursive(pathToWatch); ServerOperations.client.Client...
by robe070
Sun May 08, 2011 4:46 pm
Forum: Questions (API)
Topic: Equivalent to Vault Tools/Options in API?
Replies: 13
Views: 20789

Re: Equivalent to Vault Tools/Options in API?

The Vault Client API should work just like a client would, so the settings should have the same affect on the API as it does the Vault GUI client. Use expect 100...? Seems it should be checked on the same box? I am not sure what you mean about it being on the same box. Are you saying you checked it...
by robe070
Fri May 06, 2011 12:22 am
Forum: Questions (API)
Topic: Equivalent to Vault Tools/Options in API?
Replies: 13
Views: 20789

Re: Equivalent to Vault Tools/Options in API?

thanks

So the settings are present in the registry. But will they all make a difference in this situation?

Use expect 100...? Seems it should be checked on the same box?

Repository cache delta...? The plugin doesn't execute a repository cache delta does is? (unless you request it)
by robe070
Wed May 04, 2011 4:16 pm
Forum: Questions (API)
Topic: Equivalent to Vault Tools/Options in API?
Replies: 13
Views: 20789

Re: Equivalent to Vault Tools/Options in API?

Another tack - I've posted this thread in relation to our other discussion on Vault performance http://support.sourcegear.com/viewtopic.php?f=5&t=15457 That is, would any of the Network Settings that you've suggested might make a difference for the Vault Client, make a difference to this Vault P...
by robe070
Wed May 04, 2011 4:04 pm
Forum: Support (Vault)
Topic: Removing 90% of Repository: performance issues
Replies: 17
Views: 19511

Re: Removing 90% of Repository: performance issues

So a GetLatestVersion would have one set of these statements for each file retrieved?
by robe070
Wed May 04, 2011 4:00 pm
Forum: Questions (API)
Topic: Equivalent to Vault Tools/Options in API?
Replies: 13
Views: 20789

Re: Equivalent to Vault Tools/Options in API?

So how do I determine the current-user when this is a Vault Plugin executing on the server via IIS? I'm a little ignorant when it comes to IIS.
by robe070
Tue May 03, 2011 8:27 pm
Forum: Questions (API)
Topic: Equivalent to Vault Tools/Options in API?
Replies: 13
Views: 20789

Equivalent to Vault Tools/Options in API?

Hi, I'd like to know how to control the equivalent of the settings in Tools/Options of the Vault Client and in particular Tools/Options/Network Settings from the API. The code is the Vault Plugin Template, slightly modified. We use ServerOperations.Login(); to login but I can't see the equivalent op...