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?
Asked
Active
Viewed 1,150 times
3 Answers
5
I'll add another externals
link:

Community
- 1
- 1

Joel Coehoorn
- 399,467
- 113
- 570
- 794
-
Nice, answering with your own question ;) Thanks! – Julien Poulin Apr 07 '09 at 15:43
-1
look at svn externals
http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html

klunkatronic
- 9
- 3
-
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 ;-) – si618 Apr 07 '09 at 14:47
-
my bad. the basic concept still applies though. maybe he's still running 1.0 :) – klunkatronic Apr 07 '09 at 14:49