Wednesday, September 08, 2010
 

Search
Latest entries in the Euricom Team blog
Apr 14

Written by: Euricom
4/14/2009 2:42 PM 

Most of the time, source control in Visual Studio Team System is pretty straight forward. But then, somebody leaves the project and left with some files still checked out. If you want to perform an "undo pending changes" from another user's workspace, you have to open the Visual Studio Command Prompt and use the Team Foundation commandline tool TF.exe like this:

TF.exe undo /workspace:<WorkspaceName>;<UserName> $/<TeamProject>/<FileLocation> /s:http://<YourTFSServer>:8080

TF.exe is also handy if you want to get the list of all the files that are still checked out by another user:

TF.exe status $/<TeamProject> /user:* /recursive /login:<YourDomain>\<YourUserName>,<YourPassword>

By David Stroobants, .Net Solutions Architect

Tags:

1 comment(s) so far...

Re: Undo pending changes in TFS

http://msmvps.com/blogs/vstsblog/archive/2007/08/30/how-to-remove-someone-else-s-workspace-in-tfs.aspx

Download:
www.attrice.info/products.htm

GUI TFS -> Team Foundation Sidekicks (attrice.info/cm/tfs/)
Gui MsBuild -> MS Build Side kick

By Bart Debeuckelaere on   5/6/2009 11:20 AM

Your name:
Your email:
(Optional) Email used only to show Gravatar.
Your website:
Title:
Comment:
Add Comment   Cancel 
Copyright (c) 2010 Euricom ::Terms Of Use::Privacy Statement