0

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?

4

1 回答 1

0

如果您想摆脱分支历史记录,您需要转到命令行并执行 TF Destroy。

一旦你这样做了,你可以重新分支到它需要去的地方。

于 2010-06-02T02:08:51.340 回答