Edgewall Software

Changes between Version 18 and Version 19 of Ticket #9622


Ignore:
Timestamp:
Sep 23, 2010, 2:51:56 PM (14 years ago)
Author:
Remy Blank
Comment:

Isn't that "asterisk"?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9622

    • Property Summary Subversion mergeinfo rendering - need to support asteriksSubversion mergeinfo rendering - need to support asterisk
  • Ticket #9622 – Description

    v18 v19  
    1717}}}
    1818
    19 From what I see and read, I think we need to handle the fact that sometimes an asteriks gets appended to mergeinfo. From [http://www.collab.net/community/subversion/articles/merge-info.html background information]: "This '*' is the marker for a non-inheritable mergeinfo range.  The '*' means that only the path on which the mergeinfo is explicitly set has had this range merged into it"
     19From what I see and read, I think we need to handle the fact that sometimes an asterisk gets appended to mergeinfo. From [http://www.collab.net/community/subversion/articles/merge-info.html background information]: "This '*' is the marker for a non-inheritable mergeinfo range.  The '*' means that only the path on which the mergeinfo is explicitly set has had this range merged into it"
    2020
    2121What we need to do, I suppose, is to strip the '*' before we try to handle the range.