Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve SVN version parser #8665

Merged
merged 3 commits into from
Aug 1, 2020
Merged

Commits on Jul 30, 2020

  1. Improve SVN version parser

    SVN has multiple distributions on Windows, e.g. SlikSVN, CollabNet. Some
    of them suffix the version with a "-{distro}" part, which causes the
    previous implementation to fail.
    
    This patch removes that final part and make the version logic work.
    uranusjr committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    c3e1a15 View commit details
    Browse the repository at this point in the history
  2. News

    uranusjr committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    c8596e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    ea47920 View commit details
    Browse the repository at this point in the history