I forgot to create branches, tags and trunk when I made my repo. So right now my repo looks like this:
application
library
public
soap
and those directories all have subdirectories and hundreds of files. I would like to move these 4 directories into trunk.
I am aware of svn move but I really don’t want to mess my repo up. How should I use the command in this circumstance?
Just use
Don’t worry about messing anything up, you can always revert the change by just going back to a previous revision.