• 
      

    Empty base_path in the root of a local svn repository

    Review Request #380 — Created May 9, 2008 and submitted

    Information

    Review Board SVN (deprecated)

    Reviewers

    The SVNClient::get_repository_info method set base_path to None instead of root. This gives a failure as base_path is required.
    
     
    chipx86
    1. 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.
    2. This should be False.
    3. if base_path:
    4. base_path = "/", since there's nothing to add to.
    5. Trailing whitespace.
    6.