[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: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-05-09 18:54:33 CEST

On 5/7/06, Deepa Dave <ddave@goldstonetech.com> 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.

You can get this sort of error if you're going through an http proxy
server that does not allow WebDAV requests (like PROPFIND).

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 9 18:56:25 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.