views:

215

answers:

3

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
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
my bad. the basic concept still applies though. maybe he's still running 1.0 :)
klunkatronic
A: 

Sounds like you want svn:externals.

Si
+4  A: 

I'll add another externals link:

http://stackoverflow.com/questions/663155/how-to-get-started-with-svnexternals

Joel Coehoorn
Nice, answering with your own question ;) Thanks!
Julien Poulin
That's why I asked it ;)
Joel Coehoorn