Search found 2400 matches

by dan
Tue Jun 27, 2006 9:05 am
Forum: Gold Support (Vault) -- Read-only
Topic: Vault Client occasionaly hangs when idle
Replies: 5
Views: 6832

Are you running the client under the 2.0 .Net framework? Check Help->Technical Support, and it will report which framework it is using. There is a currently a known bug that the client will sometimes hang if it is put in the background running on 2.0. This will be fixed in Vault 3.5, but the default...
by dan
Fri Jun 23, 2006 9:18 am
Forum: Gold Support (Vault) -- Read-only
Topic: Multiple Projects in VS2003
Replies: 19
Views: 21412

Ironically, that is why .csproj files are not in the mergable file list by default :)
by dan
Thu Jun 22, 2006 3:30 pm
Forum: Support (Vault)
Topic: Compare by file content
Replies: 6
Views: 7774

You will need to upgrade to the latest release to get the CRC check. We added it in 3.0, and you are on 2.0.6.
by dan
Thu Jun 22, 2006 8:42 am
Forum: Gold Support (Vault) -- Read-only
Topic: Multiple Projects in VS2003
Replies: 19
Views: 21412

Is your local user option "Always Request exclusive locks" turned off (in Tools->Options->General)? When the project file is checked out in VS, you can click the top left icon for advanced check out options, and that dialog has a checkbox for "Request exclusive lock". See what th...
by dan
Wed Jun 21, 2006 3:40 pm
Forum: Support (Vault)
Topic: Compare by file content
Replies: 6
Views: 7774

.user files shouldn't be in source control because they are different for each user. However, the general question of how to exclude files that have not changed their contents, but do have different timestamps is to use CRCs to compare file differences. Go to Tools->Options->Local files, and check t...
by dan
Wed Jun 21, 2006 1:26 pm
Forum: Gold Support (Vault) -- Read-only
Topic: "CryptoAPI cryptographic..." error on client logon
Replies: 5
Views: 7469

I just noticed the KB article says to do this on the server machine, but you are seeing this on the client machine. If you do the same steps on the client, does it help?
by dan
Wed Jun 21, 2006 11:01 am
Forum: Gold Support (Vault) -- Read-only
Topic: Branching for Versioning
Replies: 3
Views: 5946

phenderson wrote:So you can select which changes to merge back in as opposed to merging the entire branch?
Yes

You might want to play around with it in a test repository to get a feel for how it works.
by dan
Wed Jun 21, 2006 10:21 am
Forum: Gold Support (Vault) -- Read-only
Topic: Branching for Versioning
Replies: 3
Views: 5946

Branching is the best way to go if you want multiple versions, and want the ability to move changes from one version to another (via the Merge Branches command)
by dan
Wed Jun 21, 2006 9:22 am
Forum: Gold Support (Vault) -- Read-only
Topic: "CryptoAPI cryptographic..." error on client logon
Replies: 5
Views: 7469

See the KB article at http://support.sourcegear.com/viewtopic.php?t=231 for info on this error.
by dan
Wed Jun 21, 2006 9:21 am
Forum: Gold Support (Vault) -- Read-only
Topic: Upgrading from 2.0.6 to 3.1.9
Replies: 4
Views: 7071

Yes, the whole upgrade would be the recommended way to do this. You can always login as admin locally, so you don't really need to worry about licenses. Suggested steps: 1. Move Vault DB to test machine 2. Install 2.0.6 on test machine, choosing to keep DB 3. Install 3.1.8 on test machine, and see h...
by dan
Wed Jun 21, 2006 8:31 am
Forum: Gold Support (Vault) -- Read-only
Topic: Upgrading from 2.0.6 to 3.1.9
Replies: 4
Views: 7071

You should be able to upgrade directly from 2.0.6 to 3.1.9. However, since the 3.1 release required some database structure changes, the upgrade could take awhile, but it is hard to predict how long, because it depends on the structure of your DB. It could take minutes or hours, but 3GB is not terri...
by dan
Tue Jun 20, 2006 12:24 pm
Forum: Knowledge Base (Vault)
Topic: Visual Studio always displays login or repository dialog
Replies: 0
Views: 13467

Visual Studio always displays login or repository dialog

Vault integration with Visual Studio is setup to automatically login to Vault if you use a profile. Additionally, you should only have to select the repository once during setup. Visual Studio binding can sometimes get into a state where it does not send login or repository information to Vault, whi...
by dan
Mon Jun 19, 2006 12:12 pm
Forum: Support (Vault)
Topic: Bug: Files reported as read only when they are not
Replies: 5
Views: 6126

The Show Merge and Resolve Merge Status menu items are only available when the file is in a Needs Merge state. If the file is merely edited, there is nothing to be merged into the working copy, because there are no changes that were checked into the server since you started editing the file. Note th...
by dan
Mon Jun 19, 2006 12:08 pm
Forum: Gold Support (Vault) -- Read-only
Topic: 3.1.9 - VS.Net Web Projects and deleted files
Replies: 3
Views: 6306

jnapier wrote:Do you have to have the Perform Repository Deletions Locally option set to Remove Working Copy for this to work?
Yes, your default must be set to this
by dan
Mon Jun 19, 2006 10:58 am
Forum: Gold Support (Vault) -- Read-only
Topic: 3.1.9 - VS.Net Web Projects and deleted files
Replies: 3
Views: 6306

There is no underlying project file, but in Visual Studio, a Get Latest on the project name (which is the project file in other projects) will do a recursive Get (instead of a Get on individual files), which will remove the files that should be deleted.