I'm trying to figure out the best way to structure our Subversion Repositories initially.
So is it best practice to create an initial repository then sub repositories for each project underneath?
And which repositories should have a trunk, branch, etc. created?
Also, I hear it's best practice not to create a trunk, branch, and tags folders on the root level repository?
I know when I was on another team, we pulled lets say ProjectA but it did not pull down a trunk, branch folders which was nice but I do not know how this was structured on the server to make that happen like this.