https://sourceforge.net/p/forge/site-support/9622/
[forge:site-support:#9622]
Browsing a Subversion revision where some files were renamed and others were deleted gives incorrect results. The revision is correct in the Subversion repo but it is incorrectly represented as HTML. In Subversion:
r275 | lbrenta | 2015-02-03 22:43:42 +0100 (Tue, 03 Feb 2015) | 9 lines Changed paths: A /trunk/Aircraft/Lockheed1049h/Models/Instruments/adf.xml (from /trunk/Aircraft/Lockheed1049h/Models/Instruments/adf1.xml:266) D /trunk/Aircraft/Lockheed1049h/Models/Instruments/adf1.xml D /trunk/Aircraft/Lockheed1049h/Models/Instruments/adf2.xml A /trunk/Aircraft/Lockheed1049h/Models/Instruments/comm.xml (from /trunk/Aircraft/Lockheed1049h/Models/Instruments/comm1.xml:266) D /trunk/Aircraft/Lockheed1049h/Models/Instruments/comm1.xml D /trunk/Aircraft/Lockheed1049h/Models/Instruments/comm2.xml A /trunk/Aircraft/Lockheed1049h/Models/Instruments/nav.xml (from /trunk/Aircraft/Lockheed1049h/Models/Instruments/nav1.xml:266) D /trunk/Aircraft/Lockheed1049h/Models/Instruments/nav1.xml D /trunk/Aircraft/Lockheed1049h/Models/Instruments/nav2.xml M /trunk/Aircraft/Lockheed1049h/Models/Lockheed1049h_Instruments.xml
but the HTML page shows this:
removed /trunk/Aircraft/Lockheed1049h/Models/Instruments/adf2.xml removed /trunk/Aircraft/Lockheed1049h/Models/Instruments/comm1.xml removed /trunk/Aircraft/Lockheed1049h/Models/Instruments/comm2.xml changed /trunk/Aircraft/Lockheed1049h/Models/Lockheed1049h_Instruments.xml copied /trunk/Aircraft/Lockheed1049h/Models/Instruments/nav1.xml -> /trunk/Aircraft/Lockheed1049h/Models/Instruments/comm.xml copied /trunk/Aircraft/Lockheed1049h/Models/Instruments/nav2.xml -> /trunk/Aircraft/Lockheed1049h/Models/Instruments/nav.xml copied /trunk/Aircraft/Lockheed1049h/Models/Instruments/adf1.xml -> /trunk/Aircraft/Lockheed1049h/Models/Instruments/adf.xml
Note the discrepancies: nav1.xml -> comm.xml, nav2.xml -> nav.xml are both wrong and imply that we end up with wrong file contents. This is a false positive.
The problem first appeared in https://sourceforge.net/p/flightgear/fgaddon/275. Believing the problem was with my commit, I reverted it (svn merge -c -275) and re-applied it. When I looked at https://sourceforge.net/p/flightgear/fgaddon/275 the problem was back.
--
Ludovic Brenta.
Fixed in [#7925]
Related
Tickets:
#7925