sourcegear-vault

How to migrate from SourceGear Vault to TFS?

纵然是瞬间 提交于 2020-01-22 19:52:47
问题 Is there any easy way of migrate files version from SourceGear Vault to TFS? 回答1: Not really. TFS isn't too good about importing history. On the plus side, this is your chance to rearrange your source code tree. 回答2: MS have created a toolkit for creating import and export tools. But a quick search doesn't show (in the first few hits) anyone who has done the hard work. Another option is to import current state (just perform a TF add into an Import branch ad then branch into your working

How to migrate from SourceGear Vault to TFS?

本秂侑毒 提交于 2020-01-22 19:52:06
问题 Is there any easy way of migrate files version from SourceGear Vault to TFS? 回答1: Not really. TFS isn't too good about importing history. On the plus side, this is your chance to rearrange your source code tree. 回答2: MS have created a toolkit for creating import and export tools. But a quick search doesn't show (in the first few hits) anyone who has done the hard work. Another option is to import current state (just perform a TF add into an Import branch ad then branch into your working

Any way to make Vault auto check in files?

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-06 08:41:48
问题 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 any ideas to bring about the desired result (checked in files), please share. Thanks 回答1: I can't really possibly think of any benefit automatic commits could bring. If I have some unfinished work on my local computer, I can either have two choices,

Unable to connect to https://myserver/VaultService

折月煮酒 提交于 2019-12-12 04:54:22
问题 I have just installed Vault on my machine, I intend touse it single user. When trying to use it for the first time, I get the error message below. Is there anything I should enable? I have the correct passwords. I am using the Admin account. I have Windows * 64 bits, Vault is also 64 bits. Thanks to Beth's answer below, now I can at least visualise the following page, but still not be able to follow the links in it. This is the result I get when I click on the links(Picture below). Error

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

牧云@^-^@ 提交于 2019-12-11 03:02:28
问题 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 connect is: <target name="InitialiseVaultSettings"> <echo>InitialiseVaultSettings</echo> <vaultsetloginoptions user="${vault.Username}" password="${vault.Password}" URL="${vault.Host}" repository="${vault.Repository}" /> <vaultsetworkingfolder

Can TFS Pending Changes show files that are truly changed like SourceGear Vault?

一个人想着一个人 提交于 2019-12-03 03:08:10
问题 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. In the Vault client, you can see if the checked out file changed from the previous version checked in. Here is a screen shot. Notice the column "Details"? That tells you there is a difference. The way this is super helpful is if you have to check out a entire project because you are going to do

Can TFS Pending Changes show files that are truly changed like SourceGear Vault?

早过忘川 提交于 2019-12-02 17:41:08
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. In the Vault client, you can see if the checked out file changed from the previous version checked in. Here is a screen shot . Notice the column "Details"? That tells you there is a difference. The way this is super helpful is if you have to check out a entire project because you are going to do code re-generation. I'll check out my class library project and then regenerate my CodeSmith templates.

How do you track database changes in source control?

谁都会走 提交于 2019-11-30 03:04:49
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 solution is quite cumbersome and difficult to enforce (script out the object you change and commit it to the database). We have a lot of ideas of how to tackle this problem with some custom development, but I'd rather install an existing tool (paid tools are fine). So: how do you track your database code changes? Do you have any recommended tools? Edit: Thanks for all the suggestions. Due to time

Any tool to migrate repo from Vault to Subversion?

混江龙づ霸主 提交于 2019-11-29 22:29:28
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 with comments Optional: Some support for labels/branches/tags Relatively speedy. It can take hours but not days. Cost if available Bonus points if you can share personal experience related to this process. One of the reasons I'd like to do this is because we have lots of projects spread between Vault and Subversion (we're finally away from sourcesafe). It'd be helpful in some situations to be able to

Source control system for small database dev team [closed]

耗尽温柔 提交于 2019-11-29 14:13:33
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 we are seriously thinking about changing. What system would you choose? Look into using SVN, from personal experience I would stay far far away from ClearCase. At my company we recently started using source control to track database changes in schema and stored procs. It has helped tremendously that we have it all under SVN to track the changes. Its a shame though that the previous 4 years worth of