I have installed openSuse 11.0 and I want to setting up a Subversion server using Apache 2. So I was following this howto: Setting up a Subversion server using Apache2 - openSUSE
All steps work fine, but the first import fail:
ASIA:/home/adrian # svn import Temporal http://localhost/repos/Temporal -m "Initial import"
svn: Could not open the requested SVN filesystem
Note: I didn’t forget to create the project repository directory
On Wed, 20 May 2009 23:56:01 +0000, aecordoba wrote:
> As you can see I can’t make the first import from the pointed out
> procedure:
So how do you have Apache configured with Svn? Here, I have:
/etc/apache2/conf.d/subversion.conf which gets included in to Apache’s
configuration when the web server starts.
This file has a block defining the repository. You should have something
similar to this file there. What’s in it?
> Code:
> --------------------
> ASIA:/home/adrian # svn import Temporal
> http://localhost/repos/Temporal -m “Initial import”
> svn: Could not open the requested SVN filesystem
> --------------------
When you try this, does anything show up in your Apache access_log or
error_log files?
Thank you, David.
I just resolve my problem.
I think the ‘svn_passwdfile’ had something wrong. I created a new one, and now, subversion with apache works fine.