Reputation: 23084
I get the following,
TF401190: The local workspace XXXXXX;XXXXXX has 353943 items in it,
which exceeds the recommended limit of 100000 items. To improve
performance, either reduce the number of items in the workspace,
or convert the workspace to a server workspace.
but how to reduce the number of items in the workspace?
I've consulted the following articles but still a bit loss.
Upvotes: 16
Views: 15026
Reputation: 59055
Some options:
Upvotes: 12
Reputation: 3111
This is the only way I've found to reduce the number of "local workspace" items. If I just delete the items on my local machine, TFS never knows this, and the "local workspace" number never goes down.
The answer is, if you do a "Get Specific Version..." on the files [in Source Control Explorer], and select Changeset 1, the files will be deleted locally and the server will know this. The color of the file in the Source Control explorer will go from black to gray and will have the phrase "Not downloaded" in the latest column.
Upvotes: 4