You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Robo <ro...@gmx.net> on 2002/12/03 23:50:12 UTC

Remote user can't checkout repos

Hi,

using: WinXP, Apache 2.0.43, svn r3687 binaries

I've got a working repository on my machine, along with Apache2 with
mod_dav_svn.

I was able to checkout a copy of the repository from http, either localhost
or using my internet IP. But my friend was able to checkout the repository
from my machine. This is the command he used:

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

He was able to get a list of all the files in all the folders when he logged
in from the browser however.

Apache and svn seems to be functioning correctly. Not sure why I was able to
checkout the repository using http, but my friend from a remote machine was
unable to do so.

Robo



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Remote user can't checkout repos

Posted by Joe Orton <jo...@manyfish.co.uk>.
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

Can you get a network trace of this happening?

Regards,

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org