Search found 2400 matches

by dan
Thu May 11, 2006 7:46 am
Forum: Support (Vault)
Topic: Question: is there any way to break a branch?
Replies: 10
Views: 5803

Note that if the purpose of doing this is to be able to retrieve files at a given state (and they won't be edited after that), you could always use labels to mark the folder version, and then get the tree as of the label at any time in the future.
by dan
Thu May 11, 2006 7:41 am
Forum: Support (Vault)
Topic: GetByLabel_GetData API sample
Replies: 2
Views: 2432

The command line client source code has an example of these calls in the ProcessCommandGetLabel() command in VaultCmdLineClient.cs. The CLC source is included with the API installer. So, I would suggest looking there first for usuage, and you might even want to run the CLC in the debugger to see exa...
by dan
Thu May 11, 2006 7:35 am
Forum: Support (Vault)
Topic: Cannot open VS2005 project
Replies: 5
Views: 3318

Turn on IDE logging and then try it again. See http://support.sourcegear.com/viewtopic.php?t=2898 for directions on logging, then either post the log file here or email it me.
by dan
Wed May 10, 2006 3:37 pm
Forum: Support (Vault)
Topic: Cannot open VS2005 project
Replies: 5
Views: 3318

So before the Vault login comes up, the error happens? That indicates a configuration problem on the 2nd machine.

This may be a dumb question, but is Vault installed on the other machine and set to be the default source control provider?
by dan
Wed May 10, 2006 2:48 pm
Forum: Support (Vault)
Topic: Cannot open VS2005 project
Replies: 5
Views: 3318

Vault fully supports VS 2005.

When you tried it on a different machine, did you first do an Open From Source Control to open the project?
by dan
Wed May 10, 2006 8:00 am
Forum: Gold Support (Vault) -- Read-only
Topic: Unable to install 3.1.8 Admin Tool
Replies: 12
Views: 10775

When you installed the admin tool previously, did you use the separate Admin Tool installer, and are now try to install it with the server installer? This would likely cause problems, although I'm not sure whether it would show up in the errors you are seeing.
by dan
Wed May 10, 2006 7:57 am
Forum: Gold Support (Vault) -- Read-only
Topic: runtime errors
Replies: 15
Views: 14165

This is probably something to do with the .Net Framework. Try the following: 1. Completely uninstall the Vault client 2. Manually delete HKEY_LOCAL_MACHINE\SOFTWARE\SourceGear\Vault Client. 3. Manually delete your local cache at C:\Documents and Settings\[username]\Local Settings\Application Data\So...
by dan
Tue May 09, 2006 2:42 pm
Forum: Support (Vault)
Topic: Using a port other than 80?
Replies: 2
Views: 2426

This is set up via IIS on the server. You can specify the Vault Service to use non standard ports there.

For the client side, the server name in the Connect dialog can have the port number appended to it, such as "vaultserver.domain.com:XX"
by dan
Tue May 09, 2006 8:42 am
Forum: Support (Vault)
Topic: bug: checked out location, machine name
Replies: 2
Views: 2516

The string isn't meant to conform to the windows standard. We print the machine name first because it is usually the unique part of the string, so it takes less space to determine differences.
by dan
Tue May 09, 2006 7:58 am
Forum: Support (Vault)
Topic: Access Logs?
Replies: 2
Views: 1940

The Vault server log outputs login and logout info. It is at %windir%\temp\sgvault by default.
by dan
Mon May 08, 2006 7:36 am
Forum: Support (Vault)
Topic: Cannot delete folder!
Replies: 3
Views: 2350

OK, go to the server log (usually in %windir%/temp/sgvault) and see whether there are error messages related to a delete attempt.
by dan
Sat May 06, 2006 3:45 pm
Forum: Support (Vault)
Topic: My SQL?
Replies: 10
Views: 5214

Microsoft's MSDE and SQL Server are the only two databases supported by Vault. MSDE is free, but has a 2 GB limit on the size of the DB>
by dan
Sat May 06, 2006 11:16 am
Forum: Support (Vault)
Topic: Cannot delete folder!
Replies: 3
Views: 2350

We need to determine whether this is a client or server issue. If you try the delete from a different machine or a different user on the same machine, do you get the same error?
by dan
Fri May 05, 2006 2:59 pm
Forum: Support (Vault)
Topic: Labels show in History different from Show Labels
Replies: 8
Views: 7501

Thanks for your understanding :)

3.5 will be released either this month or next month...
by dan
Fri May 05, 2006 1:55 pm
Forum: Support (Vault)
Topic: Labels show in History different from Show Labels
Replies: 8
Views: 7501

The imported labels will not appear differently in 3.5 - the dates and versions have to be adjusted in order to recreate the labels accurately in Vault. The contents of the labels are correct, at the expense of their versions numbers and therefore dates. One other (pedantic) note about 3.5 : The lab...