I tried to set up svn in the LAMPP environment. My svn repositories are in /var/svn/repos
, and the repos
directory is owned by root:root
.
Now, when running the command
svn import test http://localhost/svn -m 'init'
I see this error message:
svn: Could not open the requested SVN filesystem
How can I make the command run successfully?