Hi Jeff,
The quick answer is No. Th reason you could do it in VSS was because VSS only mapped from server folder to local folder. It had no other "intelligence" baked into it. In TFS, the Workspace holds mappings between the TFS repository and the local cache. TFS wants to own the local cache and assumes that you will let it. By "owns" I mean that when you check out or get a file, the Workspace holds information about which file version are now in your workspace and that you have pending changes against them.
The only way to get your D:\Equipment files into the check-in process is to copy them to the C:\Project folder. If you modify the mappings in TFS from C:\Projects to D:\Equipment, TFS will move the files from C: to D: for you on the next Get Latest.
I'm sure that wasn't the answer you were looking for, but it is what it is. I'm wondering wy you would want to do this? If you can give a little background, maybe we can suggest alternatives.
- Steve
http://sstjean.blogspot.com |