[New-bugs-announce] [issue11150] SVN credentials can't be provided to easy_install

Yegor Bugayenko report at bugs.python.org
Tue Feb 8 12:46:46 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://`

----------
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 <report at bugs.python.org>
<http://bugs.python.org/issue11150>
_______________________________________


More information about the New-bugs-announce mailing list