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

Re: still no luck with http://svn.host.tld/

From: Dave Cridland <dave_at_cridland.net>
Date: 2002-07-30 23:16:18 CEST

On Tue, 2002-07-30 at 13:53, Alexy Khrabrov wrote:
>
> I'm still trying to host my SVN repository at www.suffix.com,
> and looks like DAV doesn't work in <Location />. Here's what
> I get in the access_log:
>
> 128.6.178.78 - - [30/Jul/2002:08:46:08 -0400] "GET / HTTP/1.1" 301 308
> 128.6.178.78 - - [30/Jul/2002:08:46:08 -0400] "GET // HTTP/1.1" 403 280
>
> That is, for some reason it gets redirected to //, which can't exist!
>
> The error_log reads,
>
> [Tue Jul 30 08:46:08 2002] [error] [client 128.6.178.78] Could not fetch resource information. [301, #0]
> [Tue Jul 30 08:46:08 2002] [error] [client 128.6.178.78] (2)No such file or directory: Requests for a collection must have a trailing slash on the URI. [301, #0]

Confirmed here too, although I tried with <Directory> rather than
<Location>.

I got:

192.168.0.254 - - [30/Jul/2002:20:39:34 +0100] "GET / HTTP/1.0" 301 324
192.168.0.254 - - [30/Jul/2002:20:39:36 +0100] "GET // HTTP/1.0" 403 288

[Tue Jul 30 20:39:35 2002] [error] [client 192.168.0.254] Could not
fetch resource information. [301, #0]
[Tue Jul 30 20:39:35 2002] [error] [client 192.168.0.254] (84)Invalid or
incomplete multibyte or wide character: Requests for a collection must
have a trailing slash on the URI. [301, #0]

User-Agent was:

[root@gateway root]# rpm -q lynx
lynx-2.8.4-18

(RedHat 7.3 + updates)

Also tried:

--
[root@turner root]# telnet svn.gestalt.entity.net 80
Trying 192.168.0.254...
Connected to gateway.gestalt.entity.net (192.168.0.254).
Escape character is '^]'.
GET / HTTP/1.1
Host: svn.gestalt.entity.net
HTTP/1.1 301 Moved Permanently
Date: Tue, 30 Jul 2002 21:10:06 GMT
Server: Apache/2.0.40-dev (Unix) DAV/2 SVN/0.14.0 (dev build)
Location: http://svn.gestalt.entity.net//
Content-Length: 324
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a
href="http://svn.gestalt.entity.net//">here</a>.</p>
<hr />
<address>Apache/2.0.40-dev Server at svn.gestalt.entity.net Port
80</address>
</body></html>
--
Build is:
[root@gateway root]# rpm -q subversion-server
subversion-server-0.14.0-2748
I'll build the latest revision and see what happens then. I might take
this one to task and see if I can find the problem, but it's probably
way beyond me. I have to admit I'd *like* this one to work.
Dave.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 30 23:13:54 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.