Bruno Souza
Bruno Souza

Reputation: 17

The shelveset could not be unshelved

I'm using TFS 2013 to build an MVC application and while trying to do a check-in, sometimes, this error occurs.

Error image This only happens when it's configured to do a Gated Check-in and when I turn it off, it just works, but sooner or later it comes back again.

Does anyone know why is this happening?

Thanks.

EDIT: The problem is a PendChange permission in a transform of a config file. However, I'm checking the permissions and the user is "inherited allowed" to check-in the file.

Upvotes: 0

Views: 1435

Answers (2)

Paritosh Tiwari
Paritosh Tiwari

Reputation: 1

In case all these solution fails. Check your build definition. It should point to the same branch in which you are working.

Upvotes: -1

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51183

According to the error message, if you are using server workspace and enable multiple checked out. This maybe the root cause.

Disable the multiple checked out(Team Explorer-Settings-Source Control-Check-out Settings) and try it again. enter image description here

Upvotes: 0

Related Questions