Possible Duplicate:
Subversion: Moving Directories with History
I have old svn
repository where all files located at the root.
Now I create folders trunk, branches and tags and move all files to trunk.
Unfortunately history was lost.
How can i restore history?
Before:
/repository/folder1
/repository/folder2
After:
/repository/trunk/folder1
/repository/trunk/folder2