Ticket Change Details
Not logged in
Overview

Artifact ID: 47df35541002fbd1b1aceaec170a42a670eff9d1
Ticket: 8d916f5fc30be34eb232cd9aca97ecc92769e8b4
Issues with branch windows-i18n
User & Date: anonymous 2011-05-03 21:55:38
Changes

  1. Appended to comment:
    
    
    <hr /><i>anonymous added on 2011-05-03 21:55:38 UTC:</i><br />
    <pre>
    c:\soft\bin>fossil ver
    This is fossil version [b7df0b9ce6] 2011-05-03 20:25:03 UTC
    c:\soft\bin>fossil.exe pull http://www.fossil-scm.org/ -R myfossilclone_canonical.fossil
                    Bytes      Cards  Artifacts     Deltas
    Sent:             177          2          0          0
    Received:        1412         31          0          0
    Total network traffic: 291 bytes sent, 908 bytes received
    
    Pull from canonical repository is working. Thanks.
    
    It is possible to create new repository:
    c:\soft\bin>fossil init test.fossil
    project-id: 1077e040e493ef0a887a53c16df935bfe9fd8edb
    server-id:  c01f4ddc57b5d22f0f7684e7f9382902433ea912
    admin-user: user (initial password is "eb5efc")
    
    Now, I can open it and check on its status
    c:\soft\bin>fossil open test.fossil
    c:\soft\bin>fossil status
    repository:   c:/soft/bin/test.fossil
    local-root:   c:/soft/bin/
    server-code:  c01f4ddc57b5d22f0f7684e7f9382902433ea912
    checkout:     20f3504f47010db5c249061bb3604f85a293716d 2011-05-03 21:37:24 UTC
    tags:         trunk
    comment:      initial empty check-in (user: user)
    
    If I try to add file with a name containing letters with diacritics "test_šťěk.txt" in my case
    c:\soft\bin>dir test*.txt
    03.05.2011  23:40                39 test_šťěk.txt
                   1 souborů,             39 bajtů
    
    It fails, because it try to open file under mungled name               
    c:\soft\bin>fossil add .\test_šťěk.txt
    c:\soft\bin\fossil.exe: cannot open c:/soft/bin/test_ÜŁýk.txt
    
    </pre>