I plan to have 2 projects. 1. mbtech.crm.mvc 2. mbtech.crm.tests
I will have a solution named mbtech.crm
What is the best way to set these up so that I can track them in Subversion?
Option 1 (then where does my solution file go)?
- mbtech.crm.mvc
- tags
- trunk
- branches
- mbtech.crm.tests
- tags
- trunk
- branches
Option 2
- mbtech.crm
- trunk
mbtech.crm.sln
- mbtech.crm.mvc
- mbtech.crm.tests
- tags
- branches