Vault is a commercial, proprietary revision control system by SourceGear LLC which markets its product as a replacement for Microsoft's Visual Source Safe.
0
votes
0answers
7 views
Is there a way to force Vault GUI client doing an auto-check out of modified files?
I feel very comfortable with the way that svn/cvs automatically detects the files which were modified, so that i can see the complete change-set recursively from the root.
Is there a workaround to ...
0
votes
1answer
157 views
Sourcegear Vault is slowing down Visual Studio 2012
I am finding Source Gear Vault Standard is making Visual Studio unbearably slow.
Every time I check out a file, or even save a checked out file, i'm waiting up to 10 seconds just for the file to save.
...
0
votes
1answer
45 views
How to you pull all files in project per version or label in Vault?
I'm new to vault and not a huge fan so far, but I need to do something which would be easy in SVN or Mercurial but I can't figure out how to in Vault.
I need to Get a copy of the repository files as ...
1
vote
2answers
28 views
Labeling Builds in Vault with TeamCity
My VCS is Vault and I'm using TeamCity for my CI. I'd like to have TC label the project in vault upon a successful build but the documentation is not very clear on how to do this.
The actual TC ...
1
vote
0answers
144 views
Managing source for Phonegap cross platform projects in Vault
I'm currently working on my first mobile app with phonegap and wanted to know how Vault users are managing their source for a project that is across multiple platforms.
I've seen articles regarding ...
0
votes
1answer
232 views
Visual Studio says, “Unable to read the project file” when opening a project from Source-Gear Vault
I am using Visual Studio Express (v4.0.30319) singing to the tune of Visual Basic, and I'm using Source-Gear for my source control Visual Studio integration.
When I open a project I have to do it via ...
0
votes
0answers
82 views
Automated Code Promotion using CruiseControl.Net and Sourcegear Vault
I have a repository setup in Vault with 3 branches: Development, Test, and Production.
I have recently setup CruiseControl.Net to do automated builds on check in to Development as well as a nightly ...
2
votes
1answer
388 views
Is there a way to import/export SourceGear Vault to Git
I have a source control system using SourceGear Vault.
I'm playing with Git and wanted to see if I could get my SourceGear repo into Git.
I cannot see any way to do this.
Can anyone recommend a way ...
0
votes
1answer
200 views
How to change SourceGear Vault server address in visual studio 2010
I have a project that I have only been working on locally and I have setup the Source Gear Vault to access the server with a local url. I am now going to be working on this project at home and need to ...
0
votes
1answer
76 views
Any way to make Vault auto check in files?
Does anyone know if there is a way to make Vault, or the users of Vault to automatically check in their checked out files at a certain time of day (i.e. after office hours).
I know there are obvious ...
2
votes
2answers
376 views
Vault to Git to Mercurial not preserving dates
Using https://github.com/AndreyNikiforov/vault2git I was able to convert a Vault repo to Git and then used Mercurial's hg convert to get a hg repo. The only issues is that after running hg convert the ...
1
vote
2answers
234 views
WP7: Why does Visual Studio automatically check out WMAppManifest.xml?
I'm working on a WP7 project and noticed that VS constantly checks out WMAppManifest.xml. As far as I can tell this happens regardless of what type of code change I make. Is it possible to prevent ...
3
votes
5answers
693 views
Has anyone had any success with VB6 application and Source Control?
Currently I'm using Source Safe with a legacy VB6 application and I've noticed countless times where the application is not updating the files correctly using the get latest version, or adding new ...
1
vote
1answer
115 views
How to use nAnt to get latest of all files in a Visual Studio Solution?
Is there a task or something that can accept an sln file and then get latest of each file in the sln?
3
votes
2answers
1k views
Beyond Compare 3 editing disabled
With BC2, when i click the Show differences... option in SourceGear Vault. It allow me to copy from the repository to the working version and save but I can't do this with BC3. It doesn't allow ...
1
vote
2answers
260 views
Source control for multiple projects
I've worked with SourceGear Vault for sometime for source control but I've run into a problem - which is going to be all the more common.
I have a visual studio solutions that looks like so:
-Main ...
2
votes
1answer
956 views
Sourcegear Vault: How do I get an automated list of checked out files?
Question:
How can I get a list of all checked out files per user in Sourcegear Vault?
Use of this functionality:
From time to time we have developers leaving files checked out and although this ...
1
vote
4answers
1k views
What is your opinion on Sourcegear Vault? [closed]
I am considering buying Sourcegear Vault for mydev-team as an alternative to Subversion/TFS. Cost is not the option/issue here and I want something more modern than SVN.
What is your opinion on using ...
2
votes
5answers
1k views
Recommendations for version control software [closed]
In my day job, we use Visual Source Safe for version control. In my moonlight software development, I haven't as yet committed to a version control product. I'm presently backing up at the end of ...
-1
votes
3answers
249 views
Is SourceGear Vault free? [closed]
Is sourcegear vault free? if its not what is the restrictions in a trial if they are available?
8
votes
4answers
2k views
Can TFS Pending Changes show files that are truly changed like SourceGear Vault?
I have been using SourceGear vault for some personal projects and Team Foundation Server for work projects. One thing TFS is missing is a simple feature that Vault has on its check in dialog window.
...
6
votes
1answer
375 views
Is it possible to pull from/push to SourceGear Vault repository using Mercurial?
I noticed that this kind of functionality exists for subversion and it works very nicely. I was wondering if there is such thing for SourceGear Vault.
0
votes
2answers
166 views
Background search for changes in TFS source control
SourceGear Vault's client app has the ability to background search for changes. This is very useful because at any time I can take a quick peek and see what changes my team members have checked in and ...
3
votes
1answer
711 views
Viewing deleted files in Vault
Is there a way to view the contents and history of deleted files in the SourceGear Vault Client? The only way I have found is to undelete the file, view the file, and then delete the file again.
I'm ...
1
vote
1answer
83 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. I have a default ...
0
votes
1answer
116 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.
However, when I ...
0
votes
1answer
411 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 "large" or not ...
0
votes
3answers
326 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 process of exporting and ...
1
vote
1answer
719 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 and OnTime for our ...
2
votes
3answers
624 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 create the connection?
...
2
votes
3answers
515 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 of how our build ...
7
votes
2answers
2k views
How to migrate from SourceGear Vault to TFS?
Is there any easy way of migrate files version from SourceGear Vault to TFS?
3
votes
1answer
1k 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 found some info on the ...
20
votes
13answers
3k 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.
Our current ...
1
vote
2answers
1k 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 nightly builds so what ...
5
votes
11answers
997 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 its limitations and ...
15
votes
13answers
4k views
Subversion versus Vault [duplicate]
Possible Duplicate:
Any tool to migrate repo from Vault to Subversion?
I'm currently reviewing the benefits of moving from SVN to a SourceGear Vault.
Has anyone got advice or a link to a ...
11
votes
5answers
3k 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 only
Full history ...