Fossil

View Ticket
Login
2013-11-12
13:22 Closed ticket [229afc037d]: fossil repo in the same directory as checkout shows no timeline in server plus 4 other changes ... (artifact: e3a37d9348 user: drh)
2013-11-11
06:51 New ticket [229afc037d]. ... (artifact: 6c79e35246 user: anonymous)

Ticket Hash: 229afc037d2e387814ef0d36fc3b4e40a722259c
Title: fossil repo in the same directory as checkout shows no timeline in server
Status: Closed Type: Code_Defect
Severity: Minor Priority:
Subsystem: Resolution: Not_A_Bug
Last Modified: 2013-11-12 13:22:13
12.39 years ago
Created: 2013-11-11 06:51:48
12.39 years ago
Version Found In:
User Comments:
nobody added on 2013-11-11 06:51:48:
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 added on 2013-11-12 13:22:13:

Please set your HOME environment variable correctly.