We are planning to create a multi level repository with the following structure
RepositoryRoot | --- Framework | | | --- ArchitectureProj1 | | | --- ArchitectureProj2 | --- Application | --- Project1 | --- Project2
But how do I create such a repository using the svnadmin command. The documentation of the command shows the creation of the repository and then immediately go on to create projects. But nothing much on creating a custom folder structure (outside of the project)
So I created the repository, Now I know how to create the project as well. But I need to create the structure as depicted above before I start creating the projects. Any help would be appreciated.