>Joe Mistachkin
>What are the values of the global Fossil settings matching "tcl*" and
>"th1*"?
>Does the output of "fossil all list" and "fossil all list --ckout" make
>sense >to you?

Hello Joe,

thank you for valuable tips and suggestions. With that I was able to locate 
where the problem was.
I had invalid script set in one specific repository in its tcl-setup field. 
That way any fossil instance executed on path where its respective _fossil_ 
file was 
located or below it was showing that error.
I have certainly learned something. Especially how easily I can forget about 
some leftower configuration while plaing with repo.
One visual clue was that fossil status line in footer stopped to provide TCL 
related info.
(I cant recall, where I got it from but it is quite useful)

Thanks

Peter

-- footer revealing TCL info
<div class="footer">
  <th1>
  proc getTclVersion {} {
    if {[catch {tclEval info patchlevel} tclVersion] == 0} {
      return "<a href=\"http://www.tcl.tk/\";>Tcl</a> version $tclVersion"
    }
    return ""
  }
  proc getVersion { version } {
    set length [string length $version]
    return [string range $version 1 [expr {$length - 2}]]
  }
  set version [getVersion $manifest_version]
  set tclVersion [getTclVersion]
  set fossilUrl http://www.fossil-scm.org
  </th1>
  This page was generated in about
  <th1>puts [expr {([utime]+[stime]+1000)/1000*0.001}]</th1>s by
  <a href="$fossilUrl/">Fossil</a>
  version $release_version $tclVersion
  <a href="$fossilUrl/index.html/info/$version">$manifest_version</a>
  <a 
href="$fossilUrl/index.html/timeline?c=$manifest_date&amp;y=ci">$manifest_date</a>
</div>
</body></html>
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to