Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I move a mistakenly placed TFS branch?

I have just branched from Main to v5.0 but I realized that I want to move this branch inside the Release folder.

How should I proceed with TFS 2010?

Thanks.

like image 575
abenci Avatar asked Dec 05 '11 08:12

abenci


1 Answers

Simply right-click on your branch in Source Control and select 'Move..'. Set your desired destination path, and commit this change. You should be OK.

I think I 've read somewhere that moving folders & renaming folders shouldn't be done in separate steps, so if you plan to also rename your branch, do this in a next step.

Once you 're done, you should check that with right-clicking MAIN > "branching and merging" > "merge..." you have a target branch to your moved/renamed branch.

like image 110
pantelif Avatar answered Sep 25 '22 17:09

pantelif