<div dir="ltr"><div>Thanks for the explanation.</div><div><br></div>I did "git gitlab-push" yesterday when I first encountered this problem.<div>And today I rebased the commit and did "git gitlab-push --force".  The<div>magic still didn't happen. Much unhappiness.<br></div><div><br></div><div>But when I did everything over from scratch, it worked (as mentioned</div><div>in my first email, this was someone else's MR, so I'm not sure what</div><div>the order of operations was the first time around).</div><div><br></div><div> - David</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 14, 2016 at 7:13 AM, Cory Quammen <span dir="ltr"><<a href="mailto:cory.quammen@kitware.com" target="_blank">cory.quammen@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">As Mathieu said,<br>
<br>
git gitlab-push<br>
<br>
does the magic. If you rebase and need to force push on a topic, you can do<br>
<br>
git gitlab-push -f<br>
<br>
Cory<br>
<div class="HOEnZb"><div class="h5"><br>
On Thu, Apr 14, 2016 at 2:00 AM, Mathieu Westphal<br>
<<a href="mailto:mathieu.westphal@kitware.com">mathieu.westphal@kitware.com</a>> wrote:<br>
> Usually, what i need to do is :<br>
><br>
> 1. Copy image into baseline directory<br>
> 2. run cmake, check for "staged" output<br>
> 3. run make, check for "download" output<br>
> 4. git add the md5 file, which has now taken place of your file in baseline<br>
> dir<br>
> 5. Commit all you need to commit<br>
> 6. git gitlab-push ( magic happens here )<br>
><br>
> Mathieu Westphal<br>
><br>
> On Wed, Apr 13, 2016 at 10:25 PM, David Gobbi <<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>> wrote:<br>
>><br>
>> Hi All,<br>
>><br>
>> I've got a problem with ExternalData that is driving me crazy.  CMake<br>
>> computed the md5 sum and "staged" the image, whatever that means:<br>
>><br>
>><br>
>> Filters/General/Testing/Data/Baseline/.ExternalData_MD5_9dcc0e95cafb270cddfd482186180ab5<br>
>><br>
>> How does it go from here to the midas database? Because that step just<br>
>> doesn't seem to be happening. This is specifically with respect to the<br>
>> following merge request:<br>
>><br>
>> <a href="https://gitlab.kitware.com/vtk/vtk/merge_requests/1336" rel="noreferrer" target="_blank">https://gitlab.kitware.com/vtk/vtk/merge_requests/1336</a><br>
>><br>
>> Cheers,<br>
>>  - David<br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
>><br>
>> Visit other Kitware open-source projects at<br>
>> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>><br>
>> Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
>><br>
>> Follow this link to subscribe/unsubscribe:<br>
>> <a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
>><br>
>><br>
><br>
><br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
><br>
><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Cory Quammen<br>
R&D Engineer<br>
Kitware, Inc.<br>
</font></span></blockquote></div><br></div>