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?
|
|
I'll add another http://stackoverflow.com/questions/663155/how-to-get-started-with-svnexternals |
||||
|
|
|
Sounds like you want svn:externals. |
||
|
|
|
|
look at svn externals http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html |
||||
|
