<div dir="ltr">Hi Thomas,<div><br></div><div>  You can. The only interesting part was how it was created by xtracting the git history:</div><div><br></div><div>How this repository was created:<div><br></div><div>git clone git@github.com:ocaml/ocaml.git</div><div>cp -dpR ocaml ocamlbuild</div><div>cd ocamlbuild</div><div>git subtree split -P ocamlbuild -b next-ocamlbuild</div><div>git filter-branch --prune-empty next-ocamlbuild</div><div>git checkout next-ocamlbuild</div><div>git mv *.ml *.mli *.mll src</div><div>mkdir Attic</div><div>git mv Makefile* Attic </div><div>git mv ocamlbuild* Attic</div><div><br></div><div>(in branches/stripped-ocaml:</div><div>cp -dpR configure* m4 Makefile <a href="http://Makefile.config.in">Makefile.config.in</a> .gitignore ~/GIT/github/ocaml/ocamlbuild </div><div>cp -dpR scripts ~/GIT/github/ocaml/ocamlbuild/scripts</div><div>)</div><div><br></div><div>git add .gitignore</div><div>git add src/.depend</div><div>git add configure <a href="http://configure.ac">configure.ac</a> m4/ax_compare_version.m4  m4/ocaml.m4  Makefile <a href="http://Makefile.config.in">Makefile.config.in</a> scripts/tolower.sed</div></div><div><br></div><div>--Fabrice</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Dec 3, 2015 at 1:51 PM Thomas Gazagnaire <<a href="mailto:thomas@gazagnaire.org">thomas@gazagnaire.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There's already a (private) ocaml/ocamlbuild repository which was created by Fabrice in Aug 2013 to prepare the eventual split (that's what I call forward vision! :p).<br>
<br>
Fabrice, do you mind if I delete the repository and create a fresh one for Gabriel and @whitequark?<br>
<br>
Best,<br>
Thomas<br>
<br>
<br>
> On 2 Dec 2015, at 20:17, Gabriel Scherer <<a href="mailto:gabriel.scherer@gmail.com" target="_blank">gabriel.scherer@gmail.com</a>> wrote:<br>
><br>
> Hi platform,<br>
><br>
> Would it be possible to create an ocamlbuild repository in the<br>
> github:ocaml organization, to host the ocamlbuild project as it is<br>
> split off the main OCaml distribution? @whitequark could be<br>
> co-{owner,maintainer,developer} of the repository.<br>
><br>
> Thanks<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>
<br>
</blockquote></div>