On Sat, Jun 8, 2013 at 7:47 PM, Dominic Lemire <[email protected]> wrote:

> Hello,
>
> Is anyone else using a recent build of fossil on OSX 10.8 (Mountain Lion)?
>
> I'm getting this error message on each operation shortly after I started
> using the ui:
>  error code 28: multiple links to file: /path/to/myclone.fossil
> I looked around and it seems like an error originating from sqlite.
>

Newer versions of SQLite issue this warning when a database file contains
more than one hard link since having a database with multiple hard links
can lead to database corruption.  See
http://www.sqlite.org/howtocorrupt.html#alias for additional information.

This fix is to remove all links to the myclone.fossil file.


>
> It happens after a few config changes in the fossil ui (doesn't matter
> what I change).
>
> I tried the "fossil all rebuild", but it didn't help. I'm seeing the error
> on Mac OSX 10.8, but not on OSX 10.6 Snow Leopard or on Ubuntu 12.04.
>
> Anything else I should try?
>
> (I apologize if you received this message twice, I sent it before I joined
> to the mailing list and I'm not sure if it was delivered...)
>
> Thank you,
> Dominic
>
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to