Re: [Zope-dev] [Checkins] SVN: zc.recipe.cmmi/trunk/README.txt Corrected the link to the SVN repository; I had put in the direct one via
On Thu, Oct 30, 2008 at 8:15 AM, Jeff Rush <jrush@taupro.com> wrote:
Log message for revision 92695: Corrected the link to the SVN repository; I had put in the direct one via svn+ssh when it should have been the one accessed via http.
- <http://svn.zope.org/repos/main/zc.recipe.cmmi/trunk#egg=zc.recipe.cmmi-dev> + <http://svn.zope.org/zc.recipe.cmmi/trunk#egg=zc.recipe.cmmi-dev>
I'd be surprised if setuptools can build an egg from the ViewCVS web page that http link points at. I suspect you want svn://svn.zope.org/repos/main/zc.recipe.cmmi/trunk which is available anonymously (not the lack of "+ssh" in the protocol). -- Benji York Senior Software Engineer Zope Corporation
On Oct 30, 2008, at 8:59 AM, Benji York wrote:
On Thu, Oct 30, 2008 at 8:15 AM, Jeff Rush <jrush@taupro.com> wrote:
Log message for revision 92695: Corrected the link to the SVN repository; I had put in the direct one via svn+ssh when it should have been the one accessed via http.
- <http://svn.zope.org/repos/main/zc.recipe.cmmi/trunk#egg=zc.recipe.cmmi-dev
+ <http://svn.zope.org/zc.recipe.cmmi/trunk#egg=zc.recipe.cmmi-dev>
I'd be surprised if setuptools can build an egg from the ViewCVS web page that http link points at.
But it will waste time trying. :/
I suspect you want svn://svn.zope.org/repos/main/zc.recipe.cmmi/trunk which is available anonymously (not the lack of "+ssh" in the protocol).
Yup. Jim -- Jim Fulton Zope Corporation
participants (2)
-
Benji York -
Jim Fulton