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

Re: Cannot Access Repository using Apache Server

From: Jeb <jeb.beasley_at_penske.com>
Date: 2006-05-09 17:13:28 CEST

Status 405: Method Not Allowed. This is usually a mistyped url.
Attempting to send DAV method requests to a non DAV enabled url, or a
non DAV aware script.

Does the url

usr/local/src/SubVersionRepository have appropriate entries in the httpd.conf file for DAV?

Jeb

Deepa Dave wrote:

>I am trying to access the repository using Apache server from the client
>machine. I still haven't installed Tortoise SVN completely but I am
>trying to access the repository using the following command and it
>fails:
> C:\SVN\usr\local\src\SubVersionRepository>svn co
>http://192.168.0.44:80/usr/local/src/SubVersionRepository
>Svn: PROPFIND request failed on '/usr/local/src/SubVersionRepository':
>405 Method Not Allowed (http://192.168.0.44)
>
>C:\SVN\usr\local\src\SubVersionRepository>svn co
>http://192.168.0.44:80/svn/repos
>Svn: PROPFIND request failed on '/usr/local/src/SubVersionRepository'
>Svn: PROPFIND of '/usr/local/src/SubVersionRepository': 405 Method Not
>Allowed (http://192.168.0.44)
>
>Please advise.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
>
Received on Tue May 9 17:15:29 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.