Removing part of a branch
Posted
by benPearce
on Stack Overflow
See other posts from Stack Overflow
or by benPearce
Published on 2010-06-02T00:54:00Z
Indexed on
2010/06/02
1:43 UTC
Read the original article
Hit count: 270
tfs
|branching-and-merging
In our codebase we are using the following structure, using TFS
/
- Build
- Development
- Dev1
- Dev2
- Main
- Releases
- Rel1
- Rel2
The Development and Releases sections contain branches off main. The Build section sits outside the branching. Within each of the branches there is a section which should not have been included within the branching which I would like to move under Build.
Is it possible to move this section out and remove its branching information?
If I do a rename what impact might this have when creating new branches or merging?
© Stack Overflow or respective owner