Search found 55 matches

by andrews
Wed Mar 19, 2008 4:04 pm
Forum: Support (Vault)
Topic: 4.1 VS 2005 problems
Replies: 7
Views: 4639

I've attached the log. 99% of it is describing the startup process, with the bit at the end for when I try to commit a file. Some more information from one of our testers. If we work in Edit->Merge mode _and_ we don't have a directory called <projectname>.ncb, then Vault allows checkins plus the Pen...
by andrews
Wed Mar 19, 2008 3:42 pm
Forum: Support (Vault)
Topic: 4.1 VS 2005 problems
Replies: 7
Views: 4639

Hi Ian, We're on a very fast network (sorry can't tell you the speed offhand) and Vault's on a new hi-spec win2008 server machine. We've tried this on two client machines, both 3.4ghz/1gb RAM. Opening Vault Client we don't see much of a delay at all - its Visual Studio that has the problems. We trie...
by andrews
Tue Mar 18, 2008 11:21 pm
Forum: Support (Vault)
Topic: 4.1 VS 2005 problems
Replies: 7
Views: 4639

4.1 VS 2005 problems

Background:- We checked in our codebase, including vs2005 projects etc. We extracted them to a user's machine using Vault Client. We then opened one of the projects in VS 2005, chose the Enhanced Client under Source Control options. We noticed that the project's Vault Bindings weren't set, so we ope...
by andrews
Tue Mar 18, 2008 4:33 pm
Forum: Support (Vault)
Topic: Merge Branches problem
Replies: 5
Views: 3303

Jeremy, thanks for running the test. You've hit the nail on the head - the file wasn't binary, but the extension (.sh) wasn't listed on Vault's file types.

:: kicks self repeatedly ::

Thanks for your help, its all working now & our blood pressure's returned to normal :)
by andrews
Tue Mar 18, 2008 3:42 pm
Forum: Support (Vault)
Topic: Merge Branches problem
Replies: 5
Views: 3303

I'd gladly do a "Show Merge" on the Needs Merge files. As I said in my post though, the files aren't being marked as Needs Merge, they're being marked as "Edited" and the Show Merge item on the context menu is greyed out when I right-click. If I commit, the files in the target fo...
by andrews
Mon Mar 17, 2008 8:33 pm
Forum: Support (Vault)
Topic: Merge Branches problem
Replies: 5
Views: 3303

Merge Branches problem

I ran a simple, yet true-to-life, test to evaluate Vault 4.1's branch merging features. The test was as follows:- 1. Created a branch of a folder containing a text file. 2. Edited the text file in the branch, adding in 2 new lines. 3. Edited the file in the original folder, adding 2 new lines, one o...
by andrews
Tue Feb 19, 2008 3:59 pm
Forum: Support (Vault)
Topic: Changing a past revision's comment
Replies: 2
Views: 1639

Wonderful, thanks Shannon!
by andrews
Mon Feb 18, 2008 5:42 pm
Forum: Support (Vault)
Topic: Changing a past revision's comment
Replies: 2
Views: 1639

Changing a past revision's comment

As part of integrating Vault with our in-house bugtracking tool, we need to be able to change comments for past revisions on a per-file basis using the command line (basically appending the bugtracking item's ID to the comment). I've been unable to find out how to do this with vault.exe. Is it possi...
by andrews
Sun Feb 17, 2008 6:37 pm
Forum: Examples (API)
Topic: Plugin Template
Replies: 39
Views: 203940

The sample plugin is not actually listing any changes to files. Looking at the plugin's code, there's the following lines:- lastversion = long.Parse((string)System.Configuration.ConfigurationSettings.AppSettings[WebConfigLastVersionKey]); VaultClientFolder vcfolder = ServerOperations.client.ClientIn...
by andrews
Sun Feb 17, 2008 4:32 pm
Forum: Examples (API)
Topic: Plugin Template
Replies: 39
Views: 203940

I'd moved the on-disk directory and then edited the Virtual directory to point to the new location. Just now I've removed the virtual & created a new one under "Default Web Site" instead of being under "VaultService". Is this what you meant? I can now open the page ok in a br...
by andrews
Sun Feb 17, 2008 3:32 pm
Forum: Examples (API)
Topic: Plugin Template
Replies: 39
Views: 203940

I've now moved it somewhere totally separate - still the same error I'm afraid.
by andrews
Thu Feb 14, 2008 5:59 pm
Forum: Examples (API)
Topic: Plugin Template
Replies: 39
Views: 203940

I'd created it manually through IIS as per the instructions and yes it had anonymous access. Just to be sure, I've deleted and created the virtual directory again - still the same error happening. I then loaded the file http://xx.xx.xx.xx/VaultService/PluginServiceTemplate/PluginServiceTemplate.asmx...
by andrews
Thu Feb 14, 2008 4:21 pm
Forum: Support (Vault)
Topic: Security question
Replies: 9
Views: 4875

Can I add to that the right to delete files? Thanks :)
by andrews
Wed Feb 13, 2008 11:57 pm
Forum: Examples (API)
Topic: Plugin Template
Replies: 39
Views: 203940

Hmm ok, I'm seeing the following:-

"Exception in plugin thread : The request failed with HTTP status 401: Unauthorized."
by andrews
Wed Feb 13, 2008 6:32 pm
Forum: Support (Vault)
Topic: Security question
Replies: 9
Views: 4875

Security question

Does Vault provide any mechanism for controlling who can create and/or merge branches, or apply labels? Our dev team isn't huge, but its big enough that we don't want everyone to be able to do those things as they see fit - we'd much rather have control of those actions in the hands of a smaller gro...