What's the URL of the page containing the problem?
Any https accessible svn repository (maybe needs to be self certified)
What steps will reproduce the problem?
1. rm -rf ~/.subversion
2. Upload a diff against a https repository
What is the expected output? What do you see instead?
Instead of working or explaining what really went wrong, reviewboard throws
a FileNotFound exception suggesting that there's maybe a typo in the base path.
What happens is that pysvn throws 'pysvn.ClientError:
callback_ssl_server_trust_prompt required' exception which is interpreted
as FileNotFound, which is not entirely true.
Using svn command line client once on the https repo allows permanently
storing the certificate. Maybe rb could check on startup that all
configured repositories are accessible and possibly do something interactive.