On Wed, Sep 23, 2009 at 6:33 PM, Stephan Beal <sgb...@googlemail.com> wrote:
> On Wed, Sep 23, 2009 at 5:47 PM, D. Richard Hipp <d...@hwaci.com> wrote:
>>
>> On Sep 23, 2009, at 11:41 AM, Bill Whiting wrote:
>>
>> > Has anyone had success using fossil on AIX?  I was able to get the
>> > code
>> > to build, but it did not run successfully.  I don't remember the exact
>>
>> Just a guess:  Try recompiling with -DSQLITE_DISABLE_DIRSYNC
>
> Another thing to try is to enable the dot-file locking mechanism (which is a
> workaround for platforms which doesn't support the default (POSIX?) locking
> mechanism). This requires setting an environment variable, but i can't for
> the life of me find the (recent) mail which explains what var that is
> (Richard?).
> --
> ----- stephan beal
> http://wanderinghorse.net/home/stephan/
>

Gmail does have its advantages:


"Please recompile fossil using the latest sources, especially this patch:

    http://www.fossil-scm.org/fossil/vdiff/4881

Then run one or the following commands before attempting to use fossil:

    export FOSSIL_VFS=unix-none
    export FOSSIL_VFS=unix-dotfile

The first command above will disable file locking completely.  The
second will shift fossil to use dot-file locking instead of posix
advisory locking.  Please let me know if either of these fixes your
problem.

Note that you will need to set the FOSSIL_VFS environment variable in
each shell before you start using fossil in that shell."

Mark
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to