On Thu, Jun 9, 2011 at 9:57 AM, Paolo Bolzoni <ezzet...@hotmail.com> wrote:

>
> ________________________________
> > From: d...@sqlite.org
> > Date: Thu, 9 Jun 2011 09:38:03 -0400
> > To: fossil-users@lists.fossil-scm.org
> > Subject: Re: [fossil-users] Fossil halts before push.
> >
> > Please run this experiment for me:
> >
> > scp the repository from your server down to your local machine. Call
> > it (say) "copy.fossil". Then run "fossil ui copy.fossil". Then in a
> > separate window, go to your check-out and run "fossil push --once
> > http://localhost:8080/";. In other words, please try doing the same
> > push using only the loop-back interface and the web server that is
> > built into fossil. Please let us know whether or not that works.
>
> It worked fine, I just added the name and password:
> $ fossil push --once 'http://A:B@localhost:8080'
>                 Bytes      Cards  Artifacts     Deltas
> Sent:            4270         91          0          0
> Received:         126          3          0          0
> Sent:        79242063         92          1          0
> Received:          79          2          0          0
> Sent:            5076         91          0          1
> Received:          32          1          0          0
> Total network traffic: 18176299 bytes sent, 855 bytes received
>
> Considering the total network traffic it even seems there is
> some kind of compression.
>

Yes.  By default, Fossil zlib compresses content.  However, that compression
is disabled when you do --httptrace.


>
> So... I can assume is there an thttpd bug somewhere?
>

That would be my next guess.  It might just be that thttpd cannot handle the
18MB HTTP request.  Maybe you can try doing this one push using ssh: instead
of http:.  Once you get that one 80MB file uploaded, all subsequent requests
should be more reasonably sized and, with luck, you shouldn't have any
further troubles.



>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to