<div dir="ltr">Hi All,<div><br></div><div>I've gone through the process of striping the osgQt repository from osg only related files in it's history. This means rewriting commits and removing unnecessary files from each commit. This is a long process.</div><div><br></div><div>I've added a commit removing non osgQt related examples.</div><div>I then listed all the files present in the repository giving me listing A.</div><div>I did a listing B of all files before Robert's removal of osg only files.</div><div>I kept only the files given by B - A in listing C.</div><div><br></div><div>I then issued a git command :</div><div>git filter-branch --index-filter 'git rm --cached --ignore-unmatch [files in C]' HEAD<br></div><div><br></div><div>It was a long process : 3615 seconds (an hour) and even thought it seems that the size of the repository hasn't gained any weight, there is no signs of those listing C files.</div><div><br></div><div>The result is there</div><div><a href="https://github.com/marache/osgQt">https://github.com/marache/osgQt</a><br></div><div><br></div><div>The main issue is that we now have 14240 different commits than the 14240 commit of osg. So there is no easy turning back into osg.</div><div>The size of a newly clone repository isn't smaller than Robert's original one.</div><div><br></div><div>We could remove history altogether and use git replace to start history sooner than Dan's original commit </div><div><br></div><div>Any thoughts ?</div><div>--<br></div><div class="gmail_extra"><div><div><div dir="ltr">nǝıɥʇɐ<span style="color:rgb(51,51,51);font-family:'open sans','helvetica neue',helvetica,arial,sans-serif;font-size:14px;line-height:20px;background-color:rgb(249,249,249)">Ɯ</span></div></div></div>
<br><div class="gmail_quote">On 14 September 2016 at 07:34, Paul McIntosh <span dir="ltr"><<a href="mailto:paul.mcintosh@internetscooter.com" target="_blank">paul.mcintosh@<wbr>internetscooter.com</a>></span> wrote:<br><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"><span><br>
Mathieu wrote:<br>
><br>
> Anyone out there wanting to chip in ?<br>
><br>
<br>
<br>
</span>I can help - my time is very limited though. At the very least I can feedback on the documentation, setup and use.<br>
<br>
I have past experience with Qt/OSG/Delta3D and am currently reviving all that knowledge on a personal project which combines Qt5/OSG.<br>
<br>
Cheers,<br>
<br>
Paul<br>
<span><br>
------------------<br>
Read this topic online here:<br>
</span><a href="http://forum.openscenegraph.org/viewtopic.php?p=68597#68597" rel="noreferrer" target="_blank">http://forum.openscenegraph.or<wbr>g/viewtopic.php?p=68597#68597</a><br>
<div><div><br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph<wbr>.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.or<wbr>g/listinfo.cgi/osg-users-opens<wbr>cenegraph.org</a><br>
</div></div></blockquote></div><br></div></div>