I have Visual studio 2010 that work with TFS 2008.
How Do I Use Rollback?
I have Visual studio 2010 that work with TFS 2008. How Do I Use
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately, you can’t. The Team Foundation Power Tools for 2010 no longer has the rollback command because it is now integrated into tf.exe (the TFS 2010 client command line that comes with VS2010). But tf rollback does not work against TFS 2008.
You’re only real solution (that I know of) is to do a manual checkout of the old version and then check it back in as the new version, but this can be a real hassle, especially for undoing merges.