The shelveset could not be unshelved

1.4k Views Asked by At

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.

2

There are 2 best solutions below

3
PatrickLu-MSFT On BEST ANSWER

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

0
Paritosh Tiwari On

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