I have acquired a subversion repository. The problem with it is that everything is in the root (apparently nothing fancy like branching was ever done).
Now I want to reconfigure it to follow standard convention:
/svnpath/repo
/trunk
/branches
/tags
How do I do it and still keep the old history?