Daniel Shahaf wrote: > julianf...@apache.org wrote on Thu, 26 Sep 2019 > > -svn_repos = 'https://svn.apache.org/repos/asf/subversion' > > -dist_repos = 'https://dist.apache.org/repos/dist' > > +svn_repos = 'file:///opt/svn/dummy-asf-repos/svn-repo/subversion' > > +dist_repos = 'file:///opt/svn/dummy-asf-repos/dist-repo' > > Scalpel. Argh. Second time I've done that particular one. > P.S. You might change the lines to, say, «svn_repos = > os.getenv("SVN_REPOS", 'https://…')» to avoid running into > this again. Good idea. Will do. Thanks.