Tagged Questions

0
votes
1answer
6 views

Visual Studios Prompts for Vault Repository at Solution Load

Whenever I load a specific solution under source control (Vault), Visual Studios (2008) prompts me to choose the repository. This takes the form of Vault's Choose Repository prompt …
1
vote
1answer
98 views

How to merge source code from Vault to TFS 2008

I am looking into merging our source control provider and bug tracking software to Team Foundation Server 2008. We currently have SourceGear Vault as our source control provider a …
1
vote
3answers
169 views

Nant, Vault & Windows Integrated Authentication

I am wanting to perform a number of tasks in SourceGear Vault (V4.1.4) with Nant (V0.86.3317.0). Is there any way we can get Vault to use Windows Authentication from Nant to creat …
0
votes
2answers
393 views

CruiseControl.NET Build Label & SourceGear Vault Practice Related Question

I use SourceGear Vault and applyLabel="true" for a project so when it builds it will create a label in SourceGear Vault for the corresponding project.My questions are I have a nig …
3
votes
2answers
202 views

How to migrate from SourceGear Vault to TFS?

Is there any easy way of migrate files version from SourceGear Vault to TFS? TIA JL
0
votes
2answers
69 views

Is there a way to use MS Access 2003 with Sourcegear Vault 4.1.4 for source control?

As the title says, I would like to use Vault for source control of an MS Access application that contains forms, queries and modules with vb code. I want to avoid the tedious proce …
5
votes
7answers
267 views

Source control system for small database dev team

I am responsible for a small development team and we deal mainly with database development. We are currently using MS Visual Source Safe as our source control system, but it has i …
0
votes
1answer
41 views

Branching failures in SourceGear’s Vault?

I'm using SourceGear's Vault version control software (v4.1.2) and am experiencing DBReadFailures when attempting to branch a folder. I don't really know if I'd call the folder "l …
0
votes
1answer
29 views

How to work unbound in VS2008 when the solution is.

Scenario: Solution is bound The team prefers to work bound I want to work unbound. To that end, in Tools/Options/Source Control I set the current source control plug-in to None. …
14
votes
12answers
730 views

How do you track database changes in source control?

We use SQL Server 2000/2005 and Vault or SVN on most of our projects. I haven't found a decent solution for capturing database schema/proc changes in either source control system. …
5
votes
9answers
1k views

Subversion versus Vault

I'm currently reviewing the benefits of moving from SVN to a SourceGear Vault. Has anyone got advice or a link to a detailed comparison between the two? Bear in mind I would have t …
2
votes
3answers
180 views

source control building a branch

I am currently evaluating different source control solutions for work, and have a few questions about branching. I have the basic understanding of how to branch, but i am unsure …
6
votes
5answers
688 views

Any tool to migrate repo from Vault to Subversion?

Are there any tools to facilitate a migration from Sourcegear's Vault to Subversion? I'd really prefer an existing tool or project (I'll buy!). Requirements: One-time migration …
3
votes
1answer
243 views

Any SourceGear Vault Client API Examples?

I'm trying to get at my Vault repo history via a C# application. I'm having a hard time finding any decent examples that show how to do this with a recent version of the API. I fo …