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

Re: svn ls http://svn.host.tld/

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-29 21:49:31 CEST

Alexy Khrabrov <alexy.khrabrov@setup.org> writes:

> I noticed that listing the root of the repository by the command-line
> client fails, while everything is nicely seen in the browser.
>
> My httpd.conf has the usual
>
> <Location /svn>
> DAV svn
> SVNpath /svn/repository
> </Location>

This looks reasonable.

> (1) For the failed top-level ls
>
> 128.6.178.78 - - [29/Jul/2002:14:36:39 -0400] "PROPFIND /svn HTTP/1.1" 301 301

I can't reproduce your bug. For example,

   $ svn ls http://svn.collab.net/repos/svn

works just fine.

The question is why a PROPFIND on /svn is returning a 301 "Moved
Permanently" error?

I saw something similar to this once when trying to use a dav client
to access a mod_dav_fs location.

I can only guess that there is something odd with your httpd or
httpd.conf...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 29 21:51:03 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.