Search found 2400 matches

by dan
Fri Apr 21, 2006 12:32 pm
Forum: Support (Vault)
Topic: VS2003 & VS2005 -> no integration in VS 2003
Replies: 8
Views: 5439

Did your version of VS2003 ever work with Vault? I ask because some versions of VS don't support source control integration. The easiest way to turn this on is to go to the Vault GUI client, Tools->Options->Make Vault your default SCC provider, and toggle it. If it is already on, then turn it off, e...
by dan
Fri Apr 21, 2006 12:26 pm
Forum: Support (Vault)
Topic: FLAs and Vault
Replies: 3
Views: 2247

Vault should be able to handle files of any kind or size - they are all the same to the backend server.

And Vault does support showing differences for text files, but not for files that are treated as binary, like image files or Word documents.
by dan
Fri Apr 21, 2006 12:15 pm
Forum: Support (Vault)
Topic: GET an entire Solution for a certain version #
Replies: 4
Views: 3084

If you invoke history, the History Query Filter/Sort dialog is initially displayed (unless it has been turned off, in which case, go to Tools->Options->Command Dialogs to turn it back on). In that dialog, there are two radio buttons corresponding to viewing history by item or version. You will want ...
by dan
Fri Apr 21, 2006 12:10 pm
Forum: Support (Vault)
Topic: Funny Merge observed
Replies: 1
Views: 1867

The short answer is: this is expected after a deletion of the cache. The long answer: When the cache is deleted, the baseline file gets deleted as well. The baseline file is the last version of the file retrieved to the client before it is edited. When the baseline is deleted, Vault has no way to de...
by dan
Fri Apr 21, 2006 10:16 am
Forum: Support (Vault)
Topic: Problem set DiffMerge Tool character encodings.
Replies: 8
Views: 7894

Add the attached .so file to the location where the other sgdm .so files are, and after restarting the tool, it should be available.
by dan
Thu Apr 20, 2006 7:26 am
Forum: Support (Vault)
Topic: Merge Branch Issues
Replies: 4
Views: 3019

My only suggestion would be that if you want to work on both a trunk and a branch on the same machine, it would be convenient for you to use different working folders for them, so you don't have to switch them around, and you could also work on both at the same time. It may be that it isn't merging ...
by dan
Wed Apr 19, 2006 2:10 pm
Forum: Support (Vault)
Topic: Same Vault ID parallel builds
Replies: 2
Views: 2096

If by Vault ID you mean the user name, then yes, if one process sets the working folder and another sets it again, the last one to set the working folder will be the way it stays. However, if you doing a full get to a new folder everytime, you probably don't want to use a working folder Get, but a G...
by dan
Wed Apr 19, 2006 12:13 pm
Forum: Gold Support (Vault) -- Read-only
Topic: CryptographicException with ASP.NET 2.0
Replies: 3
Views: 3445

Does your Vault GUI client work properly on the same machine? One thing you could try is to turn on Vault client logging. See the knowledge base for how to set that up. You should be able to create a [yourapp].exe.config file that generates a log, and it might have better info about what is happening.
by dan
Wed Apr 19, 2006 8:27 am
Forum: Support (Vault)
Topic: shift-down bug after alt-tab
Replies: 6
Views: 3397

Another way to handle this would be set the option to not automatically commit operations, then delete the files one at a time, which will put them in your pending change set instead of immediately committing each one. Once you have deleted all the files, commit them from the pending change set, and...
by dan
Wed Apr 19, 2006 8:11 am
Forum: Gold Support (Vault) -- Read-only
Topic: CryptographicException with ASP.NET 2.0
Replies: 3
Views: 3445

This is just a guess, but follow the steps in this KB article and see whether that helps at all:

http://support.sourcegear.com/viewtopic.php?t=231
by dan
Tue Apr 18, 2006 9:15 am
Forum: Support (Vault)
Topic: Web Application Projects
Replies: 5
Views: 3365

This is unlikely to be a Vault-specific issue, but there might be an interaction between VS and source control plugins that reveal a bug somewhere. In any case, the way to test this would be to turn on Vault IDE logging, and check whether any API calls are made to Vault as a result of pressing F7. S...
by dan
Tue Apr 18, 2006 8:18 am
Forum: Gold Support (Vault) -- Read-only
Topic: Including referenced DLL's in bin folder
Replies: 5
Views: 4059

You can only put files under source control that exist within the project root, and references don't actually exist in the project source unless you copy them there. One workaround would be to copy the dll to a location within the project and explicitly add the dll file to project. VS will then reco...
by dan
Mon Apr 17, 2006 4:05 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Including referenced DLL's in bin folder
Replies: 5
Views: 4059

Can you describe the exact problem you are having, and the steps to reproduce it?

Is the problem that the dll is not being included when adding the project to source control?
by dan
Fri Apr 14, 2006 10:44 am
Forum: Gold Support (Vault) -- Read-only
Topic: I don't have these files checked out
Replies: 1
Views: 2316

Are the files that are reported as checked out by VS read-write on disk? VS sometimes interprets a file that is read-write as checked out, even though it really isn't.
by dan
Fri Apr 14, 2006 8:35 am
Forum: Support (Vault)
Topic: Diff tool not ignoring whitespace on Folder compare
Replies: 1
Views: 1771

Yes, this is how it was designed - to ignore white space for file diffs, but not necessarily for folders diffs. I'll add this as a feature request (to add another option to ignore white space for folder diff). In the meantime, you can specify another diff tool in Tools->Options that supports the fea...