OK, this has got to be a common problem. I hope one of you geniuses knows a solution!
The problem I'm trying to solve is this: We use a lot of code from various public sources, and cannot easily keep them all current within Visual Studio because they use different source control providers.
Ideally, you could just add these projects to your own Visual Studio solutions, reference them in your own projects, and keep them current by right-clicking a project and selecting "get latest..." whenever you want to.
However, since Visual Studio does not support multiple simultaneous source control providers, how do you go about keeping project references current? Right now we import them to a separate location, and then copy/paste the source files into our own solution folder. There has to be a better way. If you know of one, I'd sure appreciate it.
Our internal source control provider is Team Foundation Server.
Thanks!