you can use iw.recipe.subversion like this:

    parts=
        site-packages
          django

    eggs=
        ...

    [site-packages]
    recipe = iw.recipe.subversion
    urls =
        svn checkout */http/*://django-mptt.googlecode.com/svn/trunk/
    django-mptt

    [django]
    ...
    eggs = ${buildout:eggs}
    extra-paths =
        ${site-packages:location}



after running the buildout you will find the django-mptt egg inside
parts/site-packages/ directory
inside your buildout directory. everything inside your site-packages dir
will be put inside in your pythonpath.

mr.developer is an interesting recipe too:
http://pypi.python.org/pypi/mr.developer/1.10



John Griessen wrote:
> I tried using buildout to get some django eggs including django-page-cms
> which has a dependency on mptt svn trunk.  How do you take
> a svn checkout and make an egg, then tell buildout to use that local egg?
>
> Or any other way to deal with that in buildout?
>
> John
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to