------------------------------------------------------------------------------
To reply, visit https://hellosplat.com/s/beanbag/tickets/4546/
------------------------------------------------------------------------------

New update by totoroliu
For Beanbag, Inc. > RBTools > Ticket #4546


Reply:

    So the problem has to do with the `handle_renames` function in 
`rbtools/clients/svn.py`. We look for `---` and `+++` lines, but we're not 
keeping state to determine if we're in a diff header or in code.
    
    The fix shouldn't be too bad. Instead of unconditionally skipping `---` and 
`+++` lines, we need to look for `Index: ` lines and then parse out until we're 
into the code, then normalize the lines until we're back in `Index: `.


Status:
    - New
    + Confirmed


Milestones:
    + Release-0.8.x


Tags:
    - Priority:Medium
    + Priority:High
    + SCM:Subversion

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to