<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
These plans seem awfully ambitious, but I look forward to them.<br></blockquote><div><br></div><div>Ok. Well, we'll take it one step at a time; it's my expectation that each step by itself is manageable.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Depending on the difficulty, I think I would rather just migrate all<br>
of my Trac stuff to gitlab instead of trying to make Trac work with<br>
gitlab in some fashion.  (Unless gitlab and Trac already have some<br>
kind of integration.)<br></blockquote><div><br></div><div>Well, if you're up to writing CL code to do the migration, I think it's doable:</div><div><br></div><div>** Wiki</div><div> - Raw documents can be dowloaded from Trac, so if you have a list of pages to download, you can simply run those through cURL/wget.</div><div>   (URL format: <a href="https://trac.common-lisp.net/cmucl/wiki/GitAndCmucl?format=txt">https://trac.common-lisp.net/cmucl/wiki/GitAndCmucl?format=txt</a>)</div><div> - it looks like [<a href="http://johnmacfarlane.net/pandoc/">http://johnmacfarlane.net/pandoc/</a> PanDoc] is your way to go for the conversion of the wiki format</div><div> - I'm working on a cl-gitlab library which can be used to connect to the gitlab API and upload wiki documents</div><div><br></div><div>Hmm. come to think of it, you probably want to migrate the wiki into a local repository and push them to the server as described here: <a href="https://gitlab.com/gitlab-org/omnibus-gitlab/wikis/git_access">https://gitlab.com/gitlab-org/omnibus-gitlab/wikis/git_access</a></div><div><br></div><div>** Tickets</div><div> - Tickets can be downloaded in one big XML document (URL: <a href="https://trac.common-lisp.net/cmucl/login?referer=%2Fcmucl%2Freport%2F11%3Fasc%3D1%26format%3Drss">https://trac.common-lisp.net/cmucl/login?referer=%2Fcmucl%2Freport%2F11%3Fasc%3D1%26format%3Drss</a>)</div><div> - After extracting the above URL, cl-gitlab can be used to create the milestones used in the extract</div><div> - cl-gitlab can be used to (re)create the tickets from trac, where I suggest to move these fields to the body text</div><div> - Not all fields available on Trac are available in the GitLab tracker; i'd propose adding them to the ticket's body; specifically: Reporter and Version</div><div> - Fields "Priority" and "Component" can be transformed into Labels (a kind of "tags")</div><div> - Successive comments should be uploaded as comments/notes; this can be done using cl-gitlab as well.</div><div><br></div><div>Note that both the wiki and the tickets can use Wiki markup in Trac as well as GitLab, so every text body (comment, wiki page or ticket) probably needs to be run through pandoc.</div><div><br></div><div>If there are more projects that want/need such conversion, we'd probably best try to share any efforts automating the process.</div><div><br></div><div><br></div></div>-- <br><div class="gmail_signature"><div dir="ltr">Bye,<div><br></div><div>Erik.</div><div><br></div><div><a href="http://efficito.com/" target="_blank">http://efficito.com</a> -- Hosted accounting and ERP.</div><div>Robust and Flexible. No vendor lock-in.</div></div></div>
</div></div>