Well, that should be a common problem. I hope one of you geniuses knows the solution!
The problem I'm trying to solve is this: we use a lot of code from different public sources and cannot easily support all of them in Visual Studio because they use different source code providers.
Ideally, you can simply add these projects to your own Visual Studio solutions, reference them in your own projects, and save them in real time by right-clicking on the project and choosing "get the latest ..." whenever you want.
However, since Visual Studio does not support multiple simultaneous source code providers, how are you going to maintain current project links? Right now, we are importing them into a separate place, and then copy / paste the source files into our own solutions folder. There must be a better way. If you know one, I would appreciate it.
Our in-house source control provider is Team Foundation Server.
Thanks!
Eric Burcham
source share