Re: [fossil-users] Merge failed with SQL error

2016-11-20 Thread Andy Bradford
Thus said "Tony Papadimitriou" on Sun, 20 Nov 2016 16:32:02 +0200: > c:\temp>f me trunk > WARNING: no common ancestor for ...several_files... > SQLITE_CONSTRAINT: abort at 45 in [INSERT INTO > vfile(vid,chnged,deleted,rid,mrid,isexe,islink,pathname) SELECT >

[fossil-users] Error synchronizing private check-ins

2016-11-20 Thread Mikhail Kryshen
Hello, I reported this error some time ago against Fossil 1.32: https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg20064.html It is still reproducible in Fossil 1.36: $ fossil new 1.fossil $ fossil open 1.fossil $ touch file $ fossil add file $ fossil commit -m "private"

Re: [fossil-users] Linux binary downloads

2016-11-20 Thread Joerg Sonnenberger
On Sun, Nov 20, 2016 at 05:13:56PM +0200, Emil Totev wrote: > Furthermore, even the old 1.35 binary does not completely work on > CentOS 7 - 'fossil clone' returns "bad hostname lookup" for otherwise > perfectly resolvable and pingable hosts. This part is moderately easy to explain. "Statically"

[fossil-users] Linux binary downloads

2016-11-20 Thread Emil Totev
Hi There was a thread some time ago about the 1.36 linux binary download, but probably because it got hijacked by a troll, there hasn't been any reaction. Unlike previous releases which were ZIP files, the linux download is now a tar.gz, and it contains a dynamically linked 64bit executable

[fossil-users] Merge failed with SQL error

2016-11-20 Thread Tony Papadimitriou
Just to report some unexpected problem that happened today. After adding (ADD command) some files to trunk that where already part of a different branch, and committing, I went to the other branch in question (with UPDATE) and tried to MERGE trunk to include some other changes as well. Here’s