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

Re: Repository checkout fails under Linux only

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2007-02-19 16:15:42 CET

On 2/19/07, Graham Leggett <minfrin@sharp.fm> wrote:

> Does this error message ring any bells with anybody? What is a "label" in
> this context? Is the repository corrupt, or is the client broken?

A 'label' is a webdav buzzword, doesn't mean much to subversion.
However, the error message you getting means that a routine PROPFIND
request is somehow failing.

The best way to diagnose this is to do the checkout over plain
unencrypted http://, and capture it with ethereal^H^H^H^H^H^H
wireshark, so we can see the exact PROPFIND request and response which
is failing. Even better would be to then compare the HTTP network
trace with a *successful* checkout trace on one of the other machines.

If you gather those two traces, we can help you analyze them and do
the comparison...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 19 16:15:56 2007

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.