
On Nov 24, 2013, at 2:57 PM, Beman Dawes
This integrity test verifies that every header file present in svn branches/release and trunk is also present in git master and develop, respectively, and visa versa.
The branches/release vs master comparison is in pretty good shape - no missing headers, but a small number of extra headers. Two libraries are affected.
But the trunk vs develop comparison turned up problems in many libraries. For example, the whole Boost.Chrono stopwatches sub-directory is missing.
I think there must be something wrong with your verification procedure. Please see https://github.com/boostorg/chrono/tree/develop/include/boost/chrono/stopwat... Doesn’t look missing to me.
These look serious. What is the fix?
--Beman