[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: beginner question

From: <striker_at_apache.org>
Date: 2003-01-27 00:46:33 CET

 From: news [mailto:news@main.gmane.org]On Behalf Of Faheem Mitha
 Sent: Monday, January 27, 2003 12:29 AM

[...]
 I have in my /etc/apache2/mods-available/dav_svn.conf
 
 # dav_svn.conf - Example Subversion/Apache configuration
 #
 # For details and further options see the Apache user manual.
 
 # Location URL ... /Location
 # URL controls how the repository appears to the outside world.
 # In this example clients access the repository as
 # http://hostname/svn/repos
 Location /svn/repos
 
   # DAV svn
    ^^^^^^^^^

Uncomment this line.

 
   # set this to
   # SVNPath /var/svn
     SVNPath /home/faheem/subversion
 
 [authentication stuff all commented out. Don't want to bother with
 this for the moment]
 
 /Location
 
[...]
 However, I am currently getting error messages like
 
 svn: RA layer request failed
 svn: PROPFIND of /: 405 Method Not Allowed
 
 when I try to do anything.

What does your apache error log say?
Could it be that your apache user doesn't have rw permissions to
/home/faheem/subversion?

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:18:38 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.