#7918 Subversion renames shown incorrectly on commit page

v1.3.2
closed
nobody
General
nobody
2015-08-17
2015-07-10
No

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.


Related

Tickets: #7925

Discussion

  • Dave Brondsema

    Dave Brondsema - 2015-07-13
    • summary: Subversion revision incorrectly shown as HTML --> Subversion renames shown incorrectly on commit page
     
  • Dave Brondsema

    Dave Brondsema - 2015-08-17
    • status: open --> closed
     
  • Dave Brondsema

    Dave Brondsema - 2015-08-17

    Fixed in [#7925]

     

    Related

    Tickets: #7925

  • Dave Brondsema

    Dave Brondsema - 2015-12-08
    • Milestone: unreleased --> v1.3.2
     

Log in to post a comment.