[Distutils] [issue121] SVN credentials can't be provided to easy_install

P.J. Eby pje at telecommunity.com
Tue Feb 8 19:25:55 CET 2011


If you do "svn co 
svn://user:secret@svn.example.com/repo/trunk/my-egg", does that work, 
or does it prompt you for the password?

My guess is that svn itself is the problem here, because easy_install 
does not remove password information from the URL, it just passes the 
URL as-is to the "svn" command.



More information about the Distutils-SIG mailing list