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

New update by rpowell
For Beanbag, Inc. > RBTools > Ticket #4973


Reply:

    Trying again:
    
    ```
    diff --git a/rbtools/clients/svn.py b/rbtools/clients/svn.py
    index e6c6e02..5dae3ec 100644
    --- a/rbtools/clients/svn.py
    +++ b/rbtools/clients/svn.py
    @@ -1114,7 +1114,9 @@ class SVNClient(SCMClient):
     
             cmd.append(six.text_type(patch_file))
     
    -        rc, patch_output = self._run_svn(cmd, return_error_code=True)
    +        rc, patch_output = self._run_svn(cmd,
    +                                         return_error_code=True,
    +                                         results_unicode=False)
     
             if self.supports_empty_files():
                 try:
    
    ```

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard-issues/20220809035828.28969.94597%40ip-10-1-54-209.ec2.internal.

Reply via email to