On Tue, Jul 12, 2011 at 10:10 AM, Jeremy Anderson <[email protected]> wrote:

> Thanks! Let's give it as shot...
>
> C:\(path)>f rebuild --wal
>   100.0% complete...
> C:\(path)>f sync
> Server:    http://[user]@[domain]:[port]
>                 Bytes      Cards  Artifacts     Deltas
> Sent:            3269         69          0          0
> Error: Database error: database is locked
> DELETE FROM unclustered WHERE rid IN (SELECT rid FROM private)
>

Please run the "fossil rebuild --wal" on the server.  I think that is where
it is really going to matter the most.

Also, please try disabling the antivirus software on both client and
server.  That might help.  If you glance over at
http://www.sqlite.org/src/timeline you can see that we are currently in the
midst of trying to teach SQLite to work around some of the more psychopathic
behavior of AV software.  Once we get closure on that, I'll move the latest
SQLite into Fossil and recompile.  That might help too.  But it will be a
day or two.  (Do you have the ability to compile Fossil from sources
yourself - you could help beta-tst the new AV-defenses!)


> Received:         118          1          0          0
>  Total network traffic: 1980 bytes sent, 861 bytes received
>
> Doesn't appear to have. =(
>
>
> On Tue, Jul 12, 2011 at 3:43 AM, Richard Hipp <[email protected]> wrote:
>
>> On Mon, Jul 11, 2011 at 9:36 PM, Jeremy Anderson <[email protected]>wrote:
>>
>>> A friend of mine and I have started using Fossil for our scm needs. Happy
>>> with it conceptually, but very frustrated with the persistant, nagging
>>> connectivity issues we are having.
>>> Error: Database error: database is locked
>>> DELETE FROM unclustered WHERE rid IN (SELECT rid FROM private)
>>>
>>> Anyone have a workaround?
>>>
>>>
>>
>> Please try running:
>>
>>     fossil rebuild --wal
>>
>> Let me know if that clears the issue for you.
>>
>>
>> --
>> D. Richard Hipp
>> [email protected]
>>
>> _______________________________________________
>> fossil-users mailing list
>> [email protected]
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>>
>
> _______________________________________________
> 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