Reputation: 13015
Is there a way to share a project across multiple solutions in SVN? I already have a class library in a solution that I want to import in another one. Can I just import the project in the new solution or will there be a problem with paths (since the project is not in the same repository)? Is there a better way to do this?
Upvotes: 0
Views: 1153
Reputation: 9
look at svn externals
http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html
Upvotes: -1
Reputation: 415630
I'll add another externals
link:
How to get started with svn:externals?
Upvotes: 5