I have a solution in Visual Studio 2010 that exists in one repo. I then want to add a project to this solution from a separate repo.
Ive tried right clicking on the solution in VS > Add existing project, but when it adds to the solution, all of the SVN bindings have disappeared in Visual Studio.
Is it possible to add a project from another repo into my current solution? Thanks. BTW im using VisualSVN / TortoiseSVN.
You can use the svn:externals
property to pull in part of a separate repository. Note that you lose the ability to commit atomically.