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

svn: PROPFIND of '/catalogsuites/trunk': 405 Method Not Allowed

From: John B. Moore <jbm_at_esonicspider.com>
Date: 2006-04-17 02:41:13 CEST

Greetings,

I'm a newbie so keep that in mind...

I've been working to setup a Subversion server.. and so far have not
been able to access it via svn client on other machine. I'm getting the
error

mps-178:~ jbmoore$ svn checkout
http://cvn.esonicspider.com/catalogsuites/trunk
subversion/libsvn_ra_dav/util.c:826: (apr_err=175002)
svn: PROPFIND request failed on '/catalogsuites/trunk'
subversion/libsvn_ra_dav/util.c:296: (apr_err=175002)
svn: PROPFIND of '/catalogsuites/trunk': 405 Method Not Allowed
(http://cvn.esonicspider.com)

My httpd.conf settings..

==================

## Subversion Settings
## =========================================

<VirtualHost 207.137.13.169>
     ServerAdmin jbm@microps.com
    # DocumentRoot /usr/local/svn
     ServerName svn.esonicspider.com
     ErrorLog logs/svn-error_log
     CustomLog logs/svn-access_log common
</VirtualHost>

<Directory "/usr/local/svn">
     AllowOverride None
     Options None
     Order allow,deny
     Allow from all
</Directory>

<Location /svn>
    DAV svn
    SVNParentPath /usr/local/svn
    #AuthType Basic
    #AuthName "Subversiond Repository"
    #AuthUserFile /etc/svn-auth-file
    #Require valid-user
</Location>

====================

I started with AuthType Basic.. but commented that out so I can test the
basic access.

I created the repository using svnadmin at
/usr/local/svn/catalogsuites/trunk

...seem to work fine and various components were created as expected.

..and at this time it is empty.. (I have not imported a project) I need
to access this from JBuilder but I first need to make sure that I can
access it via commandline svn.

Any help appreciated..

John Moore

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 17 02:42: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.