I have quite a bit of work in a TFS shelveset and wanted to switch to using git-tfs. Things started smoothly, but I'm stuck on the error below. Here was my sequence, working from an empty directory.
> git-tfs quick-clone http://my-server/tfs/collection $/my/tfs/path
3145 objects created...
blah = longhashcode
> cd path
> git checkout -b MyWork
Switched to new branch 'MyWork'
> git-tfs unshelve MyTfsShelfName MyWork
The system cannot find the file specified
I've tried adding -u "myuser", a new branch name, etc., but can't get any farther than "The system cannot find the file specified." Stumped. :(