[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 22:07:12 CEST

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

> > I can't reproduce your bug. For example,
> >
> > $ svn ls http://svn.collab.net/repos/svn
> >
> > works just fine.
>
> Actually, my client, built today, does the same thing on that:
>
> $ svn ls http://svn.collab.net/svn/repos
>
> svn_error: #21091 : <Bad URL passed to RA layer>
> No part of path '(null)' was found in repository HEAD.
>
> Is there a particular buidl problem that might be causing it?

I have no idea what's wrong... can you do an ethereal trace and see
the dialogue? Show us what happens.

My client does a PROPFIND on /repos/svn, and receives a sucessful 207
multistatus response:

PROPFIND /repos/svn HTTP/1.1
User-Agent: neon/0.21.2 SVN/0.14.0 (dev build)
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Depth: 0
Content-Length: 211
Content-Type: text/xml
Host: svn.collab.net

<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:"><prop>
<version-controlled-configuration xmlns="DAV:"/>
<baseline-relative-path xmlns="svn:"/>
<resourcetype xmlns="DAV:"/>
</prop></propfind>

HTTP/1.1 207 Multi-Status
Date: Mon, 29 Jul 2002 19:46:27 GMT
Server: Apache/2.0.40-dev (Unix) DAV/2 SVN/0.14.0 (dev build)
Content-Length: 465
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/xml; charset="utf-8"
[...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 29 22:08:48 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.