Fix public SVN repository support with Subvertpy
Review Request #10087 — Created July 16, 2018 and submitted
When using Subvertpy as an SCM backend, adding a repository not requiring authentication would cause a segfault. This is due to a call to `subvertpy.ra.Auth.auth.get_parameter()` although the parameter was not previously set.
- Created Docker container form easybe/alpine-reviewboard:wip
- Sucessfully added an SVN repository not requiring authentication
- Sucessfully added an SVN repository requiring authentication
- Commit:
-
ef66057f76d2869bf18360c45906807c79752ab4e0361dea72d2a5af9ed3966298d2ab9f636b902d
- Diff:
-
Revision 2 (+12 -10)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.