Questions tagged [sourcegear-vault]

Vault is a commercial, proprietary revision control system by SourceGear LLC which markets its product as a replacement for Microsoft's Visual Source Safe.

57 questions
3
votes
0 answers

CruiseControl.net SourceGear Vault CryptographicException: Keyset does not exist

I ran into this error while setting up CruiseControl.net with SourceGear Vault: CryptographicException: Keyset does not exist After seeing a LOT of solutions about setting access rights on the C:\Users\All Users\Microsoft\Crypto\RSA\MachineKeys…
3
votes
6 answers

Please settle a check out and lock vs update and merge version control debate

I've used source controls for a few years (if you count the Source Safe years), but am by no means an expert. We currently are using an older version of Sourcegear Vault. Our team currently uses a check out and lock model. I would rather switch to a…
John
  • 3,332
  • 5
  • 33
  • 55
2
votes
1 answer

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 bug tracking software. Both currently meet our…
Jeffroe
  • 51
  • 4
2
votes
3 answers

How can I get Vault to use Windows Authentication from NAnt?

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? The NAnt block I am using to initialise the vault…
2
votes
2 answers

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 dates on the change set commit dates are…
Omar
  • 39,496
  • 45
  • 145
  • 213
2
votes
3 answers

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 machine (CruiseControl.net) can get a branch to build…
Pondidum
  • 11,457
  • 8
  • 50
  • 69
2
votes
2 answers

Is perforce/vault interoperable

I am wondering if we can use P4 client to access Vault server? Are those two interoperable?
user496949
  • 83,087
  • 147
  • 309
  • 426
2
votes
1 answer

Sourcegear Vault Client: Working on multiple machines

Say I use SourceGear Vault client on my desktop at work and check out a few files to a network folder. But when I am working from home and login to a terminal server (Windows RDP), Vault thinks that someone else has checked out the files and so I…
partlycloudy
  • 419
  • 1
  • 4
  • 12
2
votes
2 answers

How do I fix my source code bindings?

I've installed VB6, I've installed Sourcegear Vault 5.x and now I get this message on every VB6 startup. And of course, I can't use the built-in source control commands. I've tried reinstalling SourceGear Vault, to no avail. What am I missing? How…
AngryHacker
  • 59,598
  • 102
  • 325
  • 594
1
vote
1 answer

With Vault, should one prefer Labels or Branches when isolating release code bases?

When isolating code for a release, is there any advantages to using "labels" over "branches". The process we follow is to branch code close to release and stabilize the release on the branch. After release is approved by SQA we merge changes back…
Anthony Carroll
  • 449
  • 2
  • 13
1
vote
2 answers

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 this behavior or is it necessary?
James Cadd
  • 12,136
  • 30
  • 85
  • 134
1
vote
1 answer

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?
pmcilreavy
  • 3,076
  • 2
  • 28
  • 37
1
vote
2 answers

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 solution - Web App Project - Shared…
higgsy
  • 1,991
  • 8
  • 30
  • 47
1
vote
1 answer

Moving away from Source-Safe but having problems installing SourceGear Vault on IIS 10

In order to keep my scripts I used to use Microsoft source safe but after many issues, I migrated to sourceGear Vault, which stores all the data in a few sql server databases, so that you can backup them, etc. This question is specific to this…
1
vote
1 answer

Project in VS2010 unavailable and can't reload

I've been trying to load a project from a SourceGear Vault Client that has a plug-in for Visual Studio 2010. After selecting the solution file, the solution explorer populates with the associated projects but appends (unavailable) to the end of each…