I'm working on a Mac with Yosemite. Yesterday I installed Update 4 of Visual Studio 2013 and noticed a strange behavior when working with TFS 2013 (and TFS as SCM). My source files are mapped to a UNC path on my Mac as a local workspace.
When I do changes to my files and try to check-in I get the following message:
\\psf\Home\Documents\My\TFS\Customerproject\Source\Calculation\WeightCalculation.cs: Access to the path is denied.
When I shelve my changes and unshelve them, I can check-in the file. I can reproduce this on every file, when I get the message "access denied".
Update I just played with it a bit and: I don't need to unshelve the files. It's enough to shelve them and check "preserve pending changes locally". After that, I can check-in.
I tried to remove the "read-only" flag in Windows and I did `chmod -R 777 Source" on the source folder to allow access from everyone. But this does not solve the problem. Only the shelve workaround works.
Starting Visual Studio as administrator does not solve the problem either.
Anyone else noticed this behavior or has an idea how to solve it?
What I did was to change the local workspace to a server workspace in Visual Studio (macOS Sierra + Windows 10 on Parallels);
Now you should be able to check in without needing to shelve.
Note that there are some differences between a local and server workspace, but in my case it works just fine with a server workspace;