Re: [fossil-users] break in fossil sync,between versions [9b30c01e8b] and [f62bedf1ef]

2014-09-15 Thread Petr Ferdus
> Joe Mistachkin >Confirmed. This should now be fixed on trunk: Thank you, fossil [1f8a4ecdb7] works for me. Peter ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] break in fossil sync, between versions [9b30c01e8b] and [f62bedf1ef]

2014-09-15 Thread Joe Mistachkin
Richie Adler wrote: > > I'm getting the following error compiling this in MinGW: > > wbld/translate.exe src/add.c >wbld/add_.c > 0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487 > AllocationBase 0x0, BaseAddress 0x60E9, RegionSize 0x1A, State 0x1 > C:\Prog

Re: [fossil-users] break in fossil sync, between versions [9b30c01e8b] and [f62bedf1ef]

2014-09-15 Thread Richie Adler
> Confirmed. This should now be fixed on trunk: > > https://www.fossil-scm.org/index.html/info/1f8a4ecdb7 > > Thanks for the report. > I'm getting the following error compiling this in MinGW: wbld/translate.exe src/add.c >wbld/add_.c 0 [main] us 0 init_cheap: VirtualAlloc pointer

Re: [fossil-users] break in fossil sync, between versions [9b30c01e8b] and [f62bedf1ef]

2014-09-15 Thread Joe Mistachkin
Petr Ferdus wrote: > > Test case follows, can anyone confirm it? > Confirmed. This should now be fixed on trunk: https://www.fossil-scm.org/index.html/info/1f8a4ecdb7 Thanks for the report. -- Joe Mistachkin ___ fossil-users mailing list fo

[fossil-users] break in fossil sync, between versions [9b30c01e8b] and [f62bedf1ef]

2014-09-15 Thread Petr Ferdus
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 cas