[Distutils] [issue121] SVN credentials can't be provided to easy_install
Yegor Bugayenko
setuptools at bugs.python.org
Tue Feb 8 14:32:34 CET 2011
New submission from Yegor Bugayenko <team at 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:secret@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://`
----------
messages: 581
nosy: yegor256
priority: critical
status: unread
title: SVN credentials can't be provided to easy_install
_______________________________________________
Setuptools tracker <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue121>
_______________________________________________
More information about the Distutils-SIG
mailing list