Fossil SCM
fossil repo in the same directory as checkout shows no timeline in server
Closed
229afc037d2e387…
· opened 12 years, 5 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Minor
- Resolution
- Not_A_Bug
- Subsystem
- —
- Created
- Nov. 11, 2013 6:51 a.m.
Steps to reproduce
cd ~ mkdir temp cd temp fossil new temp.fossil fossil o temp.fossil echo hi>hi fossil add . fossil ci -m 'Initial commit' fossil ui
Now goto Timeline and it will say something like 'invalid home directory: /root '.
Comments (2)
nobody
12 years, 5 months ago
Steps to reproduce
cd ~ mkdir temp cd temp fossil new temp.fossil fossil o temp.fossil echo hi>hi fossil add . fossil ci -m 'Initial commit' fossil ui
Now goto Timeline and it will say something like 'invalid home directory: /root '.
drh
12 years, 4 months ago
Please set your HOME environment variable correctly.