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

Subversion Access using "http" method

From: Muthaiah Ramanathan <ramthen_at_yahoo.com>
Date: 2006-05-07 10:34:35 CEST

Hi All,

I installed Apache (2.0.54) and Subverion (1.3.0) from
sources
without any problem. But when I try to access my
repository I get
this error.

-bash-3.00# svn co
http://192.168.0.123:80/svnrepos/ITPL_5star_hotel
svn: PROPFIND request failed on
'/svnrepos/ITPL_5star_hotel'
svn: PROPFIND of '/svnrepos/ITPL_5star_hotel': 405
Method Not Allowed
(http://192.168.0.123)

I tried with localhost in the URL but still face the
same problem.

Here are the directives from httpd.conf:

# Subverion settings, added by Ramanathan
<Location /repos>
      DAV svn
      SVNPath /lnx_data/svnrepos/ITPL_5star_hotel
</Location>

<Location /svn>
      DAV svn
      SVNParentPath /usr/local/bin/svn
      AuthType Basic
      AuthName "Subversion repository"
      AuthUserFile /etc/svn-auth-file
      Require Valid-user
</Location>

Any pointers welcome.

/Ram

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam
protection around
http://mail.yahoo.com

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun May 7 10:35:53 2006

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

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