rietveld-codereview / rietveld

Code Review, hosted on Google App Engine
https://codereview.appspot.com
Apache License 2.0
557 stars 152 forks source link

Fixing SVN patch generation with new error code #556

Closed sffc closed 6 years ago

sffc commented 7 years ago

The current error message in SVN when it can't find a remote file is svn: E195012: Unable to find repository location for .... However, the regex was looking for svn: Unable to find repository location for ... without the E195012:. This patch allows the E195012: to optionally be present in the regex match.

sffc commented 6 years ago

Ping on this? Is there anything else you need me to do?

cedk commented 6 years ago

LGTM