I've just completed a feature branch and merged the branch back into the trunk. Should I now delete my current working copy and checkout a fresh new copy when I'm ready to work on the next branch?

I would think this is a yes or it's up to you because I may want to checkout completely different files next time.

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

By defintion of a feature branch - I would delete the working copy. But you can as well switch to a different one, when you start working on another.

link|improve this answer
feedback

It's up to you. I personally would just update to trunk (or to a new feature branch) instead of deleting my working copy and checking out a new copy

link|improve this answer
feedback

If you have done it by reintegration (see Subversion Branch Reintegration), you are on the trunk. So its up to you, if you want to create a new branch, work on the trunk. Because the trunk is current, and a new created branch will it be as well, a switch will be much cheaper.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.