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