robasta
robasta

Reputation: 4701

Does one still need exclusive access to retrieve shelveset while offline

I shelved some changes in TFS (2013) last night. Now I am working offline and I want to retreive that shelveset. TFS whines saying that the file is checked out by someone.

I dont understand this. I am working offline and I want a specific version of a file. Why should I/TFS care about other changes?

Or, is there some configuration or action that I need to do?

Upvotes: 0

Views: 87

Answers (1)

robasta
robasta

Reputation: 4701

YES!

Found the answer in the docs:

When you unshelve a shelveset, Team Foundation restores each shelved revision to the destination workspace as a pending change as long as the revision does not conflict with a change that is already pending in the workspace.

Upvotes: 1

Related Questions