We are changing from SourceSafe 2005 to visual svn.
How can an exisiting project be added to a solution
Example:
In solution1 I add existing project from solution2, but I cannot add to subversion. I get "out of working copy, use the VisualSVN->Set Working Copy root menu"
In SourceSafe2005 it would just link, what is the procedure for VisualSVN? Branch?
Regards
_Eric
The problem here is that solution1 is a different working copy than solution2. They're both part of the same repository though (that's what I'd strongly recommend if you want to do any sort of useful branching and tagging).
VisualSvn doesn't allow you to have projects in multiple working copies, because Subversion cannot commit multiple working copies atomically (ie fully succeeding or fully failing, and resulting in a single revision number).
There are a few options around this: