Possible Duplicate:
Team Foundation Server switch between branches
I need to know if I can switch between branches. If so, how do I do this. See I need to start a new branch to implement a new feature in my code but due to the overall quality of the legacy code there's a 100% chance that I will need to fix bugs or things like that...
So my question is: How can I say to VS something like "Ok, save what I've done so far and go back to the production branch" and vice-versa?!?
I was hoping to find some kind of "project-level" (not solution) switch that would allow me to choose in which branch to work like:
- Project Interface: Default
- Project Business: Default
- Project Database: NewBranch
- Project Web-Services: SeparatedNewBranch