Hallo Driver,
alte Produkte installiert man via Buildout entweder mit:
[product-distros]
recipe = plone.recipe.distros
# Use this section to download additional old-style products.
# List any number of URLs for product tarballs under URLs (separate
# with whitespace, or break over several lines, with subsequent lines
# indented). If any archives contain several products inside a top-level
# directory, list the archive file name (i.e. the last part of the URL,
# normally with a .tar.gz suffix or similar) under 'nested-packages'.
# If any archives extract to a product directory with a version suffix, list
# the archive name under 'version-suffix-packages'.
urls =
nested-packages =
version-suffix-packages =
oder via SVN Checkout
[svn]
recipe = infrae.subversion
urls =
die dependencies wie pysvn installierst du normal im buildout mit.
Gruss Pumukel