I would like to have the following structure in my SVN Repository
External
- MVC
- MVCConttrib
- NLog
I want every team member to be able to check out the External repository so nobody has to look up the SVN urls for the underlying projects, but I want the projects in the repository to be updated from their respective (external) URLs.
How can I accomplish this?
I hope my explanation is not too confusing but I don't know how else to explain it.