Re: Provider encountered an error while streaming a REPORT response. [400, #0]

2010-03-09 Thread Steffen Sledz
Johan Corveleyn wrote: > You could be experiencing a client-side timeout. Svn with neon (which > is the default client-side http access library) has a default timeout > of 30 seconds. If the client doesn't get something within those 30 > seconds, it terminates the connection. > > You can specify a

Re: Provider encountered an error while streaming a REPORT response. [400, #0]

2010-03-09 Thread Steffen Sledz
Johan Corveleyn wrote: >> But i did not expect success here, because the error occurred after >> about 15 minutes what is much longer than the http-timeout. > > [ Remember to put the list in cc as well, so the reply goes not only to me ] Sorry for that. > Alternatively, in your setup (with squid

Re: Provider encountered an error while streaming a REPORT response. [400, #0]

2010-03-09 Thread Johan Corveleyn
On Tue, Mar 9, 2010 at 2:37 PM, Steffen Sledz wrote: > Johan Corveleyn wrote: >> You could be experiencing a client-side timeout. Svn with neon (which >> is the default client-side http access library) has a default timeout >> of 30 seconds. If the client doesn't get something within those 30 >> s

Re: Provider encountered an error while streaming a REPORT response. [400, #0]

2010-03-09 Thread Johan Corveleyn
On Tue, Mar 9, 2010 at 11:47 AM, Steffen Sledz wrote: > Ulrich Eckhardt wrote: >>>  git svn clone -s https://ourserver/repos/openembedded >> >> What does 'git svn clone...' do? Can you reproduce the problem with just svn? > > Until the point the error occurs it's just a sequence of > a few OPTIONS

Re: Provider encountered an error while streaming a REPORT response. [400, #0]

2010-03-09 Thread Steffen Sledz
Ulrich Eckhardt wrote: >> git svn clone -s https://ourserver/repos/openembedded > > What does 'git svn clone...' do? Can you reproduce the problem with just svn? Until the point the error occurs it's just a sequence of a few OPTIONS, PROPFIND, and REPORT requests. I'm not sure if i can reproduc

Re: Provider encountered an error while streaming a REPORT response. [400, #0]

2010-03-09 Thread Ulrich Eckhardt
On Tuesday 09 March 2010, Sledz, Steffen wrote: > One of the repositories is a copy of the openembedded git repo, > which contains a few thousand files and a big history. > > When calling > > git svn clone -s https://ourserver/repos/openembedded What does 'git svn clone...' do? Can you reproduce