View Ticket
Not logged in
Ticket UUID: 72c7d223d525852bcedb21ff1d4cc7f05608de82
Title: CGI Server 'directory' mode requires ".fossil" extension on repositories
Status: Fixed Type: Documentation
Severity: Minor Priority:
Subsystem: Resolution: Fixed
Last Modified: 2011-05-02 14:38:17
Version Found In: [047e06193b]
Description & Comments:
I was trying to setup a cgi-bin server for some projects I want to share. I have a cgi command named 'fossil'
#! /path/to/fossil
directory: /path/to/repsitories

I created a test repository "fossil new test" in the repository folder, and then tried to go to my.domain/fossil/test, and no go. Renaming the test repository to test.fossil made the same url work. This seems to contradict:http://fossil-scm.org/index.html/doc/trunk/www/server.wiki


drh added on 2011-05-02 14:38:17 UTC:
Documentation is wrong. Repository names must end in ".fossil" when serving multiple repositories from the same CGI.