We just migrated to TFS, and ran into the exact same problem. In our case, our folder depth and folder names are not extremely deep or long in and of themselves. However, when coupled with the full namespace being generated as file names through Visual Studio's "Add Webservice reference" code generation, it becomes problematic using TFS.
I just put a lot of time making the case for our company to move to TFS only to find that we get this error trying to branch. Our previous source control did not have this issue, and we may end up having to move back.
Visual Studio itself is generating these long service reference files based on namespace. The underlying file system supports longer names. Having clear namespaces and folders makes it easier for people unfamiliar with the codebase to understand your product framework. The whole point of the auto generated code is to save time and money. We can't afford to go through a large codebase renaming all folders and files to something short and cryptic every time we hit this because a code generator names files like this.
Development has evolved. This needs to be addressed. Until it does, it's a huge minus for TFS, and has made it lose my recommendation over other source control systems (there are even free ones don't have this limitation).