- **summary**: Subversion revision incorrectly shown as HTML --> Subversion renames shown incorrectly on commit page
--- ** [tickets:#7918] Subversion renames shown incorrectly on commit page** **Status:** open **Milestone:** unreleased **Labels:** support ss9622 **Created:** Fri Jul 10, 2015 07:09 PM UTC by John Barrett **Last Updated:** Fri Jul 10, 2015 07:09 PM UTC **Owner:** nobody 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. ---- --- Sent from forge-allura.apache.org because [email protected] is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
