Re: [fossil-users] fossil undo for fossil clean

2015-06-26 Thread Jan Nijtmans
2015-06-26 6:31 GMT+02:00 Andy Goth andrew.m.g...@gmail.com: Is there any interest in making fossil clean be an undoable operation? If fossil revert is undoable, why not fossil clean? I already implemented that, feel free to experiment with it:

Re: [fossil-users] How to enable TH1?

2015-06-26 Thread Joe Mistachkin
lz wrote: xxx@xxx:~/FossilBook$ fossil settings th1-docs no such setting: th1-docs This must be enabled at compile-time as well via the FOSSIL_ENABLE_TH1_DOCS define. When using ./configure, you can specify: --with-th1-docs=1 -- Joe Mistachkin

Re: [fossil-users] fossil serve repolist error

2015-06-26 Thread Remco Schoen
Op 26 jun. 2015 om 15:23 heeft Remco Schoen remco_sch...@me.com het volgende geschreven: Do you have a file under . that is named *.fossil that is not really a Fossil repository? I had a file called .fossil there. If I remove it, it now lists my repositories. I found out that the

Re: [fossil-users] fossil serve repolist error

2015-06-26 Thread Richard Hipp
On 6/26/15, Remco Schoen remco_sch...@me.com wrote: I have found out where the .fossil comes from. It is the one that fossil creates in the home folder of the current user. In the case of the docker image this is the folder /opt/fossil for the user fossil. Does

Re: [fossil-users] fossil serve repolist error

2015-06-26 Thread Remco Schoen
Op 26 jun 2015 om 19:49 uur uur schreef Richard Hipp d...@sqlite.org: I have found out where the .fossil comes from. It is the one that fossil creates in the home folder of the current user. In the case of the docker image this is the folder /opt/fossil for the user fossil. Does

Re: [fossil-users] fossil undo for fossil clean

2015-06-26 Thread Andy Goth
On 6/26/2015 9:39 AM, Jan Nijtmans wrote: 2015-06-26 6:31 GMT+02:00 Andy Goth andrew.m.g...@gmail.com: Is there any interest in making fossil clean be an undoable operation? If fossil revert is undoable, why not fossil clean? I already implemented that, feel free to experiment with it:

Re: [fossil-users] fossil serve repolist error

2015-06-26 Thread Andy Goth
On 6/26/2015 5:59 AM, Remco Schoen wrote: I'm trying to host a directory with multiple fossils, but when I want to list the available repositories, I get this error: SQLITE_ERROR: no such table: config Database Error no such table: config SELECT value FROM config WHERE name='allow-symlinks'

Re: [fossil-users] fossil undo for fossil clean

2015-06-26 Thread Jan Nijtmans
2015-06-26 21:03 GMT+02:00 Andy Goth andrew.m.g...@gmail.com: I was a bit surprised that you explicitly make the -f option inhibit undo. I would have done otherwise. That makes sense. I wanted there to be an option to inhibit undo, and re-used -f for that. Looking at it now, it's better to

Re: [fossil-users] clones taking 2x (or more?) time due to extra delta compression

2015-06-26 Thread Andy Goth
On 6/26/2015 5:52 PM, Matt Welland wrote: but I don't see any way to turn it off. clone_cmd() unconditionally calls extra_deltification(). There is no way to make it not do this. Probably there should be. also it looks like fossil has low tolerance for parallel running open process. I guess

[fossil-users] clones taking 2x (or more?) time due to extra delta compression

2015-06-26 Thread Matt Welland
but I don't see any way to turn it off. also it looks like fossil has low tolerance for parallel running open process. I guess I naively assumed that since sqlite3 is mostly ACID compliant that parallel opening of fossils would be supported. I'm adding locking as a work-around but would the

Re: [fossil-users] fossil serve repolist error

2015-06-26 Thread Richard Hipp
On 6/26/15, Remco Schoen remco_sch...@me.com wrote: Hi, I'm trying to host a directory with multiple fossils, but when I want to list the available repositories, I get this error: SQLITE_ERROR: no such table: config Database Error no such table: config SELECT value FROM config WHERE

[fossil-users] How to enable TH1?

2015-06-26 Thread lz
I must be blind - I cannot find any advice how to enable TH1 xxx@xxx:~/FossilBook$ fossil settings th1-docs no such setting: th1-docs xxx@xxx:~/FossilBook$ fossil version This is fossil version 1.33 [9c65b5432e] 2015-05-23 11:11:31 UTC Can you help, please?

Re: [fossil-users] How to enable TH1?

2015-06-26 Thread Stephan Beal
On Fri, Jun 26, 2015 at 2:11 PM, lz lubos@gmail.com wrote: I must be blind - I cannot find any advice how to enable TH1 th1 is built in and cannot be disabled (the ticketing subsystem relies heavily on it). -- - stephan beal http://wanderinghorse.net/home/stephan/

[fossil-users] fossil serve repolist error

2015-06-26 Thread Remco Schoen
Hi, I'm trying to host a directory with multiple fossils, but when I want to list the available repositories, I get this error: SQLITE_ERROR: no such table: config Database Error no such table: config SELECT value FROM config WHERE name='allow-symlinks' The command that I'm using: fossil

Re: [fossil-users] fossil serve repolist error

2015-06-26 Thread Remco Schoen
Op 26 jun 2015 om 14:12 uur uur schreef Richard Hipp d...@sqlite.org: On 6/26/15, Remco Schoen remco_sch...@me.com wrote: Hi, I'm trying to host a directory with multiple fossils, but when I want to list the available repositories, I get this error: SQLITE_ERROR: no such table: config