I want to load a Visual svn dump file to collabnet svn(Linux Cent OS), for this I copied that dump file to different location in server and used
svnadmin load /path/repos/test/ < /home/test/test.dump
But I don't know why it is throwing this error:
"<<< Started new transaction, based on original revision 1 svnadmin: File already exists: filesystem '/path/repos/test/db', transaction '4-4', path 'branches' * adding path : branches ..."[root@test-vmo1 TEST]