We have 3 VS2008 projects. Each project builds a executable and supporting files. All 3 projects will eventually ship together as an application.
Up till now we have been using a separate SVN repository for each project and managing them separately with TortoiseSVN. At this stage it is now becoming necessary to share files between the different projects.
Should we create a new VS Solution, add the projects to it and then create a new repository? Not sure if this is the right approach and am looking for advice. Also need to retains the different version and commit logs for the 3 projects.
Thanks...