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

Re: Remote user can't checkout repos

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-12-05 22:29:10 CET

"Robo" <robo555@gmx.net> writes:
> What would be the best way to do a network trace of this during the svn
> checkout?

Use ethereal (http://ethereal.ntop.org/) to get a network trace.

If you run Emacs, evaluate the following defun, and then run

   M-x kf-ethereal-help

-Karl

(defun kf-ethereal-help ()
  "I don't use ethereal often enough to remember how to use it."
  (interactive)
  (save-excursion
    (set-buffer (get-buffer-create "*Never Apologize, Never Explain*"))
    (delete-region (point-min) (point-max))
    (insert "Ethereal:\n")
    (insert "---------\n")
    (insert "\n")
    (insert "Pull down the Capture menu, choose Start.\n")
    (insert "Type \"port 80\" for filter, and turn off promiscuous mode.\n")
    (insert "\n")
    (insert "[now run your program]\n")
    (insert "\n")
    (insert "Hit Stop in the little box. Now you have a capture.\n")
    (insert "It looks like a huge list of lines.\n")
    (insert "\n")
    (insert "Click on the Protocol column to sort.\n")
    (insert "Then click on the first relevant line to select it.\n")
    (insert "Right click, choose \"follow TCP stream\"\n"))
  (display-buffer "*Never Apologize, Never Explain*"))

> ----- Original Message -----
> From: "Joe Orton" <joe@manyfish.co.uk>
> To: <dev@subversion.tigris.org>
> Sent: Wednesday, December 04, 2002 8:40 PM
> Subject: Re: Remote user can't checkout repos
>
>
> > On Wed, Dec 04, 2002 at 12:50:12PM +1300, Robo wrote:
> > > Hi,
> > >
> > > using: WinXP, Apache 2.0.43, svn r3687 binaries
> > ...
> > > E:\www>svn checkout http://my.internet.ip:8080/svn/ath/trunk ath
> > >
> > > And this is what happened:
> > >
> > > It pauses after ath/template for about 3 seconds and then spits out the
> > > error:
> > >
> > > A ath/.htaccess
> > > A ath/mod.php
> > > A ath/TODO.txt
> > > A ath/template
> > > svn: RA layer request failed
> > > svn: could not fetch directory entries
> > > svn: PROPFIND of /svn/!svn/bc/5/ath/trunk/template: Could not read chunk
> > > size: L
> > > ine too long
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: dev-help@subversion.tigris.org
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 5 23:07:35 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.