get lastest problem (didn't get all file)

I have solution with multiple project. for some reason one of the project didn't get all the file. what the reason for this? can it be fix?
[141 byte] By [dealkk] at [2008-2-25]
# 1
Sounds like you figured it out. Reply again if that's not the case.
RichardBergMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Version Control...
# 2
no, i still not figure it out yet.
dealkk at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Version Control...
# 3
Can you provide more detailed repro steps, and explain what you expected to happen?

Using your other scenario as an example: if a developer added new files to p3 and checked in those files but didn't checkin the revised project file, other developers wouldn't get those files. (They might be retrieved to disk if they ran Get from the command line or Source Control Explorer, but they wouldn't be added to the solution.)

RichardBergMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Version Control...
# 4

In understanding what TFS gets and doesn't get, it helps to understand how it works. The server remembers what files you have successfully gotten to your client and doesn't ever send you a file unless the version you are requesting from the server is different than the last one it sent you.

You can override this behavior by selecting "Get Specific Version" and checking "force get of file versions already in workspace". This will allow the client to make the decision about whether to get the files rather than the server.

The most common causes of running afoul of this mechanism is making local changes in the file system without corresponding changes in the version control system. For example running "del /f" on a local file that is under version control. You don't have it but the server thinks you do.

Brian

BrianHarry at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Version Control...
# 5

How can I run this Get Specific Version from a batch file. I have tried various combinations of /force, /overwrite, and /all. None of them work and they all tell me the file is up to date, even when the file does not exist.

branaugh at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Version Control...
# 6

I posted answer to your question in the new thread

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1031807&SiteID=1

MichalMalecki-MSFT at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Version Control...

Visual Studio Team System

Site Classified