Ticket Change Details
Not logged in

Changes to ticket 40df1ced7e

By anonymous on 2009-06-23 13:26:57. See also: artifact content, and ticket history

    1. Change comment to "On Windows (XP SP3) it is possible to clone a repository using a file: URL, but attempting a pull, push or sync fails (and occasionally crashes). This occurs whether you are in an open repository or specifying the repository via -R. Also no difference between absolute and relative file: URLs. To reproduce: <pre> C:> mkdir repo1 && cd repo1 C:> fossil new repo1.fossil C:> cd .. C:> mkdir repo2 && cd repo2 C:> fossil clone file://../repo1/repo1.fossil repo2.fossil C:> fossil sync file://../repo1/repo1.fossil -R repo2.fossil Bytes Cards Artifacts Deltas Send: 263 3 0 0 'fossil" http "C:' is not recognized as an internal or external command, operable program or batch file. C:> fossil open repo2.fossil C:> fossil sync file://../repo1/repo1.fossil Bytes Cards Artifacts Deltas Send: 263 3 0 0 'fossil" http "C:' is not recognized as an internal or external command, operable program or batch file. </pre>"
    2. Change foundin to "767ae79c3d"
    3. Change private_contact to "668a819fc68ae3df87285ba92d1fd8ef824e2d2b"
    4. Change severity to "Severe"
    5. Change status to "Open"
    6. Change title to "Sync fail/crash with file: URL on Win32"
    7. Change type to "Code_Defect"