Hi!

I have been assigned to do some changes in a VB6 + ASP (interdev) project. The whole development environment is in a virtual machine running Windows Server 2003.

Previously, they used sourcesafe locally, but a few months ago, they disbanded the sourcesafe repository and moved everyting to a TFS 2012 server. How can I in some way manage my source code from this virtual machine? I don't have to integrate to the IDE since that is probably impossible, but I need some way to quickly check in/out, compare, merge etc from this virtual dev machine.

I asked around, and no one seems to care about this, or thought about it when they disbanded SS (which was probably for the best.

One idea I have is to checkout the code from my local client where I have VS2012, then put it in a c:\VB6Projects folder, then map this path from within the VMware, and run the vbp-projects from this mapped path? Not sure if it is a good idea or not, but that is what I have in mind?

Any ideas?

/H