I have project A in solution1 and project B in solution2. I want to add project B to solution1 with all the previous versions(commits) of the project B.
How can this be done?
I have project A in solution1 and project B in solution2. I want to add project B to solution1 with all the previous versions(commits) of the project B.
How can this be done?
One solution would be to make Solution1/ProjectB an external link via svn:externals property on the local folder. This will yield one physical location and two logical locations in your repository.