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
-
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
-
Originally 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
- How to answer at interview, ‘What’s your greatest weakness?’ Nov 14 09:59
- Business Asset Disposal Relief changes in April 2025: Q&A Nov 13 09:37
- How debt transfer rules will hit umbrella companies in 2026 Nov 12 09:28
- IT contractor demand floundering despite Autumn Budget 2024 Nov 11 09:30
- An IR35 bill of £19m for National Resources Wales may be just the tip of its iceberg Nov 7 09:20
- Micro-entity accounts: Overview, and how to file with HMRC Nov 6 09:27
- Will HMRC’s 9% interest rate bully you into submission? Nov 5 09:10
- Business Account with ANNA Money Nov 1 15:51
- Autumn Budget 2024: Reeves raids contractor take-home pay Oct 31 14:11
- How Autumn Budget 2024 affects homes, property and mortgages Oct 31 09:23
Comment