I am trying to unshelve some files in VS2010. This works perfectly, except when the file does not exist in my local workspace. When the change is "Add", it fails with the message : "The path xxx/xxxx has an incompatible pending change.".
My process is :
Get latest version recursively from server (replacing all files to ensure there's no pending changed in my workspace). Unshelve, selecting the specific files from the shelveset that I want.
Modifications work, but adding new files fails for all of them with the above error message.
Does anybody know what might be causing this?
Thanks a lot.