Please make sure that JavaScript is enabled in your browser. If you are using a browser extension to selectively enable or disable JavaScript, make sure it's enabled for this server.
Describe your changes (optional):
Describe the completed change (optional):
Review Request #380 — Created May 9, 2008 and submitted
The SVNClient::get_repository_info method set base_path to None instead of root. This gives a failure as base_path is required.
Making a few comments here that I'd normally want to see, but I'll make them in this commit since it's a very small change.
This should be False.
if base_path:
base_path = "/", since there's nothing to add to.
Trailing whitespace.