You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@apache.org> on 2019/09/26 14:35:34 UTC

Re: svn commit: r1867572 - in /subversion/trunk/tools/dist: create-minor-release-branch.py release.py

Daniel Shahaf wrote:
> julianfoad@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.