Overview
Artifact ID: | 387e493cbe7246ec5c7c927da7e278957bda5ee9 |
---|---|
Ticket: | d17d6e5b174bd6f8bbe8be6f851de3d721190af8
Handle file names containing brackets, interrogation mark or asterisk |
User & Date: | eric 2010-06-25 06:19:59 |
Changes
- comment changed to:
I am trying to version some Microsoft OpenXML files (docx, xlsx, pptx) that are zipped archives. A file in the archive is typically named <nowiki>[Content-Types].xml</nowiki> with those brackets. Fossil refuses to handle this file. I think this is because there are GLOB operations in the source code having looked it up quickly. But I am pretty sure it is possible with SQLite to GLOB 'a\?b' ESCAPE '\' Thank you for understanding this issue. <hr><i>anonymous claiming to be benoit added on 2010-06-25 05:26:32:</i><br> the hyperlink in the ticket description is actually text surrounded with brackets…