I'm trying to learn the svn tool a little bit better
I dumped our main repository (from our team) via the svnrdump > outfile.dump this worked
but if i try to import it into another server i get
svnrdump: E170001: Authorization failed
The server is running on a linux VM (inside virtualbox) i create there with svnadmin a empty repository.. and as far as i understand it, I enabled anonymous accesss (its only on the local machine, so no auth should be necassery)
I searched the web for some hints, but I only found issues regarding Windows user rights and I'm running a Linux machine (linuxmint and SVN 1.7.10)
any hints?