On 12/20/17, dewey.hyl...@gmail.com <dewey.hyl...@gmail.com> wrote:
> Would someone help me understand what I'm seeing here? I expect a list of
> repositories
> in the web page output, but am told there are none.

I don't understand it either.

To debug, recompile Fossil with -g and -O0.  Create a HTTP request
text file like this:

      GET / HTTP/1.0\n
      \n

(The first line is "GET /" and the second line is blank.  The \r
characters normally required by HTTP are optional.) Then run fossil in
gdb.  Set a breakpoint on the routine repo_list_page and run this
command:

    run http --repolist /fossils <r1.txt

Single step through the repolist routine and try to figure out why it
is not finding your repository files.  Please let us know what you
discover.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to