jayvdb added a comment.
`getversion_svn` should be last in the list, and not executed if any of the other functions work. It is a fallback, but it a deprecated solution. We have a better solution `getversion_svn_setuptools` , and we are keeping the old solution while we iron out any bugs in `getversion_svn_setuptools` and https://pypi.python.org/pypi/setuptools_svn ? Can you link to bugs in `getversion_svn_setuptools` ? What is interesting is that in the log you refer to, the VCS is git, so the loop should stop after `getversion_git` and both `getversion_svn_setuptools` and `getversion_svn` shouldnt be run at all...? TASK DETAIL https://phabricator.wikimedia.org/T132292 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt, jayvdb Cc: jayvdb, gerritbot, Aklapper, Xqt, pywikibot-bugs-list, Lewizho99 _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
