问题 What is the difference between Rollback and "Get This Version" ? Both of them let me go back to a specific version and from there doing changes and check-in. What are the additional benefits of having both of them? 回答1: Get specific version / Get this version Only effects your local workspace, it reverts all your local changes to an older version. When you try to check these changes in, you'll get a merge conflict and will need to resolve these issues. It's useful when you need to debug an