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 case it is 262144. So when file is too long it is
impossible to create ticket.
$ echo "fossil ticket add title "title" comment \"$(cat content)\"" | wc -c
469207

Is there any workaround?

Sergey
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to