Fossil

Ticket Change Details
Login

Ticket Change Details

Overview

Artifact ID: 36de1042834ec1f84ac5c058dc316088fc625aaa
Ticket: b0894abc94c175bb7840bfcda8f155e2b358512c
fossil server -P address:port
User & Date: anonymous 2010-07-25 10:43:31
Changes

  1. Appended to comment:
    
    
    <hr><i>anonymous added on 2010-07-25 10:43:31:</i><br>
    Here's a workaround using socat:
    
    <verbatim>
    /usr/local/bin/socat \
        TCP-LISTEN:8080,bind=127.0.0.1,reuseaddr,fork \
        EXEC:'/usr/local/bin/fossil http /home/me/myproject.fossil'
    </verbatim>
    
  2. resolution changed to: "Open"