$ until fossil configuration pull all && fossil sync ; do echo; echo; date;
echo; echo; sleep 5 ; done
Bytes Cards Artifacts Deltas
Sent: 58 1 0 0
fossil: cannot connect to host server:port
Total network traffic: 0 bytes sent, 0 bytes received
Server: http://user@server:port/repo
Bytes Cards Artifacts Deltas
Sent: 3545 75 0 0
fossil: cannot connect to host server:port
Total network traffic: 0 bytes sent, 0 bytes received
Or in other words:
$ fossil sync
Server: http://user@server:port/repo
Bytes Cards Artifacts Deltas
Sent: 3545 75 0 0
waiting for server...fossil: cannot connect to host server:port
Total network traffic: 0 bytes sent, 0 bytes received
$ echo $?
0
Imho it should have exit status != 0 in the case where the network
communication failed due to an error.
$ fossil version
This is fossil version 1.18 [df9da91ba8] 2011-07-13 23:03:41 UTC
Regards,
-Martin
_______________________________________________
fossil-users mailing list
fossil...@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
...so what's the new workflow now that I as anonymous cannot create a ticket
to capture that problem. Will I get an ACK on this list? Will a ticket be
silently created by someone? Will there be a followup on this list once a
problem-solving commit (or the decision "it's not a bug, it's a feature")
happened? This ought to be documented, IMO...
On 08/09/11 15:14, Martin S. Weber wrote:...so what's the new workflow now that I as anonymous cannot create a ticket
> I stumbled over this while I had a network outage...
to capture that problem. Will I get an ACK on this list? Will a ticket be
silently created by someone? Will there be a followup on this list once a
problem-solving commit (or the decision "it's not a bug, it's a feature")
happened? This ought to be documented, IMO...
Regards,
-Martin
_______________________________________________
fossil-users mailing list
fossil...@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
Alright. I'll read the CLA carefully, try to become #48, take care of the
problem myself if it hasn't been until then, and go ahead and document the
procedure.
Thanks,