Search found 1770 matches

by jeremy_sg
Thu Aug 06, 2009 3:56 pm
Forum: Examples (API)
Topic: Calls To Add and Rename Take a Long/Are Too Slow
Replies: 22
Views: 165205

Re: Calls To Add and Rename Take a Long/Are Too Slow

Please add this line to the above logging setup lines:

VaultLib.SimpleLogger.Log.IncludeStackTraces = true;

This will generate a huge log file, but will help me track this down better. Thanks.
by jeremy_sg
Thu Aug 06, 2009 10:20 am
Forum: Examples (API)
Topic: Calls To Add and Rename Take a Long/Are Too Slow
Replies: 22
Views: 165205

Re: Calls To Add and Rename Take a Long/Are Too Slow

I've got a temp build which updates only the items that you're requesting in the ListChangeSet. Please email support at sourcegear.com ATTN: jeremy with a link to this thread, and I'll send it to you.
by jeremy_sg
Thu Aug 06, 2009 9:31 am
Forum: Support (Vault)
Topic: Vault extremly slow opening project in Visual Studio 2008
Replies: 15
Views: 11152

Re: Vault extremly slow opening project in Visual Studio 2008

Bradley,

Our records indicate that you have 5.0 licenses for all of your users. We rewrote the method that is causing the unnecessary refreshes in 5.0, so at the moment, I think that the best advice is to have you upgrade and report back if the problem persists.
by jeremy_sg
Thu Aug 06, 2009 9:27 am
Forum: Support (Fortress)
Topic: Shelve doesn't work.
Replies: 10
Views: 14694

Re: Shelve doesn't work.

Yes, please email them to support at sourcegear.com ATTN: jeremy with a link to this thread.
by jeremy_sg
Thu Aug 06, 2009 8:39 am
Forum: Support (Fortress)
Topic: Shelve doesn't work.
Replies: 10
Views: 14694

Re: Shelve doesn't work.

Hrm...

Can you turn on client logging and Debug server logging?

Thanks.
by jeremy_sg
Thu Aug 06, 2009 8:14 am
Forum: Support (Fortress)
Topic: Shelve doesn't work.
Replies: 10
Views: 14694

Re: Shelve doesn't work.

Sorry to keep asking general questions, but does the shelve work if you try it on the server connecting to localhost?
by jeremy_sg
Thu Aug 06, 2009 7:58 am
Forum: Support (Fortress)
Topic: Shelve doesn't work.
Replies: 10
Views: 14694

Re: Shelve doesn't work.

Hi Lynn, We've had three reports of shelve upload failures so far, all with the same behavior. We haven't seen it here yet, so I need to ask some general questions. 1. What types of changes are you shelving? Add file? File edits? 2. Are other checkins and add files working? 3. Can you check your IIS...
by jeremy_sg
Wed Aug 05, 2009 3:10 pm
Forum: Examples (API)
Topic: Calls To Add and Rename Take a Long/Are Too Slow
Replies: 22
Views: 165205

Re: Calls To Add and Rename Take a Long/Are Too Slow

Wow, you're right it's taking a very long time. During the long stretch of <wf> and <mutex> messages, it's scanning all of your working folders for edited files. There are a couple of things you can do to avoid this working folder scan (which happens in the background in the GUI client) 1. Set less ...
by jeremy_sg
Wed Aug 05, 2009 8:23 am
Forum: Examples (API)
Topic: Calls To Add and Rename Take a Long/Are Too Slow
Replies: 22
Views: 165205

Re: Calls To Add and Rename Take a Long/Are Too Slow

To enable logging, put this code at the start of your program: VaultLib.SimpleLogger.Log.EnableClass("all"); VaultLib.SimpleLogger.Log.Enabled = true; VaultLib.SimpleLogger.Log.LogFilePath = "c:\\logfile.txt" Looking at the log file will help determine where the slowdown is happe...
by jeremy_sg
Tue Aug 04, 2009 3:45 pm
Forum: Support (Vault)
Topic: Question re VSS import
Replies: 20
Views: 9742

Re: Question re VSS import

It will probably be fastest to take this offline. Please email support at sourcegear.com ATTN: jeremy with a link to this thread, and a copy of your sgvault.log.
by jeremy_sg
Tue Aug 04, 2009 3:35 pm
Forum: Support (Vault)
Topic: Question re VSS import
Replies: 20
Views: 9742

Re: Question re VSS import

What does your Vault server log file have to say about the errors?
by jeremy_sg
Tue Aug 04, 2009 3:10 pm
Forum: Support (Vault)
Topic: Question re VSS import
Replies: 20
Views: 9742

Re: Question re VSS import

The initial view of a file's history will be Vault History. To show VSS history, you click the Show VSS History button on the bottom right. That brings up a new list box, with a splitter between the two list boxes. VSS history is in the same dialog, but not mixed in with Vault history.
by jeremy_sg
Tue Aug 04, 2009 2:58 pm
Forum: Support (Vault)
Topic: Question re VSS import
Replies: 20
Views: 9742

Re: Question re VSS import

The only issue I really see, overall, is when you've got several versions in Vault so you sort of have two histories to look at. Then based on the version you're looking at you have to "get" that version a different way, that will be confusing to users. That's a good point, but we're work...
by jeremy_sg
Tue Aug 04, 2009 1:10 pm
Forum: Support (Vault)
Topic: Question re VSS import
Replies: 20
Views: 9742

Re: Question re VSS import

You want to put the VSS version into your Vault working folder? At the moment, there are two workarounds: In the Vault history dialog, diff the VSS version against your working folder. Copy the text from the VSS version and paste into the Vault version. or In the Vault history dialog, View the VSS v...
by jeremy_sg
Tue Aug 04, 2009 12:44 pm
Forum: Support (Vault)
Topic: Question re VSS import
Replies: 20
Views: 9742

Re: Question re VSS import

What do you mean "getting a file"? Handoff can view and diff old file versions from VSS. What operations are you looking for?