Fossil SCM
Cannot add attachments on Windows
Open
c678f128a412100…
· opened 15 years, 4 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- —
- Resolution
- —
- Subsystem
- —
- Created
- Nov. 26, 2010 12:03 p.m.
Running fossil on Windows.
fossil new ttt.fossil
fossil ui ttt.fossil
In the opened GUI, click on 'Tickets', 'New Ticket', enter information, click 'Submit'. Choose 'Attach' and choose a file (it's plaintext btw). Click on 'Add Attachment' ==> Results in display of ticket without any attachment (nor Attachment heading) listed.
fossil sqlite3 ttt.fossil
select * from attachment; ==> nothing
The files I tried to attach are however listed under 'Admin' -> 'Log' as artifacts.
If I do the same with Linux version of fossil, everything works as expected: * Viewing a ticket with attachments show Attachments heading and attachments * select * from attachment; ==> list of attachments