Vault is a commercial, proprietary revision control system by SourceGear LLC which markets its product as a replacement for Microsoft's Visual Source Safe.
Questions tagged [sourcegear-vault]
57 questions
1
vote
0 answers
Sourcegear-vault - the find in files option not working. How to fix it?
I have been using Vault, and I am happy with it.
One thing that is missing for me though, is the ability to "find in files"
the option is available on the menu but it simply does not work.
An error occurred in Find in Files. Server Error: [3000] -…

Marcello Miorelli
- 3,368
- 4
- 44
- 67
1
vote
0 answers
Shared .Net dll / Access to the path 'bin\Release\ is denied
I am having an issue with sharing dlls between projects and building the solution afterward. To be brief I'll give two project examples. 'MyWebProject' and 'MyService'.
I am using Vault as a source control, which has a feature to share the same .dll…

user2023116
- 423
- 2
- 6
- 16
1
vote
0 answers
Get latest via the C# API
I'm trying to get latest from Vault using the VaultClientIntegrationLib
I am able to get latest by doing
GetOptions getOptions = new GetOptions();
getOptions.Recursive = true;
GetOperations.ProcessCommandGet(new string[] { diskPath },…

Nived
- 1,804
- 1
- 15
- 29
1
vote
1 answer
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 repository selected in the Vault GUI but whenever…

Wesley Wiser
- 9,491
- 4
- 50
- 69
1
vote
1 answer
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.
If i change vault to work in offline mode, the…

WebDude
- 6,125
- 5
- 33
- 44
1
vote
2 answers
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 they were at a specific version. I've tried…

Zack
- 2,291
- 2
- 23
- 38
1
vote
2 answers
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 documentation doesn't even list it as being supported…

Russell Durham
- 624
- 6
- 18
1
vote
0 answers
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 how to structure it and create sub-modules in Git…

Russell Durham
- 624
- 6
- 18
0
votes
1 answer
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 drawbacks to implementing this so if anyone has…

ediblecode
- 11,701
- 19
- 68
- 116
0
votes
3 answers
Where can I find the last successful build?
We re-branched our release version of code to create a new Development branch. Since I had a project explicitly defined beneath the parent of the branch, it did NOT set the new "working folder". Therefore, my "GetLatestVersion" overwrote all of the…

ganders
- 7,285
- 17
- 66
- 114
0
votes
1 answer
NAnt and Vault Documentation
So I am looking for documentation on the tags available in NAnt for Vault. I saw some samples on SourceGear's site but I don't think they are the exhaustive list. Does anywhere know where I can find documentation on all the eligible tags?
Thanks
brianmrush
0
votes
1 answer
How do I access properties of checked out files in Vault Client?
I'm developing a WinForms application with SourceGear's Vault Client .NET API
I want to get more information of files that are checked out.
The code below loops through each file of checkouts.
Problem: the only (file) properties I can access are…

Tassisto
- 9,877
- 28
- 100
- 157
0
votes
1 answer
How do I list the available labels of a Project?
It's my first time I develop a .NET winforms application using Vault Client API functionalities.
I want to use Vault Client API to get a list of the labels per project.
I found the method ServerOperations.ProcessCommandFindLabels() in…

Tassisto
- 9,877
- 28
- 100
- 157
0
votes
1 answer
Vault and TeamCity
I have TeamCity 9.1.6 up and running, and it was previously working with Vault 9.0. I upgraded Vault to version 9.1, which is the latest, and now TeamCity errors when checking for source code changes. The message is:
Error collecting changes for…

Andy
- 8,432
- 6
- 38
- 76
0
votes
1 answer
SourceGear merge of .sqlproj files
We use Sourcegear Vault Standard version 8.0.1 (299) with VS2013. The .sqlproj file extension has been added to the inclusion list and now when doing a merge Vault wants to overwrite the project file. As a general rule I think that is a bad idea.…

Rod C
- 56
- 9