[fossil-users] id of a ticket added via command line

2017-12-31 Thread Sergey Bronnikov
Hello, I want to import a bunch of tickets from mails to tickets in Fossil SCM. Each ticket is an initial message and some other messages with comments. For import purpose I use 'fossil tickets' commands, like this: fossil ticket title "title" comment "comment" and it creates new ticket in Fossil

[fossil-users] ticket length limitation

2018-01-01 Thread Sergey Bronnikov
Hello, I do a batch importing of tickets to a Fossil SCM via command line: $ fossil ticket add title "title" comment "$(cat bugs-example1)" For most by bugs it works fine, but command is failed when ticket body exceed limits. Command line length is limited by value in `getconf ARG_MAX`, in my

[fossil-users] mimetype of a ticket with specified mimetype

2018-01-01 Thread Sergey Bronnikov
Hello, I create a ticket with specified mimetype: $ fossil ticket add title "title" comment "$(cat bugs-example1)" mimetype "text/plain" When I open this ticket in a Web UI it shows as "formatted" and all lines are stick together. Content view becomes fine with switch to 'plaintext' mode above

Re: [fossil-users] id of a ticket added via command line

2018-01-01 Thread Sergey Bronnikov
It works perfect. Thanks! пн, 1 янв. 2018 г. в 3:59, Andy Bradford <amb-fos...@bradfords.org>: > Thus said Sergey Bronnikov on Sun, 31 Dec 2017 11:40:48 +: > > > For import purpose I use 'fossil tickets' commands, like this: fossil > > ticket title "title"