سؤال

لدي Visual Studio 2010 التي تعمل مع TFS 2008. كيف يمكنني استخدام الاستعادة؟

هل كانت مفيدة؟

المحلول

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.

نصائح أخرى

On a spare machine install Visual Studio Team Explorer 2008 and Team Foundation Power Tools 2008 and then use the tfpt rollback command.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top