Sign In
Manish Sharma
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
Share this
RSS for comments
RSS for posts
Atom
Search Form
*
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tag Cloud
Excel 12
FTP
FTPS
Office 11
OLEDB Access Engine (ACE)
Outlook Programming
Process Template
Rosario
SFTP
TFS
VSTS
Monthly Archives
Archives
January 2009
(1)
June 2008
(1)
April 2008
(1)
March 2008
(1)
December 2007
(3)
November 2007
(4)
October 2007
(1)
September 2007
(2)
How to get the list of currently checked out files in TFS?
MSDN Blogs
>
Manish Sharma
>
How to get the list of currently checked out files in TFS?
How to get the list of currently checked out files in TFS?
manish.roorkee
9 Jun 2008 2:08 AM
Comments
0
One of the most common question asked by clients is how to fetch the list of currently checked-out files under any TFS project? In VSS, there use to be UI context menu option which retrieves the list of checked out files, but there is not like that in VS 2005 or VS 2008 with TFS.
Alternative is to use following command line statement to fetch all checked-out files for any specific project on the TFS server.
tf.exe status $/[PROJECTNAME] /user:* /s:http://[TFS SERVER NAME]:[PORT] /recursive > [PATH TO SAVE THE OUTPUT]
Example,
tf.exe status $/PROJECTNAME /user:* /s:http://paapp1216:8080 /recursive > c:\checkedout.txt
Personally I have added this command into the "External Tools..." list of VS.
0 Comments
TFS
,
VSTS
Leave a Comment
Name
*
Comment
* Please enter a comment
*
Please add 3 and 5 and type the answer here:
Post