Asked by bujjigadu
at 2024-03-18 11:30:02
Point:305 Replies:3 POST_ID:828895USER_ID:11794
Topic:
Version Control;Microsoft Development;C# Programming Language
I have team foundation server 2010 on a standalone server. I can connect to the server remotely via Visual Studio 2012 Team Explorer. I'm trying to migrate TFS 2010 to TFS 2012 to a new hardware and want to know what are all the checked out files and the person checked out to.
I ran this command from visual studio command window
tf status $/MyFolder /user:* /recursive > c:MyPendingCheckouts.txt
I'm getting message saying "Unable to determine source control server". How do I connect to my tfs server from the above command?
Are there any other ways to get this information easily..
I ran this command from visual studio command window
tf status $/MyFolder /user:* /recursive > c:MyPendingCheckouts.txt
I'm getting message saying "Unable to determine source control server". How do I connect to my tfs server from the above command?
Are there any other ways to get this information easily..