Issue 724: post-review - base_path not filled in with git svn report
http://code.google.com/p/reviewboard/issues/detail?id=724

New issue report by janeczek:
On my git-svn repository I get following error when using post-review -d:

Error uploading diff: One or more fields had errors (105)
>>> {'fields': {'basedir': ['This field is required.']}, 'stat': 'fail',
'err': {'msg': 'One or more fields had errors', 'code': 105}}

This can be fixed by modifying line 1145

     base_path = m.group(1)[len(path):]

to be the same as line 627 (SVNClient):

     base_path = m.group(1)[len(path):] or "/"



Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to