In one of our projects, we have a class library we use for more than one project/client and each of these solutions exist in different repositories. Currently, this class library exists in it's own repository. When we are referencing it in the client app, we compile it from one location, then copy the .dll to the other project's /libs/ folder so it can be used in that solution.
This is dumb and can be much better. But I can't figure out a good way to commit changes that are made in the solution to both repositories.
What is the best way to include a class library from a separate repository into another solution in a different repository?
Toolset: VS 2008, Subversion 1.6