On 12/20/17, [email protected] <[email protected]> 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
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users