Tagged Questions
0
votes
1answer
39 views
How to enforce merging for hotfixes in TFS?
We are using the TFS Advanced Branch Plan:
Is there a way that we can enforce that hotfixes must be merged up to the Servicing branch? We recently had an incident whereby we deploy V1.2.0 of the ...
-1
votes
1answer
139 views
How to move the code from Dev to QA branches in TFS?
Intro:
Dev branch has the code that is deployed to the development environment and where development happens, QA branch is what gets deployed to the QA environment so QAs can test.
My question is:
...
2
votes
2answers
127 views
TFS Modify Merge With Delete To Become Merge Without The Delete
I ran into a problem trying to merge from integration to feature branch.
The trouble started with these 3 actions:
1) Added project ABC to Solution1 in integration branch.
2) Branched Solution1 to ...
1
vote
1answer
85 views
detect merge criteria
Consider the following scenario(in chronological order):
Bob checks out source.cs
Jack checks out source.cs
Jack checks in source.cs
Bob checks in source.cs
A merge needs to be performed, because ...
0
votes
1answer
248 views
TFS 2010 - How to resolve conflict when merging into a parent branch with the file renamed?
I have been investigating any potential issues encountered when merging branches in TFS 2010.
All combinations which I have tried have worked perfectly, apart from one, and I am hoping that someone ...
0
votes
1answer
238 views
Nuget repository per branch with TFS
I have a TFS environment with the following branching setup
Dev - Primary working branch for developers
Main - Stable, releasable branch
Hotfix - For fixes to production code that aren't part of a ...
0
votes
1answer
207 views
Does TFS + VS 2010 support working offline and reconcile intelligently when online?
I am using Visual Studio 2010 Ultimate Ed. and it is hooked to TFS Server 2010. Can I simply do a 'get latest' of my solution, change my working mode to 'work offline' and work at home over the ...
8
votes
1answer
222 views
GVim as merge tool for TFS
I want to use GVim as a merge tool for TFS 2010.
I can't figure out the Arguments for GVim.
Specifically the argument %4, when I use it I get an empty buffer for it. if I don't use it I get an error ...
2
votes
1answer
242 views
Break the branch link for individual files in TFS
When we create a branch from our main trunk in TFS we also change the web.config to point to different databases, web services, etc. When we make a bug fix we do it in the release branch and merge ...
0
votes
0answers
191 views
TFS 2010 merging from branch to trunk issue
We have a main line of code (trunk) that we deploy to production from and a branch where we do all of our development. We do this so that we can restrict access to the code that gets deployed to ...
2
votes
0answers
364 views
TFS 2010 custom reporting SQL query to list all active branches per Release (branch name) & Project within a collection
Ever since I started to work with TFS 2010 (through VS 2008 if it matters) and was tasked with producing administrative reports, I have had a lot of challenges. I know that there is an API and the ...
2
votes
3answers
773 views
TFS merge algorithm issue
We use TFS 2010 and have three branches: Dev -> QA -> Production.
In this particular example we decided to change the method parameter type and a name from "Guid reportGuid" to "int reportId". We did ...
0
votes
1answer
76 views
Why do I have to choose either local or server versions instead of merging (VS11/TFS2010)
I'm trying to figure out how to resolve conflicts that arose when I updated my local workspace with changes on the server side, and I'm pretty confused as to what's going on.
First, with one ...
1
vote
1answer
579 views
TFS Merge: Cannot discard a changeset
We have a changeset where the developer has checked in changes to both source and target branch, many changes including renames in both branches. The merge of the the changeset from source to target ...
2
votes
1answer
209 views
TFS merging files that haven't changed, aren't even in the changeset
I have two feature branches off of Main, FB1 and FB2. I have a single changeset in FB1. I need the changeset in FB2, but policy forbids me from merging it into Main at this time. So I run the baseless ...
4
votes
2answers
661 views
Exclude a config file from the merge process
Is there a way to exclude a specified file from the merge process? when merging from our production branch to the test branch for the testers to use, we want to exclude a config file which contains ...
2
votes
1answer
267 views
TFS-SDK: Merge doesn't work
As part of a bigger implementation, I'm trying to implement a merge operation of my source control branches/folders using TFS-SDK. I'm working against a TFS2010 installation.What I have is this:
...
2
votes
1answer
159 views
My TFS is not prompting for Merges/ Code differences, simply overwriting? Are there any TFS settings?
I got the latest code for my database project. When i check in my stored proc, It simply overwrote the TFS version and it didn't even prompt for any Merges or differences.
Wondering if there are ...
0
votes
1answer
878 views
Is there a way to “View Pending Changes” in TFS from the Source Control View in VS 2010
We have 3 branches: Main, Dev, Release.
If I do my work in Dev, then want to merge the changes, I first Check-In my Dev project. Then I go to the Source Control View and first merge Main into Dev ...
3
votes
1answer
622 views
TFS 2010 Merge after renaming a root branch
My source code branch contains almost 20000 files. I created a branch a couple of months ago called, "v2.5TEMP", which was branched off the "Main" trunk. Developers were working in both branches.
I ...
0
votes
1answer
225 views
TFS Dev to Release merging
I have two branches from trunk in TFS that say Dev and Release. Right now I want to move to release mode. How do I move my code in Dev to Release branch that is empty right now. And how do I reverse ...
2
votes
1answer
2k views
TFS - Cannot see Target branch when doing file Merge
We faced an issue with file Merge at TFS2010. Until now, we merged files from one branch to another without problems (right click at file -> Merge -> Choose Target branch and Merge files). Initially, ...
0
votes
2answers
135 views
TFS / Merging a missed check in
Yes this is one of the Doh! Damn! I shot myself in the foot. I don't have a lot of experience with TFS in large teams, but I'm facing this issue.
During a transition to new equipment, a developer ...
0
votes
1answer
342 views
tfs 2010 best practice
we have a very tricky situation which am sure can be avoided if dealt with properly.
There were 5 different branches of a specific application in our TFS 2010. All the branches were merged into 1 ...
5
votes
1answer
838 views
TFS 2010 API - Get work items from merge
I need to send an email on completion of a build in TFS 2010 which details the work items associated with check-ins that have been compiled as part of this build. This works no problem via use of the ...
6
votes
2answers
795 views
TFS Merging keeps merging some files without any changes
For some unknown reason, TFS seems to keep queuing certain files for merges, even though there are no changes. In the Pending Changes windows, the Change column only states Merge, and not the usual ...
2
votes
1answer
562 views
TFS discard not working on rollback changesets
We have a situation where work had been done in the trunk of our system but was then pulled for our next release. We created a branch with the changes still in the trunk and then rolled back the ...
1
vote
2answers
196 views
TFS - Merging code out of the normal routine
The typical process we use is:
Write code
Checkin changes with a description of what they are
merge forward (dev to QA)
We have been working on a series of changes. Management decided they want ...
2
votes
1answer
805 views
List of unmerged changesets between TFS branches at the command line?
This question was asked already, but answered in a way that doesn't suit my needs while not precluding the solution I'm looking for. I'm not sure what the correct course of action is, so I'm asking ...
1
vote
3answers
982 views
TFS2010 merge between a branch and a trunk never converges
We have a TFS2010 main trunk and several branches.
I am trying to bring trunk and branch1 to a state when there are no more changes left by merging from trunk to branch1, checking in and then ...
1
vote
1answer
668 views
merging changes in tfs
We have a main development branch, which was branched for a release 1.0. We also have branched the main development branch to do some parallel development. A hot fix was done in the release 1.0 ...
3
votes
2answers
3k views
How does merging work in TFS 2010?
When I merge files from one branch to another and then go to check in files into the target branch, there are MANY files checked out, just the ones that changed. For example, Main and Critical ...
2
votes
1answer
289 views
How is the Change.MergeSources Field Populated in TFS?
We'd like to generate build notes with the following format:
1) Associated ChangeSets:
2) - ChangeSet 45241, by Joe: "Patching fix for foobar"
3) 'Foo.cs' integrated from dev v. 22 to qa v. 7
...
1
vote
2answers
849 views
TFS 2010 wants to branch / merge every file
We just upgraded to TFS 2010. We created a development branch for each project. If changes are made in Branch1 and then Branch1 is merged back into the baseline, it merges every file instead of just ...
