Fossil SCM
CGI Server 'directory' mode requires ".fossil" extension on repositories
Fixed
72c7d223d525852…
· opened 14 years, 11 months ago
- Type
- Documentation
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- April 28, 2011 2:18 p.m.
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.