How do I make an anonymous checkout of the buildout?
Up to Table of ContentsThis FAQ applies to: Any version.
For anonymous checkout, use:
svn co http://getpaid.googlecode.com/svn/trunk/getpaid-anonymous-buildout
More on this issue: We have to maintain two buildouts because Google Code requires an account for https access, which is required for write access, and we're currently wiring this into the buildout via svn:externals. We've typically to date made snapshot tarballs available for those who want anonymous access, as we haven't automated creation of the anonymous buildout from the developer one, we are keeping the two of them in sync, and automating it for the future.