Bob Ippolito schrieb: > On 11/8/06, Thomas Heller <[EMAIL PROTECTED]> wrote: >> In the easy_install docs is mentioned (at the end): >> >> Added subversion download support for svn: and svn+ URLs, as well as >> automatic recognition of HTTP subversion URLs >> >> How does this work? Is it possible to install a package from an svn >> repository, when the repository resides >> (read-only) at an http: URL? > > It works exactly as you'd expect.. > > $ easy_install http://svn.red-bean.com/bob/simplejson/trunk > [...]
Cool. I had tried something like easy_install -i http://svn.red-bean.com/bob/simplejson/trunk or so, but it didn't work. So, does it make sense to register even unreleased packages with pypi, with the svn url? Thomas _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
