Ticket Change Details
Not logged in
Overview

Artifact ID: a4f0cfd5c37d079a4947356ea97b3db82ca48861
Ticket: 44002a7760cf54060b426865bcdca5b81421cad1
cannot locate home directory - please set the HOMEPATH environment variable
User & Date: wolfgang 2010-10-07 20:51:08
Changes

  1. Appended to comment:
    
    
    <hr /><i>wolfgang added on 2010-10-07 20:51:08:</i><br />
    On all my windows machines(XP SP2, Win7HP) are the environment variables HOMEPATH and HOMEDRIVE defined. A quick search on the net shows me, that both variables should be defined on windows.
    
    HOMEPATH is only a fallback, fossil searches the following environment variables in the given order:
     LOCALAPPDATA -> APPDATA -> HOMEPATH
    
    USERPROFILE might be added to this fallback chain, but i think there must be another problem on your machine, because LOCALAPPDATA and APPDATA are not found too.
    
    One remark: i think HOMEPATH in the current implementation might not on work on some installations. HOMEPATH contains only the path (f.e. /Profile/User) and does not give you the drive (c:). So fossil should read %HOMEDRIVE%%HOMEPATH%.
    
  2. resolution changed to: "Open"