New submission from Yegor Bugayenko <t...@fazend.com>: I'm trying to install Python EGG with `easy_install`, providing a URL of Subversion repository, where sources are hosted:
$ easy_install svn://user:sec...@svn.example.com/repo/trunk/my-egg Authentication realm: <svn://svn.example.com:3690> repo Password for 'me': The problem is that the repository is password protected. How can I provide the desired username/password to `easy_install`? Everything works fine when I'm using `http://` protocol instead of `svn://` ---------- components: Installation messages: 128173 nosy: yegor256 priority: normal severity: normal status: open title: SVN credentials can't be provided to easy_install type: behavior versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11150> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com