Question

I am using TFS2012 express. I have a project which has two branches.These two branches have similar file and code. Actually one is release code(one which i gave to customers) and another is testing code. I always change code in testing code branch. So sometime i need to checkin this changes to both the branch. Also some changes i don't want to check-in to both and only to testing code branch. So how i can do it in tfs? Problem is how to checkin only certain changes to both branch and some changes to only one branch?

Était-ce utile?

La solution

You can always check in the changes to testing branch. If you need certain changes in the release branch as well, you can use Merge command to do that.

When you do Merge, you can choose "Selected change sets" instead of All changes. When resolving conflicts in mergetool, you can choose/make the changes you like in the result panel at the bottom which is editable.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top