View Ticket
Not logged in
Ticket UUID: a1a08cb41896b1a7075caff6bce6256f2ae90efc
Title: autosync fails after network outage
Status: Open Type: Code_Defect
Severity: Minor Priority:
Subsystem: Resolution:
Last Modified: 2010-10-05 09:45:08
Version Found In: july
Description & Comments:
I've noticed that when committing with autosync on, a failed network connection (say you forgot to turn it on),will stop syncing on all future commits until you do a another sync.
> fossil will automatically push your changes back to the server you
> cloned from or whatever server you most recently synced with. 

Can it be changed so it keeps trying to sync?

to reproduce --

  1. clone repo
  2. change file under vc
  3. commit (autosync's correctly)
  4. change file under vc
  5. disconnect network
  6. commit (fails to autosync - tries and fails)
  7. reconnect network
  8. commit (fails to autosync - does not retry)*Issue*
  9. sync
  10. change file under vc
  11. commit (autosync's correctly) --