This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yegor256
Recipients yegor256
Date 2011-02-08.11:46:45
SpamBayes Score 2.8896924e-05
Marked as misclassified No
Message-id <1297165606.66.0.401299802091.issue11150@psf.upfronthosting.co.za>
In-reply-to
Content
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://`
History
Date User Action Args
2011-02-08 11:46:46yegor256setrecipients: + yegor256
2011-02-08 11:46:46yegor256setmessageid: <1297165606.66.0.401299802091.issue11150@psf.upfronthosting.co.za>
2011-02-08 11:46:46yegor256linkissue11150 messages
2011-02-08 11:46:45yegor256create