Command Line
There is a command-line utility called Tf.exe that comes with Team Explorer. Find the documentation here. It can be accessed by launching a Visual Studio Command Prompt window. The syntax of the command is:
tf undo [/workspace:workspacename[;workspaceowner]]
[/server:servername] [/recursive] itemspec [/noprompt]
Example: tf undo /workspace:noxad_ws;noxad $/project/abc.cs
GUI
The second is via the GUI, but does not come standard - you have to install the TFS Power Tools. See here for details on how to use this method.
Keep in mind that with either method you will need the appropriate rights. The permissions are called "Undo other users' changes" and "Unlock other users' changes". These permission can be viewed by:
- Right-clicking the desired project, folder, or file in Source Control Explorer
- Select Properties
- Select the Security tab
- Select the appropriate user or group in the Users and Groups section at the top
- View the "Permissions for [user/group]:" section at the bottom
No comments:
Post a Comment