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

Re: PROPFIND request failed

From: Frank Gruman <fgatwork_at_verizon.net>
Date: 2005-05-05 20:15:09 CEST

Try changing your URL...it should look something more like this:

http://localhost:9099/repos

You stated that the <Location> directive should map a root (/repos) to a
physical disk location (/usr/local/svn), so the URL should reflect just
that path.

 From my way of looking at it, a <Location> directive is a comination
<Alias> and <Directory> tag combined.

Regards,
Frank

scott b wrote:

> I am having troubles getting apache to recognize svn requests. Any
> ideas of what I have setup wrong? I searched through the archive and
> did not find anything for this particlar case. Thanks in advance.
>
> Scott
>
> Listen 9099
>
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
>
>
> <Location /repos>
> DAV svn
> SVNPath /usr/local/svn
> </Location>
>
>
>
>
> [root_at_boreas logs]# svn checkout http://localhost:9099//svn/repos project
> svn: PROPFIND request failed on '/svn/repos'
> svn: PROPFIND of '/svn/repos': 405 Method Not Allowed
> (http://localhost:9099)
> [root@boreas logs]# tail -f acc*
> 10.1.2.92 - - [05/May/2005:12:59:49 -0400] "GET /favicon.ico HTTP/1.1"
> 404 314
> 127.0.0.1 - - [05/May/2005:13:20:10 -0400] "PROPFIND /svn/repos
> HTTP/1.1" 405 3
> 2
> 127.0.0.1 - - [05/May/2005:13:20:16 -0400] "PROPFIND
> /asdadads/svn/repos HTTP/1
> 1" 405 341
> 172.18.4.5 - - [05/May/2005:13:20:42 -0400] "PROPFIND /svn/repos
> HTTP/1.1" 405
> 40
> 10.1.2.92 - - [05/May/2005:13:25:43 -0400] "GET / HTTP/1.1" 200 1456
> 10.1.2.92 - - [05/May/2005:13:25:43 -0400] "GET /apache_pb.gif
> HTTP/1.1" 200 23
> 6
> 10.1.2.92 - - [05/May/2005:13:25:43 -0400] "GET /favicon.ico HTTP/1.1"
> 404 316
> 10.1.2.92 - - [05/May/2005:13:25:53 -0400] "GET /svn/repos HTTP/1.1"
> 404 314
> 10.1.2.92 - - [05/May/2005:13:25:53 -0400] "GET /favicon.ico HTTP/1.1"
> 404 316
> 127.0.0.1 - - [05/May/2005:13:32:56 -0400] "PROPFIND /svn/repos
> HTTP/1.1" 405 3
> 4
>
>
> Thu May 05 12:35:18 2005] [notice] Apache/2.0.55-dev (Unix) DAV/2
> SVN/1.3.0-dev configured -- resuming normal operations
> [Thu May 05 12:59:45 2005] [error] [client 10.1.2.92] File does not
> exist: /usr/local/apache2/htdocs/svn
> [Thu May 05 12:59:45 2005] [error] [client 10.1.2.92] File does not
> exist: /usr/local/apache2/htdocs/favicon.ico
> [Thu May 05 12:59:49 2005] [error] [client 10.1.2.92] File does not
> exist: /usr/local/apache2/htdocs/svn
> [Thu May 05 12:59:49 2005] [error] [client 10.1.2.92] File does not
> exist: /usr/local/apache2/htdocs/favicon.ico
> [Thu May 05 13:25:23 2005] [notice] caught SIGTERM, shutting down
> [Thu May 05 13:25:23 2005] [notice] Apache/2.0.55-dev (Unix) DAV/2
> SVN/1.3.0-dev configured -- resuming normal operations
> [Thu May 05 13:25:43 2005] [error] [client 10.1.2.92] File does not
> exist: /usr/local/apache2/htdocs/favicon.ico
> [Thu May 05 13:25:53 2005] [error] [client 10.1.2.92] File does not
> exist: /usr/local/apache2/htdocs/svn
> [Thu May 05 13:25:53 2005] [error] [client 10.1.2.92] File does not
> exist: /usr/local/apache2/htdocs/favicon.ico
>
>
>
> [root@boreas conf]# cd /usr/local/svn/repos
> [root@boreas repos]# ls -la
> total 36
> drwxr-xr-x 7 root root 4096 May 5 12:57 .
> drwxr-xr-x 3 root root 4096 May 5 12:57 ..
> drwxr-xr-x 2 root root 4096 May 5 12:57 conf
> drwxr-xr-x 2 root root 4096 May 5 12:57 dav
> drwxr-sr-x 5 root root 4096 May 5 12:57 db
> -r--r--r-- 1 root root 2 May 5 12:57 format
> drwxr-xr-x 2 root root 4096 May 5 12:57 hooks
> drwxr-xr-x 2 root root 4096 May 5 12:57 locks
> -rw-r--r-- 1 root root 379 May 5 12:57 README.txt
>
> _________________________________________________________________
> FREE pop-up blocking with the new MSN Toolbar – get it now!
> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 5 20:17:14 2005

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.