0

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?

Julien Poulin
  • 12,737
  • 10
  • 51
  • 76

3 Answers3

5

I'll add another externals link:

How to get started with svn:externals?

Community
  • 1
  • 1
Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
1

Sounds like you want svn:externals.

si618
  • 16,580
  • 12
  • 67
  • 84
-1

look at svn externals

http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html

  • 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