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

2015-06-27 Thread Michael Richter
On 27 June 2015 at 01:06, Joe Mistachkin wrote: > 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 > What, exactly, does this actually do? I can't find any information on this whatsoever

Re: [fossil-users] fossil serve repolist error

2015-06-27 Thread Richard Hipp
On 6/27/15, Remco Schoen wrote: > >> Op 27 jun. 2015, om 17:01 heeft Richard Hipp het volgende >> geschreven: >>> Op 27 jun. 2015 om 15:38 heeft Richard Hipp het volgende geschreven: > On 6/27/15, David Mason wrote: > A simple fix would seem to be to match *.fossil b

Re: [fossil-users] fossil serve repolist error

2015-06-27 Thread Remco Schoen
> Op 27 jun. 2015, om 17:01 heeft Richard Hipp het volgende > geschreven: >> >>> Op 27 jun. 2015 om 15:38 heeft Richard Hipp het volgende >>> geschreven: >>> On 6/27/15, David Mason wrote: A simple fix would seem to be to match *.fossil but not .fossil - in other words, r

Re: [fossil-users] fossil serve repolist error

2015-06-27 Thread Richard Hipp
On 6/27/15, Remco Schoen wrote: > >> Op 27 jun. 2015 om 15:38 heeft Richard Hipp het volgende >> geschreven: >> >>> On 6/27/15, David Mason wrote: >>> A simple fix would seem to be to match *.fossil but not .fossil - in >>> other >>> words, require a non-empty prefix to consider it a fossil. >>

Re: [fossil-users] fossil serve repolist error

2015-06-27 Thread Remco Schoen
> Op 27 jun. 2015 om 15:38 heeft Richard Hipp het volgende > geschreven: > >> On 6/27/15, David Mason wrote: >> A simple fix would seem to be to match *.fossil but not .fossil - in other >> words, require a non-empty prefix to consider it a fossil. > > That's what https://www.fossil-scm.org/f

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

2015-06-27 Thread lz
Thanks, you helped me to find the rest: ./configure --json=1 --with-tcl=1 --with-tcl-stubs=1 --with-th1-hooks=1 --with-th1-docs=1 Lubos Zan On 06/26/2015 07:06 PM, Joe Mistachkin wrote: lz wrote: xxx@xxx:~/FossilBook$ fossil settings th1-docs no such setting: th1-docs This must be enabled

Re: [fossil-users] fossil serve repolist error

2015-06-27 Thread Richard Hipp
On 6/27/15, David Mason wrote: > A simple fix would seem to be to match *.fossil but not .fossil - in other > words, require a non-empty prefix to consider it a fossil. That's what https://www.fossil-scm.org/fossil/info/ceeb1c331bdb7967 tried to do. -- D. Richard Hipp d...@sqlite.org _

Re: [fossil-users] fossil serve repolist error

2015-06-27 Thread Stephan Beal
On Sat, Jun 27, 2015 at 2:53 PM, David Mason wrote: > A simple fix would seem to be to match *.fossil but not .fossil - in other > words, require a non-empty prefix to consider it a fossil. > That's what Richard's patch does. The checkin comment: In the "fossil server --repolist" command, to not

Re: [fossil-users] fossil serve repolist error

2015-06-27 Thread David Mason
A simple fix would seem to be to match *.fossil but not .fossil - in other words, require a non-empty prefix to consider it a fossil. ../Dave ​ ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailm