Julien Poulin
Julien Poulin

Reputation: 13015

SVN - Project in multiple solutions

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?

Upvotes: 0

Views: 1153

Answers (3)

Joel Coehoorn
Joel Coehoorn

Reputation: 415630

I'll add another externals link:

How to get started with svn:externals?

Upvotes: 5

si618
si618

Reputation: 16848

Sounds like you want svn:externals.

Upvotes: 1

Related Questions