Mohsan
Mohsan

Reputation: 2509

TFS: Why there are Pending changes from multiple projects

i have a Team Project and under this Team Project there are multiple visual studions solutions. each solution contain multiple projects.

while working on a solution , in pending changes it shows me files from other solutions as well which are checked out to me.... this is wrong.. it have to show only changes related to current solution. why it is showing me changes from all solutions.??

Upvotes: 13

Views: 5553

Answers (4)

jkyadav
jkyadav

Reputation: 1282

"Show Solution Changes" will greyed out when your solution is in OFFLINE mode, make sure you turn it ONLINE by following below steps.

enter image description here

Upvotes: 0

Youssef Ali Youssef
Youssef Ali Youssef

Reputation: 159

Open the Team Foundation Server window in Visual studio, then click pending changes, then at included changes list you will find blue link "Show All" and small down arrow above the files list, click this arrow and select "Show Solution Changes"

Upvotes: 4

WDO
WDO

Reputation: 261

Just an update for Visual Studio 2012: The button mentioned above appears to have been moved to a filter drop down beneath Included Changes / Excluded Changes. Hit the dropdown and change "Show All" to "Show Solution Changes."

Upvotes: 11

cjk
cjk

Reputation: 46425

There is a button to the right of the list of buttons in the pending changes window that looks like a solution item - when this is highlighted it should only shows items for the current solution. Sometimes you have to refresh to show the correct items.

Upvotes: 23

Related Questions