[fossil-users] private branches

2016-11-21 Thread Scott Doctor
Reading through the fossil documentation about private branches. It states that There is no way to convert a private branch into a public branch. But all of the changes associated with the private branch are folded into the public branch and are hence visible to other users of the project. I

Re: [fossil-users] private branches

2016-11-21 Thread Luca Ferrari
On Tue, Nov 22, 2016 at 5:47 AM, Scott Doctor wrote: > I am confuzzled. Seems the private branch becomes public by folding into the > public branch. Not really: the private branch (commits) has to be merged into a public branch, therefore each commit of the private branch

[fossil-users] UNIQUE constraint fail on sync -private

2016-11-21 Thread Andy Goth
Not a lot of time to write. I'm on my way to the airport but need to prepare by sync'ing some Fossil repositories onto a laptop. I did a "fossil sync -once -private http://...; to push private branches to another laptop, only to be hit with: Error: Database error: UNIQUE constraint failed:

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 $