Re: [fossil-users] Fossil Repository Does Not Exist Error

2011-10-28 Thread Dmitry Chestnykh
On Fri, 28 Oct 2011 18:49:56 +0800 David Baxendale (GMail - Singapore) david.baxend...@gmail.com wrote: I have recently moved all my files to a new machine and the directory structure is slightly different under Windows 7. Now when I execute a fossil status command, fossil reports the

[fossil-users] intermittent db is locked messages...

2011-10-28 Thread Stephan Beal
Hi, all, Occasionally (maybe once every two weeks or so) i'm seeing the following when pulling/pushing the main fossil repo: [stephan@cheyenne:~/cvs/fossil/fossil-json]$ f up Autosync: http://step...@fossil-scm.org ... Sent:1634 33 0 0 Error: Database

Re: [fossil-users] Fossil Repository Does Not Exist Error

2011-10-28 Thread Dmitry Chestnykh
On Fri, 28 Oct 2011 13:31:47 +0200 Stephan Beal sgb...@googlemail.com wrote: Or if you DO have uncommitted changes you can also try: rm _FOSSIL_ Dangerous if you have stashed changes ;-) -- Dmitry Chestnykh http://www.codingrobots.com ___

Re: [fossil-users] Fossil Repository Does Not Exist Error

2011-10-28 Thread Stephan Beal
On Fri, Oct 28, 2011 at 1:33 PM, Dmitry Chestnykh dmi...@codingrobots.comwrote: On Fri, 28 Oct 2011 13:31:47 +0200 Stephan Beal sgb...@googlemail.com wrote: Or if you DO have uncommitted changes you can also try: rm _FOSSIL_ Dangerous if you have stashed changes ;-) Aha - THAT

Re: [fossil-users] Fossil Repository Does Not Exist Error

2011-10-28 Thread Konstantin Khomoutov
On Fri, 28 Oct 2011 13:56:21 +0200 Stephan Beal sgb...@googlemail.com wrote: Or if you DO have uncommitted changes you can also try: rm _FOSSIL_ Dangerous if you have stashed changes ;-) Aha - THAT explains why i lost my stash the last time i did that ... ;) For the record

Re: [fossil-users] Fossil Repository Does Not Exist Error

2011-10-28 Thread Matt Welland
I usually open the _FOSSIL_ file with sqlite3 and update the pointer to the repo db. A repodb reset command or some such would be nice to have. matt@hermes sqlite3 _FOSSIL_ ~/data/opensrc SQLite version 3.7.5 Enter .help for instructions Enter SQL statements terminated with a ; sqlite update vvar

Re: [fossil-users] Fossil Repository Does Not Exist Error

2011-10-28 Thread LluĂ­s Batlle i Rossell
On Fri, Oct 28, 2011 at 07:00:41AM -0700, Matt Welland wrote: I usually open the _FOSSIL_ file with sqlite3 and update the pointer to the repo db. A repodb reset command or some such would be nice to have. matt@hermes sqlite3 _FOSSIL_ ~/data/opensrc SQLite version 3.7.5 Enter .help for

Re: [fossil-users] Fossil Repository Does Not Exist Error

2011-10-28 Thread Konstantin Khomoutov
On Fri, 28 Oct 2011 07:00:41 -0700 Matt Welland estifo...@gmail.com wrote: I usually open the _FOSSIL_ file with sqlite3 and update the pointer to the repo db. A repodb reset command or some such would be nice to have. fossil switch NEW_LOCATION That would make Subversion users feel at home.

Re: [fossil-users] Fossil Repository Does Not Exist Error

2011-10-28 Thread Brian Smith
There's a test-move-repository command that does just this. Perhaps it should be promoted to a proper command. On Oct 28, 2011 8:49 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Fri, 28 Oct 2011 07:00:41 -0700 Matt Welland estifo...@gmail.com wrote: I usually open the

Re: [fossil-users] Fossil Repository Does Not Exist Error

2011-10-28 Thread Stephan Beal
On Fri, Oct 28, 2011 at 6:05 PM, Brian Smith br...@linuxfood.net wrote: There's a test-move-repository command that does just this. Perhaps it should be promoted to a proper command. All you have to do to enable that is add this line: --- ** COMMAND: switch ** COMMAND: test-move-repository

Re: [fossil-users] Fossil Repository Does Not Exist Error

2011-10-28 Thread Stephan Beal
On Fri, Oct 28, 2011 at 6:21 PM, Stephan Beal sgb...@googlemail.com wrote: LOL: no matter what order the COMMAND lines are in, help still shows test-move-repository: Doh, of course it does because it's hard-coded: ** COMMAND: switch ** COMMAND: test-move-repository ** ** Usage: %fossil

Re: [fossil-users] intermittent db is locked messages...

2011-10-28 Thread Richard Hipp
On Fri, Oct 28, 2011 at 7:26 AM, Stephan Beal sgb...@googlemail.com wrote: Hi, all, Occasionally (maybe once every two weeks or so) i'm seeing the following when pulling/pushing the main fossil repo: [stephan@cheyenne:~/cvs/fossil/fossil-json]$ f up Autosync: http://step...@fossil-scm.org

Re: [fossil-users] intermittent db is locked messages...

2011-10-28 Thread Stephan Beal
On Fri, Oct 28, 2011 at 8:10 PM, Richard Hipp d...@sqlite.org wrote: The statement appears to be purely defensive, so I'm guessing we could take it out . But it would also be good to understand what is going on. When you do the auto-sync, are you doing it from an account that is read-only