Search code examples
c#svnprojectsolution

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?


Solution

  • I'll add another externals link:

    How to get started with svn:externals?