문제

TFS 2008에서 작동하는 Visual Studio 2010이 있습니다. 롤백은 어떻게 사용합니까?

도움이 되었습니까?

해결책

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