On Sat, 2009-05-16 at 16:57 +0200, Øyvind Harboe wrote:
> Committed.

It took me a while to recognize the fact, but this was a case where the
current patch policy fails us badly.

r1798 broken the history for all of the files that were moved, because
they were removed ('svn rm') and then new copies added (w/ 'svn add').
They should have been treated to 'svn mv', because this would have
preserved the history available from 'svn log'.  As it is, these all
look like new files, and it now requires some detective work to find
their older revision histories.

It might be nice to fix this to restore the history for those files.  
Looking forward, we need to be careful about taking these kinds of
patches in the future, or adopt a better process for taking patches.

Cheers,

Zach

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to