Re: [fossil-users] database locked on sync

2011-08-06 Thread Kevin Quick
And now I'm finally realizing the extension of what you implied: I was assuming I would need to issue a "fossil sync" to synchronize my working directory with the repository database (similar to mercurial or darcs). But it now occurs to me that all of my commits have already done that and

Re: [fossil-users] database locked on sync

2011-08-06 Thread Kevin Quick
Thanks, Richard, but I still need to buy a clue: I cannot find a VVAR table and none of the tables (revealed by ".table") have a name field containing 'repository'. -KQ On Sat, 06 Aug 2011 10:25:33 -0700, Richard Hipp wrote: > On Sat, Aug 6, 2011 at 12:47 PM, Kevin Quick wrote: > >> >> Ano

Re: [fossil-users] database locked on sync

2011-08-06 Thread Kevin Quick
Lluis, Ahh, I didn't know that about _FOSSIL_... I had assumed it was similar to a _darcs or .hg repo. I tried your suggestion (I didn't use the -keep flag) and it seemed to work fine from the perspective of not modifying my working directory and all timeline events were still there. Howe

Re: [fossil-users] database locked on sync

2011-08-06 Thread Richard Hipp
On Sat, Aug 6, 2011 at 12:47 PM, Kevin Quick wrote: > > Another (perhaps related) problem I'm having is that I created the repo in > one location and then moved it elsewhere. > If you have an open checkout and you move the repository file, then the open check-out won't be able to find the reposi

Re: [fossil-users] database locked on sync

2011-08-06 Thread Lluís Batlle i Rossell
On Sat, Aug 06, 2011 at 10:09:33AM -0700, Kevin Quick wrote: > If I do that I'll lose all changes in the local __FOSSIL__ that I haven't > sync'd to the database. I think rebuilding the local __FOSSIL__ that way > and losing all those changes is my fix of last resort, but I'm hoping for > a

Re: [fossil-users] database locked on sync

2011-08-06 Thread Kevin Quick
If I do that I'll lose all changes in the local __FOSSIL__ that I haven't sync'd to the database. I think rebuilding the local __FOSSIL__ that way and losing all those changes is my fix of last resort, but I'm hoping for a more direct and less lossy repair. :-) -KQ On Sat, 06 Aug 2011 10:

Re: [fossil-users] database locked on sync

2011-08-06 Thread Lluís Batlle i Rossell
On Sat, Aug 06, 2011 at 09:47:10AM -0700, Kevin Quick wrote: > $ fossil sync PATH-TO-REPO > Bytes Cards Artifacts Deltas > Sent:3897 82 0 0 > Error: Database error: database is locked > DELETE FROM unclustered WHERE rid IN (SELECT rid

[fossil-users] database locked on sync

2011-08-06 Thread Kevin Quick
$ fossil sync PATH-TO-REPO Bytes Cards Artifacts Deltas Sent:3897 82 0 0 Error: Database error: database is locked DELETE FROM unclustered WHERE rid IN (SELECT rid FROM private) Received: 118 1 0 0 T