Ticket Change Details
Not logged in

Changes to ticket 838bde7990

By anonymous on 2008-12-03 04:53:53. See also: artifact content, and ticket history

    1. Appended to comment:

      anonymous added on 2008-12-03 04:53:53:
      The content of file(s) is correct. What causes trouble is the name/path of file having accented characters.

      If I modify the test and try to add file on path already having mix of accended/not accended characters and spaces,
      it is even not listing such file in File List menu which I would consider a bug.
      (I can save zip archive from fossil, view file content(diff) but will not see such file listed in File List menu)
      Produced zip archive can be correctly extracted by unzip from Info-ZIP web site. Windows Explorer will show just badly transcoded file name on badly transcoded file path.
      Used test path uses "r-caron" chars (U+0159),"s-caron"(U+0161) and "LATIN SMALL LETTER Y WITH ACUTE" (U+00FD) accented characters.

      del .\_fossil_
      del .\test.fossil
      rmdir /Q /S .\\"testSšššSRřřřR YýýýY"
      mkdir .\\"testSšššSRřřřR YýýýY"
      del manifest.uuid
      del manifest
      cd .\\"testSšššSRřřřR YýýýY"
      echo content of file>"1rřřřř R .test"
      cd ..
      fossil new test.fossil
      fossil open test.fossil
      fossil add .\\"testSšššSRřřřR YýýýY"\\"1rřřřř R .test"
      fossil ls
      fossil commit -m "check in a file with accended char(s) and spaces in its name on a path with accedended characters and spaces" --nosign
      fossil ui
      ---
      fossil ls
      ADDED testSÜÜÜSR°°°R YřřřY/1r°°°° R .test