Re: [Zope-dev] [Checkins] SVN: zope.size/trunk/bootstrap.py Added support to bootstrap on Jython.
On Wed, Aug 27, 2008 at 7:46 PM, Georgy Berdyshev <codingmaster@gmail.com> wrote:
Log message for revision 90507: Added support to bootstrap on Jython.
It strikes me that if you're going to be doing this for a lot of packages, you might be better off setting up an external to the canonical bootstrap script and just fixing it. It'll have to be an external to svn+ssh://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap since Subversion doesn't do externals to individual files. The zope.introspector project is one example taking this approach: svn+ssh://svn.zope.org/repos/main/zope.introspector/trunk -- Benji York Senior Software Engineer Zope Corporation
Benji York wrote:
It'll have to be an external to svn+ssh://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap since Subversion doesn't do externals to individual files.
The zope.introspector project is one example taking this approach: svn+ssh://svn.zope.org/repos/main/zope.introspector/trunk
Why svn+ssh rather than just svn? These are only consumers afterall. Chris . o O ( oh for a simple http svn.zope.org like every other project under the sun uses ;-) ) -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
On Fri, Aug 29, 2008 at 5:53 AM, Chris Withers <chris@simplistix.co.uk> wrote:
Benji York wrote:
It'll have to be an external to svn+ssh://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap since Subversion doesn't do externals to individual files.
The zope.introspector project is one example taking this approach: svn+ssh://svn.zope.org/repos/main/zope.introspector/trunk
Why svn+ssh rather than just svn? These are only consumers afterall.
Typo. -- Benji York Senior Software Engineer Zope Corporation
participants (2)
-
Benji York -
Chris Withers