vote up 0 vote down star

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?

flag

3 Answers

vote up 4 vote down check

I'll add another externals link:

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

link|flag
Nice, answering with your own question ;) Thanks! – Julien Poulin Apr 7 at 15:43
That's why I asked it ;) – Joel Coehoorn Apr 7 at 15:45
vote up 0 vote down

Sounds like you want svn:externals.

link|flag
vote up -1 vote down

look at svn externals

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

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

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.