• 
      

    Don't crash if old repositories don't work.

    Review Request #7309 — Created May 16, 2015 and submitted — Latest diff uploaded

    Information

    RBTools
    release-0.7.x
    22e1f1a...

    Reviewers

    In the SVN backend, we iterate through all repositories trying to match on
    UUID. This fails if there's an old repository configured which cannot be
    accessed. This change adds a try/except to pass over any errors.

    Ran unit tests.