Fossil SCM
Fossil server not working
Fixed
01425fd49da1b0b…
· opened 12 years, 6 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- Oct. 9, 2013 8:26 a.m.
[1050] removes line
1185 db_open_repository(zRepo);
and breaks the fossil server, resulting in a 'Not Found' page served to the browser when you go to 127.0.0.1:8080. Happened when running fossil as root on Debian 32bit.
Comments (2)
nobody
12 years, 6 months ago
[1050] removes line
1185 db_open_repository(zRepo);
and breaks the fossil server, resulting in a 'Not Found' page served to the browser when you go to 127.0.0.1:8080. Happened when running fossil as root on Debian 32bit.
stephan
12 years, 6 months ago
This was fixed a couple weeks ago in commits [e65162b4ad] and [1050f2e75f].