Ok, here is my issue. I created a repository long time ago when I was not familiar with administrating a subversion server. I knew that it would be a good idea to have a "trunk" folder to work in. So I created a folder like /home/svn/project/trunk
but instead of creating the repository in /home/svn/project
I created it in /home/svn/project/trunk
and worked in that folder from that time on.
Now we have almost 1000 revisions in that wrong folder but we want to have a branches folder. So what can we do? The best would probably be moving all files into the /home/svn/project
folder and that have then moved into the trunk folder. But I think that this will result in a delete and add action on all files and folders which will pretty much ruin the whole history and make a revert to a previous revision impossible.
Is there any chance of moving the files? Or is there at least the possibility to create a branches folder and use this folder?