Hello,

I have problem with syncing fossil repositories on Windows. Breakage seems to 
occur 
between versions [9b30c01e8b](last syncing version) and [f62bedf1ef](first 
broken version)
It would be nice to retain the ability to sync between clones as featured in 
[9b30c01e8b] and previous.
Test case follows, can anyone confirm it?

Thanks 
Peter
---
--we are using "broken" version now
C:\repos>fossil ver
This is fossil version 1.30 [f62bedf1ef] 2014-09-13 16:04:27 UTC

--prepare repo and its clone with "broken" version of fossil
C:\repos>fossil new a.fossil
project-id: 8ecbe0423e2d2b001195e152bb0025642c13c453
server-id:  50ba0adc6d474c1142837b01388966e7e2e9554a
admin-user: user (initial password is "8bf204")

C:\repos>fossil clone a.fossil ac.fossil
Repository cloned into ac.fossil
Rebuilding repository meta-data...
  100.0% complete...
project-id: 8ecbe0423e2d2b001195e152bb0025642c13c453
server-id:  50ba0adc6d474c1142837b01388966e7e2e9554a
admin-user: user (password is "1acd58")

--try to sync repos, try different syntax as well
--sync never finishes, crash occurs,
--ac.fossil-*out.http file remains in working directory
C:\repos>fossil sync  c:\repos\a.fossil -R c:\repos\ac.fossil -verbose
                Bytes      Cards  Artifacts     Deltas
waiting for server...
C:\repos>fossil sync  file://c:\repos\a.fossil -R c:\repos\ac.fossil -verbose
                Bytes      Cards  Artifacts     Deltas
waiting for server...

--change to "syncing" version
C:\repos>fossil ver
This is fossil version 1.30 [9b30c01e8b] 2014-09-13 15:54:35 UTC

--try to sync repos - in finishes OK
C:\repos>fossil sync  file://c:\repos\a.fossil -R c:\repos\ac.fossil -verbose
                Bytes      Cards  Artifacts     Deltas
Sent:             217          2          0          0
Received:          32          1          0          0
Sync finished with 276 bytes sent, 270 bytes received
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to