Need a quick refresher on TFS, specifically around Branching and Merging code, anyone know any good online references?
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Any TFS experts
Collapse
X
-
Any TFS experts
Originally posted by Stevie Wonder BoyI can't see any way to do it can you please advise?
I want my account deleted and all of my information removed, I want to invoke my right to be forgotten. -

So easy with Git with it being a DVCS rather than centralised, if you have the opportunity to switch, do it. -
TFS is in some ways very nice, but I do dislike its branching and merging implementation - that every branch has to be stored separately in your working copy for instance.
That said, I find it less of a PITA to get to grips with than Git/Hg. Did you have any specific questions?Originally posted by MaryPoppinsI'd still not breastfeed a naziOriginally posted by vetranUrine is quite nourishingComment
-
Any TFS experts
Potential client has TFS, can't change it, need someone to get to grips with their source code repository before moving onto change, release and implementation (where my expertise is).
Administered TFS a few years back but was a single stream of work so need to know the fundamentals of branching and mergingOriginally posted by Stevie Wonder BoyI can't see any way to do it can you please advise?
I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.Comment
-
Regarding branching/merging strategy this may help give you an idea of the options. I've used some of their stuff when setting up a strategy for merging/branching.Originally posted by SimonMac View PostNeed a quick refresher on TFS, specifically around Branching and Merging code, anyone know any good online references?
Version Control Guide (ex-Branching & Merging) - Downloads
A common approach is to have a dev, main and release(s) branches.
Work in dev, then merge to main. Dev is deployed to your dev area, main is deployed to your test area.
People can continue to develop in the dev branch whilst main is left alone and is ready for proper testing.
When you are happy you can then deploy to production from main and create a release branch. Hotfixes are made in your release branch and merged down to main/dev. Some clients have staging areas others use the test area as staging.
A good tool for merging is Beyond Compare. I recommend this tool!
A good guide for integrating it with Visual Studio..
I've recommended Pluralsight before but I've not used any of their TFS vids. Check em out.Comment
-
Cheers fella, looks good, just what I need to refresh the memoryOriginally posted by woohoo View PostRegarding branching/merging strategy this may help give you an idea of the options. I've used some of their stuff when setting up a strategy for merging/branching.
Version Control Guide (ex-Branching & Merging) - Downloads
A common approach is to have a dev, main and release(s) branches.
Work in dev, then merge to main. Dev is deployed to your dev area, main is deployed to your test area.
People can continue to develop in the dev branch whilst main is left alone and is ready for proper testing.
When you are happy you can then deploy to production from main and create a release branch. Hotfixes are made in your release branch and merged down to main/dev. Some clients have staging areas others use the test area as staging.
A good tool for merging is Beyond Compare. I recommend this tool!
A good guide for integrating it with Visual Studio..
I've recommended Pluralsight before but I've not used any of their TFS vids. Check em out.Originally posted by Stevie Wonder BoyI can't see any way to do it can you please advise?
I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.Comment
-
I think my client uses something similar to the Github branching methodology, which is fairly simple (release branch(es), dev branch, feature branches).
The simpler dev/main/release setup can also work just fine depending on how big and active the project is. You want people able to commit their work so it doesn't get lost, without the annoyance of half-done work breaking the build, so for me larger tasks suit a feature-branch well.Originally posted by MaryPoppinsI'd still not breastfeed a naziOriginally posted by vetranUrine is quite nourishingComment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- King’s Speech 2026 including a welcome Late Payments Bill still leaves contractors short Today 04:42
- Getting a mortgage when you're a contractor. The system wasn't built for you. Is that finally changing? May 22 06:11
- How deepfake AI contractors threaten umbrella company supply chains under JSL May 20 06:31
- Mileage rates review: Will the first AMAP rethink in 15 years benefit contractors? May 19 05:57
- What is a Forward Deployed Engineer (FDE), and are FDE jobs for IT contractors ripe? May 18 04:43
- IT contractor demand lunged towards growth in April 2026 May 13 04:48
- What does PGMOL’s win over HMRC mean for contractors? May 12 07:25
- Contractors eyeing mortgages ‘unrealistic about BoE’s 3.75% hold decision’ May 11 07:50
- The fake job problem is getting worse. Are contractors a particularly easy target? May 8 07:49
- Government policy on freelancing is stopping the contractor model from doing its thing May 7 08:12

Comment