________________________________
> From: [email protected]
> Date: Thu, 9 Jun 2011 09:38:03 -0400
> To: [email protected]
> 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.

So... I can assume is there an thttpd bug somewhere?
                                          
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to