how to migrate / move a existing subversion (svn) repository to another server?
There are a few easy steps to dump the repository and import into a new server,
1. On your server machine where the repository is now, run
svnadmin dump REPOS_PATH > mydumpfile
2. Put that file (mydumpfile) on another server.