I am trying to move my repository from one server to another. I am doing this by dumping the repository and moving the dump file and then creating and loading a new repository on the new server.
The trouble is on the new server, not all of the files are restored. The "svnadmin load Repo < dumpfile" command finishes (i.e. still shows up when I do 'ps -aux') yet the size of the repository folder is not increasing in size; no new data/files are being added. Can someone provide some assistance with this situation? Thanks, Jeremy