Migrating from VSS to TFS. What is the benefit of creating separate projects?
We have a Visual SourceSafe installation that 4 developers collaborate on. Inside that there are 30 or so independent projects in different top level folders.
In TFS, how should different “releases” be structured? (version 1.0, version 2.0) [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Best way: restructure an existing Team Foundation Server (TFS) solution
In my department we are developing several smaller AddOns for some unified communication server. For versioning and distributed development we use a Team Foundation Server 2012.
TFS SQL Deployment Data Script
We are using TFS and SQL Server 2005 (looking to upgrade to SQL Server 2012 if that makes a difference). We store our database schema in a Visual Studio Database project (VS 2010).
Source control system for binary files [closed]
Closed 9 years ago.
Team switching from TFS Source Control to TFS with Git, not sure how to handle complex project structure
I’ve used git for my personal projects for years, but that’s always working alone, not needing to branch much, etc.
Our development team at work has decided we are definitely switching to git, and as one of the most experienced git user on the team I have the task of figuring out our project structure.
Oracle Database Integration with Team Foundation Server?
So my company is using TFS and SQL to Manage their Database (MS SQL Server). It integrates with the nightly build servers to do builds and produce scripts to build the entire Database. Also the Compare Schema tool that visual studio offers is really handy.
Keeping SQL Server DB Up to date in Team environment [duplicate]
This question already has answers here: How can I keep my visualstudio database project in sync with my database? (2 answers) Closed 11 years ago. We are working in a Visual Studio Environment using TFS. When developers get the latest source code it includes a copy of the ‘update’ sql scripts for the database of […]
What are standard directory layouts for storing database scripts in TFS?
I recently took over the maintenance of 10-15 SQL Server databases and to my surprise found out that the team does not store the code scripts anywhere. They currently deploy changes to each environment without any paper/code trail.
Agile bug fixing – what’s the preferred process for testing?
When a bug is fixed, the dev set its status to “resolved” and the bug is reassigned back to the person that created it. In our case this is usually the product owner – we don’t have dedicated testers.