Sign in
Bill Heys - VS 2010, ALM, TFS, Branching and Merging, and all that
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Agile
Best Practices
branches
Branching
Bug Fix
C#
Cherry Picking
Compression
Conchango
Deltafication
Dependencies
Feature Splitting
Feature Teams
Features
folders
German
Glossary
Guidance
GZip
Hotfix
Linq
Merge
Microsoft
MSDN
MSDN Magazine
Multiple Release
Ranger
Rangers
Relative References
Renaming
Reverse Deltas
Role Security
Scrum
Service Pack
Servicing
Shared Code
Shelvesets
Software Update
Source Control Management
Spanish
Sprint Backlog
Team Foundaton Server
Team System
TFS
TFS Branching
TFS Integration
TFS Migration
Time Boxed Sprints
Version Control
Visual Studio
VS 2010
VS ALM Rangers
VS2010
VSTS
VSTS 2008
VSTS 2010
vsts 2010s
VSTS Rangers
VSTS VS 2010
VSTS2010
Browse by Tags
MSDN Blogs
>
Bill Heys - VS 2010, ALM, TFS, Branching and Merging, and all that
>
All Tags
>
vs alm rangers
Tagged Content List
Blog Post:
When would I use a Branch for Developer Scenario?
Bill Heys
Question: Any opinion on branch per developer approach? This is the first time I have come across it someplace and feel that there's just no reason too. I've been through the branching guidance and even use your article in MSDN magazine from earlier this year as reference. The development teams are offshore...
on
2 Aug 2011
Blog Post:
VS ALM Rangers Branching Guidance–Shared Code and Dependency Management
Bill Heys
As we begin planning the next release of the branching guidance, a top priority is to address how to manage shared code dependencies (the Dependency Repository / Shared Code issue). The newly release Build Customization Guide (now available for download from Codeplex) begins to address this issue, primarily...
on
30 Jun 2011
Blog Post:
VS ALM Rangers Branching Guidance - Ideas for the next release.
Bill Heys
I think most would agree that the Rangers Team has already done a fantastic job with the Rangers Branching Guidance. This is not meant to be a self-serving comment, since the current branching guidance is the result of the hard work of many others in addition to myself. For the past couple of years I...
on
30 Jun 2011
Blog Post:
Renaming a branch with shelvesets
Bill Heys
Caution: Renaming branches in TFS 2010 is a very bad idea unless you follow a very specific set of steps: http://blogs.msdn.com/b/chandrur/archive/2010/06/09/renaming-branches-in-tfs-2010.aspx . In TFS 2010, Unshelve will follow pending renames but it will not follow renames committed between when the...
on
23 May 2011
Blog Post:
Isolating and Integrating Parallel Feature Teams working on Separate Overlapping Releases
Bill Heys
Customer scenario: How should I isolate (and integrate) changes when working with: 3 parallel efforts (two parallel development efforts, working on separate releases of the product and production support) Production(version 2.0) with the need to issue hotfixes on then current production version Development...
on
23 May 2011
Blog Post:
How do I create bug fixes for EVERY version of a product EVER released
Bill Heys
A customer asks the following question: “ We are building factory machine. New machines are usually delivered with the current stable software version. We don't do regular updates because our customers prefer stability over new features. After reading the Rangers Branching Guide I have some questions...
on
5 May 2011
Blog Post:
How TFS stores files and calculated deltas on versioned files
Bill Heys
Recently I got a request from a customer to help them estimate the expected size of a proposed TFS 2010 environment, and to help them estimate a ten-year growth prediction. This customer was focusing narrowly on the overhead required to create a new branch. This customer was asking "how much...
on
5 May 2011
Blog Post:
Where do I fix a production defect?
Bill Heys
Question from a customer of the Rangers Branching Guidance ( http://tfsbranchingguideiii.codeplex.com ) “My company has a major release every 3 months. In between major releases we have monthly maintenance releases. (Similar to the "Advanced Branching Plan") Our monthly release usually...
on
22 Mar 2011
Blog Post:
My source and target files are different, but merge tells me there are no changes to merge
Bill Heys
When TFS does a merge, it bases the merge on prior merge history, not on the actual contents of the source and target files. There are many reasons why this is necessary, some of which will become apparent by reading this post. For example, a merge may result in a conflict (changes made to both the source...
on
16 Mar 2011
Blog Post:
Project Dependencies will break with branching if not done properly
Bill Heys
In the February 2011 issue of MSDN Magazine, I wrote an article on Shared Code (or code dependencies as some call it). Often I see a common problem with relative references to dependent assemblies or projects. If relative references are not created properly for a solution that is branched, the relative...
on
14 Mar 2011
Blog Post:
Read my article on Branching and Merging in the latest edition of MSDN Magazine (Feb 2011)
Bill Heys
Read the latest issue: http://msdn.microsoft.com/en-us/magazine/gg602477.aspx Co-authored with Willy-Peter Schaub. Now that the article is published, I will go into more detail on this topic. Space limitations in the article prevented being as detailed as I would have liked.
on
4 Feb 2011
Blog Post:
What is a Cherry Pick Merge, and why do you recommend against them?
Bill Heys
When you merge in TFS 2010, you have two choices: Merge al l changes up to a specified version, which can be one of the following: Latest Version Date Label Changeset Workspace Version Or, merge Selected Changesets, where you select one or more changesets from a list of changesets that are in the source...
on
19 Jan 2011
Blog Post:
Branching–Sprint is Done, Some Features Are Not
Bill Heys
Download the latest VS ALM Rangers Branching Guidance Here: http://tfsbranchingguideiii.codeplex.com/ Background – I keep getting this question: I have a quick question for you on branching in Scrum and feature management. My client is using Scrum and if we look at the branching structure...
on
19 Jan 2011
Blog Post:
Branching for Scrum
Bill Heys
This article presents a perspective on Source Control Management (SCM) using Team Foundation Server (TFS) with Scrum projects. Although I start with a short overview of Scrum to lay the foundation for the concepts, the essence of this article is to present TFS Branching Concepts for Scrum projects, large...
on
18 Jan 2011
Blog Post:
Parallel Feature Teams working on multiple releases in development. Monthly releases to production.
Bill Heys
I recently received a question from a customer who is dealing with the need to support multiple feature teams working on multiple releases in development. They asked how to structure branching to support this environment. Background: My company is, for all practical purposes, a dot com. We have a single...
on
14 Jan 2011
Blog Post:
Branching for Agile Development
Bill Heys
I was recently asked a question based on the following presentation from Google: How Google Speeds Up The Chrome Release Cycle (Slideshow) The main part of the article that interests me is the following: "Anthony LaForge, the technical program manager at Google overseeing Chrome development, created...
on
12 Jan 2011
Blog Post:
New article on Ranger’s Branching in upcoming MSDN Magazine.
Bill Heys
After a few years hiatus, i am returning to the world of *published author*. My next article will be published in the February 2011 issue of MSDN Magazine ( http://msdn.microsoft.com/en-us/magazine/default.aspx ) The topic will be *Visual Studio ALM Rangers Branching Guidance for Team Foundation Server...
on
10 Jan 2011
Blog Post:
Basic Branch Plan–Where to fix a bug in my release?
Bill Heys
Question from Customer: In the single team branch, once a release is done and if a bug is reported are we supposed to fix the bug in the Main branch and forward integrate back to the DEV branch Response: Separating Development from Release, bug fixing a shipped release is a Release question, not a question...
on
22 Dec 2010
Blog Post:
Question on the Basic Branching Model
Bill Heys
Question from customer: “I am very new to this branching concept and try to understand. I am not able understand the difference between the Single release vs. single team branching. Can someone help in knowing the difference.” Response: I like to think of branching for development separately...
on
22 Dec 2010
Blog Post:
Nested Branch Issue following upgrade from TFS 2008 to TFS 2010
Bill Heys
One of my customers upgraded a Team Project from TFS 2008 to TFS 2010. As you probably know, the concept of first-class branches was introduced for the first time in TFS 2010. Along with this, there is a new restriction against having nested branches in TFS 2010. During the upgrade process, TFS attempts...
on
10 Dec 2010
Blog Post:
German version of Rangers Branching Guidance 2010–released
Bill Heys
In October, the VS ALM Rangers posted the Branching Guidance - German version thanks to Boris Wehrle , Thorsten Dralle , and Sven Hubert .
on
9 Dec 2010
Blog Post:
Supporting Multiple Feature Teams, Multiple Development Cycles and Multiple Releases in an agile way
Bill Heys
In answer to the following question: “Are you advising that we wait until the build on Main is stable and all dependent systems are ready before we attempt to deploy anything? This makes a hard-to-hit-target nearly impossible to hit (we have multiple teams, so it is already complex as it...
on
9 Dec 2010
Blog Post:
Why I caution against Cherry Picking (changeset-based merging)
Bill Heys
Recently I was asked a question: “If you discourage changeset-based (or cherry-picking) merging, then why does TFS support it? To me it feels like TFS is not fully supporting it because the merge engine isn't robust enough yet to support it, yet they know the feature is important. ...
on
9 Dec 2010
Blog Post:
Spanish version of Rangers Branching Guidance 2010–released
Bill Heys
In October, the VS ALM Rangers posted the Branching Guidance - Spanish version thanks to Francisco Fagas , a VS ALM MVP. Francisco also translated the Visual Studio 2010 Quick Reference Guidance – Spanish version ).
on
9 Dec 2010
Page 1 of 1 (24 items)