Hi,

hope it's ok to discuss this on this list rather than the users list (since the tool is not part of a released version):

I'm looking at the following output from mergeinfo-normalizer analyse:

Trying to elide mergeinfo from path
    E:/[projects]/XR/clean_source_branch/src/SDKs/libVMM
    into mergeinfo at path
    E:/[projects]/XR/clean_source_branch/src

    All branches still exist in HEAD.

    Try to elide remaining branches:
    CANNOT elide branch /XRebirth/trunk/src/SDKs/libVMM
revisions missing in sub-node: 191090,191096,191235,191239,191241,191243,191397,191459,191461-191462,191464,191467-191470,191615,191717-191718,193849,194280
    CANNOT elide branch /XRebirth/branches/XR_porting/src/SDKs/libVMM
        revisions missing in sub-node: 194976

    Branches not mentioned in parent:
    /SDKs/libVMM/trunk
    /SDKs/libVMM/tags/rev17
    /SDKs/libVMM/tags/rev18

    Sub-tree merge info cannot be elided due to the following branches:
    /SDKs/libVMM/trunk
    /XRebirth/branches/XR_porting/src/SDKs/libVMM
    /SDKs/libVMM/tags/rev17
    /SDKs/libVMM/tags/rev18
    /XRebirth/trunk/src/SDKs/libVMM


I don't quite understand why it thinks that these revisions are missing in the sub-node. Attached is the log-output I'm getting for revision 191090. As far as I see this is completely independant from src/SDKs/libVMM and shouldn't be required at all... Am I wrong? (aka: all changes in that commit are under src/FOO/xxx which is different from src/SDKs)

Regards,
Stefan
<?xml version="1.0" encoding="UTF-8"?>
<log>
<logentry
   revision="191090">
<author>Stefan</author>
<date>2015-02-06T10:02:26.725485Z</date>
<paths>
<path
   prop-mods="true"
   text-mods="false"
   kind="dir"
   action="M">/XRebirth/trunk</path>
<path
   prop-mods="true"
   text-mods="false"
   kind="dir"
   action="M">/XRebirth/trunk/src</path>
<path
   prop-mods="true"
   text-mods="false"
   kind="dir"
   action="M">/XRebirth/trunk/src/FOO</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/Episode1.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/GFX_perftest.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/aiflighttest.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/bigbattletest.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/chartest.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/econ_test.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/effecttest.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/effecttest2.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/effectviewer.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/explotest.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/flighttest.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/interiortest.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/masstraffic.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/npcweapontest.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/particletest.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/rpcviewer.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/sfxtest.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/soundplaylog.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/startmenu.cpp</path>
<path
   prop-mods="false"
   text-mods="true"
   kind="file"
   action="M">/XRebirth/trunk/src/FOO/modules/turrettest.cpp</path>
</paths>
<msg>- fixed modules silently ignoring UModule::Init()-return value 
(none-user-visible change, sine UModule atm always returns true)</msg>
</logentry>
</log>

Reply via email to