On Thu, Nov 22, 2012 at 6:33 AM, Julian <[email protected]> wrote:

> I downloaded and built fossil (v 1.24) from source for a QNAP TS419L nas,
> so that I could access repositories over the network. Although it mostly
> works, there is a very minor problem in that the footer of generated web
> pages say:
>
> "This page was generated in about
> ERROR: no such command: utime"
>
> whereas an "official" build on my local machine displays the time taken
> (and no error message, obviously). I'm assuming that I am missing a compile
> time option that I should have used to remove this functionality. Any
> suggestions?
>

The "utime" command for the embedded TH1 scripting language was added after
the 1.24 release.  The script used to generate the footer on Fossil itself
is non-standard and uses that command, however.  The utime command should
not show up in new repositories that you create or in most other
repositories.  I added it in order to look for performance regressions.

Possible solutions:

(1) Recompile the latest trunk version of Fossil locally.  This is just a
matter of doing "./configure; make" and then moving the resulting "fossil"
binary onto your PATH.

(2) Do "fossil ui" and go to Admin/Footer and press the "Revert To Default"
button.

(3) Ignore the error and wait for another official release.



>
> (My apologies if this is the wrong place for this discussion).
>
>
> _______________________________________________
> 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