I want to move my repository from server1 to say server2 . I have tried copying entire repository folder to server2, create a new repository from VisualSVN and select "Import Existing Repository" ("Repository (right click) --> All tasks --> Import Existing Repository") - but it gives an error "visualsvn "cannot import repository to the ancestor folder"
I tried running svnadmin dump, but its giving me below error.
C:>svnadmin dump "c:\repos" > repos.dmp
svnadmin: E720002: Can't open file 'C:\repos\format': The system cannot find the file specified.
In c:\repros - I have .svn, branches, tags and trunks folder.
I have VisualSVN version 2.5.3 on Server1 and 2.5.8 on Server2 incase version matters.
Can someone help me with this?