<div class="gmail_quote">On Fri, Jul 9, 2010 at 4:25 AM, Michael Wild <span dir="ltr"><<a href="mailto:themiwi@gmail.com">themiwi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
On 9. Jul, 2010, at 1:52 , François Bissey wrote:<br>
<br>
>> It is 5.6.0 + some additional patches as VTK 5.6.0 was released before<br>
>> ParaView 3.8.0 was finished. If you checkout the VTK release branch. The<br>
>> commit ParaView 3.8.0 used was:<br>
>><br>
>> 8b2449871dca83d542cc7d8093da5fee3c70ebb1<br>
>><br>
>> Author: Dave DeMarle <<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>> 2010-05-19 14:25:56<br>
>> Committer: David Partyka <<a href="mailto:dave.partyka@kitware.com">dave.partyka@kitware.com</a>> 2010-05-21 08:59:24<br>
>> Parent: 33a0bc981c98fc81bc5351ad27ad018e9cdc6dc1 (STYLE: Remove tabs.)<br>
>> Child: 9fcf02d503c6fb13fa5104deb3956a77ff079a3a (COMP:<br>
>> SetNumberOfHistogramBins(int*) missing definition, added)<br>
>> Branches: release, remotes/origin/release<br>
>> Follows: v5.6.0<br>
>> Precedes:<br>
>><br>
>> Take timestamps of key portions of parallel rendering algorithm.<br>
>><br>
> Is there an easy to get the diff between the released vtk-5.6.0 and<br>
> and the branch used in paraview-3.8.0?<br>
><br>
> Francois<br>
<br>
</div>Gitweb doesn't do diffing between arbitrary commits, so probably the easiest way is to just checkout the v3.8.0 tag from the ParaView repository, initialize the submodules, change into the VTK directory and do a "git diff v5.6.0".<br>
</blockquote><div><br></div><div>If you have a checkout of VTK, the following would give you a diff between the tag and the hash used in ParaView,</div><div><br></div><div>git diff v5.6.0..8b2449</div><div><br></div><div>
You can also replace diff with log to see the commits, or log -p to see the commits with diffs for each commit. I hope that help.</div><div><br></div><div>Thanks,</div><div><br></div><div>Marcus</div><div>--</div><div>Marcus D. Hanwell, Ph.D.<br>
R&D Engineer, Kitware Inc.<br>(518) 881-4937<br></div></div>