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