<div dir="ltr">What's the next step on this? Gabriel, I can help if you'd like. I'm eager to get the repo created as I have several issues to report.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 4, 2015 at 11:35 AM, François Bobot <span dir="ltr"><<a href="mailto:francois.bobot@cea.fr" target="_blank">francois.bobot@cea.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 03/12/2015 14:49, Fabrice Le Fessant wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Thomas,<br>
<br>
   You can. The only interesting part was how it was created by xtracting the git history:<br>
<br>
How this repository was created:<br>
</blockquote>
<br>
</span><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
git subtree split -P ocamlbuild -b next-ocamlbuild<br>
git filter-branch --prune-empty next-ocamlbuild<br>
git checkout next-ocamlbuild<br>
</blockquote>
<br></span>
Just for this part you can replace these line by<br>
<br>
git filter-branch --prune-empty --subdirectory-filter ocamlbuild -- --all<br>
<br>
and all the tags and branches are filtered.<br>
<br>
My two cents,<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
François</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Platform mailing list<br>
<a href="mailto:Platform@lists.ocaml.org" target="_blank">Platform@lists.ocaml.org</a><br>
<a href="http://lists.ocaml.org/listinfo/platform" rel="noreferrer" target="_blank">http://lists.ocaml.org/listinfo/platform</a><br>
</div></div></blockquote></div><br></div>