How do I rollback a TFS check-in?
Posted
by Lance Robinson
on Geeks with Blogs
See other posts from Geeks with Blogs
or by Lance Robinson
Published on Tue, 21 Dec 2010 16:24:04 GMT
Indexed on
2010/12/21
16:55 UTC
Read the original article
Hit count: 305
I can never remember how to rollback a check-in, and there all kinds of mess in search results about this (change between different versions of TFS etc), so I thought I’d just put this here so I won’t forget anymore. :) Thanks to @manningj, TFS genius.
Just drop to the command line and use tf.exe.
Example:
tf /changeset:12345
For more on the tf.exe commands:
tf help
© Geeks with Blogs or respective owner