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?
A:
look at svn externals
http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html
klunkatronic
2009-04-07 14:43:46
That link is very old, externals were updated in 1.6 (file based) and 1.5 (relative pathing). Just because google is fast, doesn't mean it's always right ;-)
Si
2009-04-07 14:47:25
my bad. the basic concept still applies though. maybe he's still running 1.0 :)
klunkatronic
2009-04-07 14:49:48
+4
A:
I'll add another externals
link:
http://stackoverflow.com/questions/663155/how-to-get-started-with-svnexternals
Joel Coehoorn
2009-04-07 14:45:46