Ticket Change Details
Not logged in
Overview

Artifact ID: f2a8519adf40cfc6cf9018faeb58f52607cdb0c4
Ticket: 8d916f5fc30be34eb232cd9aca97ecc92769e8b4
Issues with branch windows-i18n
User & Date: anonymous 2011-05-02 19:13:52
Changes

  1. comment changed to:
    <pre>
    Pull command fails on Czech XP windows.
    c:\soft\bin>ver
    Microsoft Windows XP [Verze 5.1.2600]
    (Czech version of XP with SP3) 
    Command window use configuration with current code page 852:
    c:\soft\bin>MODE CON
    Stav zařízení CON:
    ------------------
        Řádků:                      300
        Sloupců:                    80
        Rychlost opakování:         31
        Prodleva před opakováním:   1
        Znaková stránka:            852
    c:\soft\bin>fossil.exe ver
    This is fossil version [eea6449098] 2011-05-02 13:31:01 UTC
    
    Pulling data from canonical fossil repository fails with following messages (Czech part of OS messages is displayed also incorrectly - wrong console codepage):
    c:\soft\bin>fossil.exe pull http://www.fossil-scm.org/ -R myfossilclone_canonical.fossil
    c:\soft\bin\fossil.exe: SQLITE_CANTOPEN: os_win.c:33310: (3) winOpen(C:\Documents and Settings\user\Data aplikac\_fossil) - SystÚm nem¨×e nalÚzt uvedenou cestu.
    c:\soft\bin\fossil.exe: SQLITE_CANTOPEN: os_win.c:33310: (3) winOpen(C:\Documents and Settings\user\Data aplikac\_fossil) - SystÚm nem¨×e nalÚzt uvedenou cestu.
    c:\soft\bin\fossil.exe: SQLITE_CANTOPEN: cannot open file at line 33316 of [f55156c519]
    c:\soft\bin\fossil.exe: unable to open database file
    
    If you have recently updated your fossil executable, you might
    need to run "fossil all rebuild" to bring the repository
    schemas up to date.
    --
    os message in Czech tells, that system cannot find path specified
    correct path should be "C:\Documents and Settings\user\Data aplikací\_fossil", Path for _fossil file in function winOpen() is missing "í"  small letter i with acute.
    
    If I chage code page to Eastern Europe 1250
    c:\soft\bin>MODE CON CP SELECT=1250
    Stav zařízení CON:
    ------------------
        Řádků:                      300
        Sloupců:                    80
        Rychlost opakování:         31
        Prodleva před opakováním:   1
        Znaková stránka:            1250
    
    The messages after attempt to pull data from fossil repository indicate the same error, only Czech parts on display are now correct:
    c:\soft\bin>fossil.exe pull http://www.fossil-scm.org/ -R myfossilclone_canonical.fossil
    c:\soft\bin\fossil.exe: SQLITE_CANTOPEN: os_win.c:33310: (3) winOpen(C:\Documents and Settings\user\Data aplikac\_fossil) - Systém nemůže nalézt uvedenou cestu.
    c:\soft\bin\fossil.exe: SQLITE_CANTOPEN: os_win.c:33310: (3) winOpen(C:\Documents and Settings\ron\Data aplikac\_fossil) - Systém nemůže nalézt uvedenou cestu.
    c:\soft\bin\fossil.exe: SQLITE_CANTOPEN: cannot open file at line 33316 of [f55156c519]
    c:\soft\bin\fossil.exe: unable to open database file
    
    If you have recently updated your fossil executable, you might
    need to run "fossil all rebuild" to bring the repository
    schemas up to date.
    
    Issue with problematic path to _fossil file is discussed also in [http://www.fossil-scm.org/fossil/wiki?name=Windows+XP] 
    </pre>
    
  2. foundin changed to: "eea6449098"
  3. private_contact changed to: "24b67375dd2ec6c7381a5ad34cfcf006f0b9c260"
  4. severity changed to: "Severe"
  5. status changed to: "Open"
  6. title changed to: "Issues with branch windows-i18n"
  7. type changed to: "Code_Defect"