How to rollback in Visual Studio TFS?

前端 未结 7 2289
萌比男神i
萌比男神i 2020-12-24 02:02

I\'m working on one sub-module of a large project for which is use VSTS 2008.

I have a need to rollback the module to an earlier version (about 4 check-ins previous)

7条回答
  •  离开以前
    2020-12-24 02:44

    Bonus question--anyone know if we might get more robust rollback support in VS2010?

    Yes. Unlike the Power Tools, which is coded directly against the existing 2008 client API, TFS 2010 has a new API for executing rollbacks directly on the server. This makes them far faster and more reliable, while adding functionality that wasn't possible at all in 2008 such as reverting merge history.

提交回复
热议问题