Re: [fossil-users] Error synchronizing private check-ins

2016-11-21 Thread Ralf Hoermann
Am 20.11.2016 um 21:36 schrieb 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-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] Error synchronizing private check-ins

2015-10-26 Thread Mikhail Kryshen
The error is still reproducible in current trunk [a6b999ce13]. Tokujo Echsula writes: > Here's an easy way to reproduce it: > > fossil new 1.fossil > fossil open 1.fossil > echo > a.file > fossil addremove > fossil commit -m "private" --private > fossil clone 1.fossil

Re: [fossil-users] Error synchronizing private check-ins

2015-04-16 Thread Tokujo Echsula
Here's an easy way to reproduce it: fossil new 1.fossil fossil open 1.fossil echo a.file fossil addremove fossil commit -m private --private fossil clone 1.fossil 2.fossil fossil pull -R 2.fossil --private On Wed, Apr 15, 2015 at 6:26 PM, Mikhail Kryshen krys...@cs.petrsu.ru wrote: The

Re: [fossil-users] Error synchronizing private check-ins

2015-04-15 Thread Mikhail Kryshen
The problem reproduces with fossil built from the current trunk (abef6cf7). Mikhail Kryshen krys...@cs.petrsu.ru writes: Hello, I encountered a problem trying to transfer private check-ins between personal clones of a repository: $ fossil pull --private --once

[fossil-users] Error synchronizing private check-ins

2015-04-03 Thread Mikhail Kryshen
Hello, I encountered a problem trying to transfer private check-ins between personal clones of a repository: $ fossil pull --private --once ssh://host/fossils/project.fossil Round-trips: 2 Artifacts sent: 0 received: 0 SQLITE_CONSTRAINT: abort at 8 in [INSERT INTO private VALUES(10049)]: