[fossil-users] th_tcl.c: undefined reference to `count'

2016-11-05 Thread jungle boogie
Hi All, I'm seeing some breakage on my build with these config options: ./configure --json --with-tcl --with-th1-docs .o bld/shun.o bld/sitemap.o bld/skins.o bld/sqlcmd.o bld/stash.o bld/stat.o bld/statrep.o bld/style.o bld/sync.o bld/tag.o bld/tar.o bld/th_main.o bld/timeline.o

Re: [fossil-users] Synchronizing endless loop

2016-11-05 Thread Florian Balmer
With the help of the excellent documentation on the Fossil Sync Protocol I have found a very simple solution to fix synchronization of unversioned files. Due to how work is distributed between the server and the client, it's correct that the server ignores "uvigot" cards, but the client should

Re: [fossil-users] More compilation problems with latest trunk

2016-11-05 Thread Richard Hipp
Works fine for me. https://www.fossil-scm.org/fossil/info/9c211011190bde9a compiled with either mingw32 or msvc2015. Maybe you have a bad merge in your check-out. What does "fossil changes" or "fossil diff" show? On 11/5/16, Tony Papadimitriou wrote: > ..\src\sqlite3.c(132731) :

[fossil-users] More compilation problems with latest trunk

2016-11-05 Thread Tony Papadimitriou
..\src\sqlite3.c(132731) : error C2143: syntax error : missing ';' before '<<' ..\src\sqlite3.c(132758) : error C2143: syntax error : missing ')' before '->' ..\src\sqlite3.c(132758) : error C2143: syntax error : missing '{' before '->' ..\src\sqlite3.c(132758) : error C2059: syntax error : '->'

Re: [fossil-users] fossil diff: extra empty lines in non-console output on Windows

2016-11-05 Thread Artur Shepilko
Ok, the fix is in: https://fossil-scm.org/index.html/info/476fe9e932f01133 On Mon, Oct 31, 2016 at 12:42 PM, Artur Shepilko wrote: > Ok, just dropped the CLA in the mail. > Sure USPS has an important role in the Fossil project, it probably has > its own username in the repo

Re: [fossil-users] More compilation problems with latest trunk

2016-11-05 Thread Tony Papadimitriou
Possibly! Apparently, a different version of sqlite3.c was somehow left in the checkout. (It's already 2nd time I get bitten by this.) I tried again with the current trunk and there was no problem. I guess I'll have to update my script to do a REVERT right after the UPDATE command to cancel

[fossil-users] Is there a quick way to SHUN all version of a given filename?

2016-11-05 Thread Tony Papadimitriou
With the introduction of the new UNVERSIONED command, I thought there is no longer need to keep certain binary images in the check-out as versioned files. Instead, I want to keep only the latest version as unversioned files. To remove all the versioned ones, is there is a simple way? Perhaps,