Reputation: 99
I'm a new user into Team Foundation Server and I have a problem, during the develop an desktop app, a team member performed a inestable version and update (realize check-in) this version into the version control and the moment when I check-in my code the server merge my code with the latest version and the system failure.
I decided delete unstable versions of control version, but I not find way perform this.
I read this article but in the article only explain how to perform Roll back version and this does not help me.
Upvotes: 0
Views: 542
Reputation: 23444
You must do a rollback to maintain history of that change.
If you rollback the checkin out is just the same as if you had never checked that code in.
Upvotes: 1