Tagged Questions

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

learn more… | top users | synonyms

5
votes
1answer
330 views

Storing credit cards, an alternate to using a credit card vault

Obviously I'd love to use a credit card vault to store cards. But our business model doesn't allow for this. For example: our clients are corporations, they create accounts in our software. Each ...
2
votes
1answer
124 views

Using Sourcegear Vault with Eclipse?

We use Sourcegear Vault Standard (version 5.something) for our source control. I need to be able to access the repository on Mac OS, so it seemed like the easiest way to do that was to run Eclipse ...
2
votes
1answer
33 views

Is perforce/vault interoperable

I am wondering if we can use P4 client to access Vault server? Are those two interoperable?
2
votes
1answer
153 views

Code review tool for Vault

We're using Vault from SourceGear as our source control repository. Does anyone know if there's a code review tool that can work with Vault, or something that can work with local files ? I've checked ...
1
vote
1answer
83 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?
1
vote
1answer
191 views

Adding Sourcegear Vault support

Simple. I use Vault to manage my personal source files. But I don't like to check in/out outside the Delphi IDE.Delphi XE supports Subversion so I wondered... Could I also get Vault to work with this? ...
1
vote
2answers
206 views

Is it possible to hide sensitive data from Oracle DBAs?

I would like to know if there is a way to hide sensitive information (assume data that could be used for insider trading, for instance) from DBAs in an Oracle 10g environment. Is Oracle Database Vault ...
1
vote
6answers
373 views

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 ...
1
vote
1answer
166 views

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 ...
0
votes
1answer
22 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 ...
0
votes
0answers
153 views

Restoring data for Symantec Enterprise Vault 9.0

I am working with a company which uses Symantec 9 Enterprise Vault for their backup solution. I am trying to do a proof-of-concept with some hardware compatibility and my setup is in a QA environment. ...
0
votes
1answer
67 views

How to modify reported file size on NTFS disks?

Greetings. I'm working on a secretive project for a company, and I'd like to wow them. I need to encrypt data, and preferably hide it in an NTFS stream, then cause the disk to act like there's no data ...
0
votes
1answer
309 views

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 ...