Tagged Questions
0
votes
0answers
38 views
How obtain all the labels of a branch?
I would like to know if it's possible to obtain all the labels of a branch with a command ?
The only thing I've found is a commmand to obtain all my label, on the entire collection.
On my projects, ...
2
votes
1answer
107 views
Branch per promotion tradeoffs in TFS
Suppose we have a big TFS 2010 project with three branches: MAIN, TST and PRD.
The strategy is: whenever a Sprint finishes MAIN is copied/merged into TST. Whenever TST is deemed stable it is ...
0
votes
1answer
243 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 ...
1
vote
1answer
293 views
Find changeset id parent of a branch in tfs
With TFS, could someone tell me how to find the id of the changeset of the last commit common to 2 branches (or the trunk and a branch)?
It's easy to find the id of the first changeset of a branch ...
0
votes
1answer
323 views
TFS 2010 - Create a new project from an existing one in TFS
I need to create a new project from an existing one in TFS. This is for source control only. I do not need to copy any work items.
so now i need to create NewTeamProject in NewProjectCollection and ...
2
votes
1answer
240 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 ...
3
votes
1answer
128 views
How to avoid nested branches caused by source code dependency hierarchy
We are using TFS 2010, and we have some very annoying trouble with our dependency/branch management.
At first glance, our problem is quite common. We have AppServer, WebClient and WinClient. Both ...
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 ...
1
vote
1answer
104 views
TFS 2010 – Each new branch inherits custom groups permissions from main trunk
When branching from the main trunk in TFS2010 all the custom groups and permissions (as granted in the main trunk), are inherited by the newly created branch. This results in a fair amount of ...
0
votes
0answers
132 views
Mature Branch Strategy On TFS
My team are finally moving from SourceSafe to TFS 2010, and we are trying to work out our strategy.
We need to be able to put bug fixes into the next service release whilst still working on the ...
1
vote
1answer
143 views
What are the scalability and performance limitations relating to many branches in TFS 2010?
My team is considering doing branch-per-task development in TFS 2010. We are thinking of using shelvesets for small tasks (1-3 days) and creating new branches for anything larger (4 days to 2 months). ...
0
votes
3answers
634 views
Sharing code between solutions in TFS
I have a few different applications that i need to share code between to reduce maintenance. I have tried to read a lot on stackoverflow and the web in general and it is a fairly common problem; i ...
0
votes
2answers
412 views
Is there a way to start a branch (based on a label) in the root of a team project?
I'm in the following situation with TFS 2010:
I have a team project (with 2 sub-folders of source code).
The team project has no branches but has been labelled in the past.
I need to create a ...
1
vote
2answers
284 views
How to determine branch name from batch file
I did a get latest from TFS.
My local path is:
C:\tfs\Project\Branch1\Config\Deployment\CopyInstallers.bat
TFS Path is:
$\Project\Branch1\Config\Deployment\CopyInstallers.bat
CopyInstallers.bat ...
0
votes
2answers
383 views
Is there a way to make a branch invisible in TFS?
I know there is a way to set permissions for Branches so specific people can't read/check-out/check-in files.
But, is there a way to completely hide those folders/branches so these people can't even ...
4
votes
1answer
4k views
TFS - how to create branches
Any one knows how to create branches in Team Foundation Server? Is there any step by step document? I am using TFS 2010
1
vote
1answer
72 views
Clearing special permissions from folders in a branch
We're a fairly large project with a single trunk branch. Most of it uses the default permissions, but a few folders have custom permissions - say, only "Builders" group is allowed to check-in.
We ...
5
votes
1answer
244 views
TFS2010 branching for frequent releases and indefinite maintenence
I am having trouble figuring out a good branching strategy that allows for easy merges and tracking of change sets in our environment.
The quick quick summary of the release management goes like ...
14
votes
3answers
1k views
TFS2010: Retrieve all changesets associated with a branch (full recursion)
This follows my previous question about TFS 2010 and the possibility to create a changelog.
I was previously using labels to identify a version of the program, but as labels are not fixed points in ...
6
votes
1answer
367 views
TFS History Lost
I have come across an issue that looks like TFS has permanently deleted a branch and all of its history and is not giving me the ability to interact with any of the changesets that were in that ...
0
votes
1answer
167 views
Branching a solution that contains unit tests and source control structure?
Here is an example of my source control structure in TFS 2010:
TFS Project
Development
Branches
Source
Tests
Under my Source directory I have created a directory ...
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 ...
5
votes
4answers
3k views
TFS 2010: How to produce a changelog (ie. list of work items) between two releases of the application using labels?
I'm looking for a way to automatically produce a changelog (actually a list of workitems) between two releases of my application. I have two versions of my application, v1 and v2, each is identified ...
3
votes
1answer
619 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 ...
3
votes
2answers
5k views
TFS Branches and Folders Best Practice
I have my TFS 2010 structure as follows:
ProjectCollectionA
..trunk
....Dev (this is a branch)
...Website1(these are folders)
...Website2
...
4
votes
1answer
440 views
How to Remove a Branch from the Middle of the Hierarchy?
I have a Team Project created with the "Standard" branch pattern from the ALM Rangers' Branching guidance:
After creating it, I found that I only really needed the "Basic" pattern. That is, I don't ...
1
vote
2answers
647 views
New Team Project from Existing, Branched Project - How to Retain Branch Paths?
I have an existing Team Project created with the out of the box MSF for Agile 5.0 process template. We have since standardized on a customized Microsoft Scrum 1.0 template. I have just created a new ...
4
votes
1answer
405 views
Team Foundation Server 2010: Can I delete a branch, but save its history?
In Team Foundation Server 2010, I have created a source control branch for a major project that I want to be temporary. After the project is closed, I'd like to tie off the temporary branch, merge it ...
1
vote
1answer
220 views
creating build types in tfs 2010
when you create a build types how do you deal with?
do you create 3 builds per each branch as (ci,gate, manual) or per branch what is suffice to.
(ex. ci- for dev branch, nightly- main ...
0
votes
1answer
201 views
Creating build under source control
I am trying to get over with my base structure to manage adopting alm practices.
First I have done structuring for my source folder structure where under my main branch I did put folder as builds. I ...
2
votes
3answers
296 views
Looking for a TFS branching scheme that supports an integrated testing branch
We are considering moving from SVN to TFS, so I am trying to find a proper workflow to follow in TFS to accommodate our needs. There are a lot of branching scheme discussions out there, but most that ...
0
votes
1answer
706 views
branching team project
I have the following at Source Control Explorer
TFSServer/teamCollection
+ teamproject
Is is possible to branch /teamproject to /teamproject-dev? The output should be
TFSServer/teamCollection/
+ ...
0
votes
1answer
341 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 ...
10
votes
2answers
2k views
How to Determine the Work Items Fixed in a particular TFS Build when using Branches?
We have begun using the following branching structure in TFS 2010:
All changes so far have been performed in the Development branch, and all check-ins have been associated with a Task work item. ...
1
vote
1answer
532 views
Does TFS branching have a child parent relation?
When doing branches in tfs, does it matter if you are branching A to B or from B to A? The thing is that we have branch A and branch B, and now branch A has got messed up and we would like to recreate ...
1
vote
1answer
171 views
Separate Workspaces or Separate Workspace Mappings for different branches of code?
From my last question, I have a little bit understanding of branching code into different branches for development, release, hotfixes, and service pack purposes. Earlier we had all of our source code ...
1
vote
2answers
583 views
TFS 2010 programmatically determining item branch
How can I determine programatically which branch this file belongs to? I've spent 3 hours trying to figure this out with no results. I found this topic but it's not what I want: How to ...
1
vote
1answer
2k views
TFS 2010, VS 2010 and convert branch to folder
I have created branches for one project, but now I have a need to modify branching.
Problem is that all I have in context menu (right click on project in source explorer), are branch and merge ...
0
votes
2answers
755 views
TFS - Is it possible to rollback a changeset committed before the branching?
Suppose I Branch Solution-A, changeset 10 into Solution-B.
Later on, I realize Solution-B should not have changeset 7 in it.
Is there a way to rollback changeset 7 just from Solution B without ...
1
vote
2answers
394 views
TFS - Is it possible to impersonate someone to check-in changes?
I'm responsible for merging and commiting changes to the test Branch, but by doing that every check-in is marked as me as the author. So until now i'm writting the author name in the comments. But ...
0
votes
1answer
284 views
TFSDeleteProject - Deleting a branch, any issue?
In TFS 2010, if I use TFSDeleteProject to delete a branch, will that affect the main project? Anything to be concerned about there?
Thanks.
0
votes
1answer
2k views
TFS 2010 Branching Error on Label TF10169
I can't create a branch in TFS; when I try to branch the code in $/MainCode to $/BranchCode, using a label as the source, I get this error:
TF10169: Unsupported pending change attempted on team ...
1
vote
1answer
139 views
Fix locally copied/added TFS folder so it is a Branch with Ancestry
Copy folders between Team Projects LOCALLY (e.g. xcopy D:\foo\TeamProjectA\Blah D:\foo\TeamProjectB\Blah)
Add D:\foo\TeamProjectB\Blah to $/TeamProjectB.
Make $/TeamProjectA/Blah a Branch - does not ...
0
votes
3answers
457 views
Using TFS 2010 to branch(make a copy) .Net application
I have a LOB app that we use internally that is Winforms with a Linq to SQL DAL. I want to make a copy of this so that we can test some major changes going forward.
We use TFS 2010, is this what ...
0
votes
3answers
283 views
Does creating a branch in TFS 2010 copy the code base?
As far as I know, bracnhing in TFS 2008 simply duplicates the code base.
Is this also true for TFS 2010?
Thanks...
2
votes
1answer
721 views
Merge Changes for specific Work Item
In TFS 2010 we have a development branch where all development is done for one product.
I want to merge some of these changes to a release candidate branch, so it can be tested and rolled out. ...
3
votes
1answer
790 views
TFS 2010 - command line for convert to branch
TFS exposes a commmand line utility which covers most of the areas.
However I am creating a script which will create the folder and branch structure within a specified project.
For this i need to ...
1
vote
2answers
843 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 ...
3
votes
2answers
2k views
Converting folder copies to branches in TFS 2010
TFS 2010 introduced the ability to convert basic folders into branches. The documentation also speaks of "reparenting a branch" (which does not appear in source control explorer context menu but is ...
