On Mon, Feb 25, 2013 at 11:09 AM, Baptiste Daroussin <[email protected]> wrote: > Hi, > > I have been using a private branch to test some code like this: > > <hack> > fossil ci --private -m "bla" > <hack> > fossil ci --private -m "test2" > fossil merge private > fossil ci -m "this is what I hacked on" > fossil scrub --private > > > The latest fossil scrub --private had the following output: > Scrubbing the repository will permanently delete information. > Changes cannot be undone. Continue (y/N)? y > fossil: SQLITE_ERROR: no such table: main.delta > fossil: SQLITE_ERROR: duplicate column name: mtime > fossil: SQLITE_ERROR: duplicate column name: mtime > fossil: SQLITE_ERROR: duplicate column name: mtime > 100.0% complete... > > Now what ever command I run from with this directory leads to a > segmentation fault > > I can't rebuild fossil on that box with debug flags. > > This happended on FreeBSD with fossil 1.25 > > regards, > Bapt
I haven't encountered segfaults, but I think this is related: http://www.mail-archive.com/[email protected]/msg10510.html I haven't used private branches since running into that problem. Don't know what the status is. - Max _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

