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

Re: 405 Method Not Allowed

From: Rahul Bhargava <rahul_at_rahulbhargava.org>
Date: 2007-03-05 23:05:16 CET

The svnserve executable starts the SVN RA listener (svn:// scheme) and NOT
the Http listener. If you want to checkout using the http scheme, you
will need
to setup Apache with mod_dav_svn directives.

Perhaps all you want to do is checkout using the svn protcol -

svn co svn://85.135.187.6/repositories/sample

ying lcs wrote:
> I am getting 405 Method Not Allowed when I try to checkout?
>
> I have log in to my subversion server and check it does has directory
> '/srv/svn/repositories/sample' , and I have start svnserve -d in my
> subversion server , so what am I missing?
>
> $ svn co http://85.135.187.6/repositories/sample
> svn: PROPFIND request failed on '/repositories/sample'
> svn: PROPFIND of '/repositories/snapshot': 405 Method Not Allowed
> (http://85.135.187.6)
>
>
> Thank you.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
Rahul Bhargava
Phone: (925) 265-8801 (W)
       (925) 895-2201 (M)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 5 23:05:42 2007

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.