-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Brad Allen wrote: > On Thu, Apr 22, 2010 at 11:37 PM, Andreas Jung <[email protected]> wrote: >>> Can this fix be included in the upstream SQLAlchemy DA, so nobody has >>> to monkeypatch it in? >>> >> Sorry - being to busy right now. Please commit the fix yourself and >> someone with Zope checkin permissions in the repos and create a new >> release on PyPI (just tell me the related PyPI user id). > > Thank, I'll get started on that. Since I am not sure if that change > will cause problems for anyone else using the SQLAlchemy DA, I guess > I'll start it out as a development release and solicit feedback. > > (Regarding my earlier question about svn checkout, I had forgotten > that svn+ssh was required for zope.org checkouts. It's working fine > now.)
(For the benefit of those playing along at home, maybe without commit access) I just finished documenting getting read-only checkouts over HTTP: http://docs.zope.org/developer/noncommitter-svn.html#how-to-get-a-read-only-checkout-from-a-subversion-mirror The tricky bit is having to add the '/repos/main' prefix to the path, in order not to land on the "browser-centric" stuff at rooted at '/'. The section above that one documents using 'svn://' URLs. http://docs.zope.org/developer/noncommitter-svn.html#how-to-get-a-read-only-subversion-checkout Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkvRyIsACgkQ+gerLs4ltQ5LGACfX5KN8kq/6wFh5luyW485qMBl ImAAniM9fYQ5GnLkgpyDtFy2w0grsmSC =9tnu -----END PGP SIGNATURE----- _______________________________________________ Zope maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )
