Ticket UUID: | 46bf4baedcea6ca9df279e3ddd813c263db46f1c | ||
Title: | wrongly reported illigal character, "[" and "]" | ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Important | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2012-11-30 15:53:23 | ||
Version Found In: | 94bb313444 | ||
Description & Comments: | |||
This has been tested under windows only.
Create a file named: $ () + ,-!= @ [ ]^_{ }~.txt This file is perfectly legal under windows (WinXP) but if i try to add it via: fossil add "testCase-fileUpload\$ () + ,-!= @ [ ]^_{ }~.txt" I get fossil: filename contains illegal characters: testCase-fileUpload/$ ( ) + ,-!= @ [ ]^_{ }~.txt Basically it chokes over the ] and [ characters. Regards. drh added on 2010-02-10 13:20:00: Behavior is by design. anonymous added on 2012-11-19 01:46:46 UTC: |