Hi
On Fri, Mar 12, 2010 at 10:20 PM, 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?
>
You should take a look t
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]
...
egg
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
3 matches
Mail list logo