Using visual studio 2012 and TFS 2012, I would like to rollback a changeset to the prior one.
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
- VS2017 RC - The following error occurred when tryi
相关文章
- How to show location of errors, references to memb
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- Is it possible to do a “destroy history” in TFS?
- Copy different file to output directory for releas
- Edit & Continue doesn't work
- “Csc.exe” exited with code -1073741819
In TFS 2012,
In TFS 2010, you can call the
tf rollback
command from a visual studio command prompt, or you can install the TFS power tools and use the same process as aboveIn TFS / Visual Studio 2012, you have a few options.
Rollback to a specific version
In Source Control Explorer:
Rollback a single changeset (you can do this through the dialog loaded above too)
Checkin the rollback.
I have never worked with TFS 2012 but this works in 2010
Get specific version and pick the version you want to roll-back to and then check in that code again.