I am working a project that does not have a trunk / branches / tags directory structure - ie. everything is in the root of the svn repo.
I would like to create a tru
You may want to look into the svnadmin tool.
To be honest I have not tried this before, and you'll probably get an answer from someone who has, but you can work from something like this:
You should be able to init a new repository, create a 'trunk' directory in it, then dump your previous repository into the 'trunk'.