Re: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Jeff Shell
On 7/25/07, Philipp von Weitershausen [EMAIL PROTECTED] wrote: Florian Lindner wrote: Hello, I use a Zope3 svn checkout for developement. What is the best way to make this working with the zc packages? I don't want to easy_install the entire Zope checkout but I also want my code to work

AW: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Roger Ineichen
Hi Jeff, Betreff: Re: [Zope3-Users] Re: Using svn checkout with zc packages [...] I feel like I need a training course or consultancy to move to buildout, which requires time and money that we just don't have. Same belongs to me. I'm sitting here and have to debug code like: def

Re: AW: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Gary Poster
On Jul 30, 2007, at 10:46 AM, Roger Ineichen wrote: Hi Jeff, Betreff: Re: [Zope3-Users] Re: Using svn checkout with zc packages [...] I feel like I need a training course or consultancy to move to buildout, which requires time and money that we just don't have. Same belongs to me.

Re: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Stephan Richter
On Monday 30 July 2007 09:59, Jeff Shell wrote: Last time I checked, which I admit has been a while, buildout didn't provide any examples of how to transition into buildout style development. I agree we are totally lacking At the one end we push hard for people to use eggs -- even make the

Re: AW: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Benji York
Gary Poster wrote long term: yeah, this needs to be fixed. Jim's aware of it. Has to do with how eggs are built. AIUI, fixing it would probably happen in setuptools. Right, setuptools builds the pycs in a temporary directory and then moves them to the final location. Because the pycs

Re: AW: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Philipp von Weitershausen
On 30 Jul 2007, at 16:46 , Roger Ineichen wrote: Betreff: Re: [Zope3-Users] Re: Using svn checkout with zc packages [...] I feel like I need a training course or consultancy to move to buildout, which requires time and money that we just don't have. Same belongs to me. I'm sitting here

Re: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Benji York
Jeff Shell wrote: Getting started as eggs is one thing. Moving code that is not in an egg format is another, particularly in a system like CVS which is brain dead about directories. But I think I just need to revisit the CVS manual for this. Normally little or nothing more than giving your

Re: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Philipp von Weitershausen
On 30 Jul 2007, at 17:19 , Stephan Richter wrote: On Monday 30 July 2007 09:59, Jeff Shell wrote: Last time I checked, which I admit has been a while, buildout didn't provide any examples of how to transition into buildout style development. I agree we are totally lacking At the one end we

[Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Philipp von Weitershausen
Jeff Shell wrote: On 7/30/07, Stephan Richter [EMAIL PROTECTED] wrote: On Monday 30 July 2007 09:59, Jeff Shell wrote: Last time I checked, which I admit has been a while, buildout didn't provide any examples of how to transition into buildout style development. I agree we are totally lacking

Re: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Florian Lindner
Am Montag, 30. Juli 2007 schrieb Stephan Richter: On Monday 30 July 2007 09:59, Jeff Shell wrote: Last time I checked, which I admit has been a while, buildout didn't provide any examples of how to transition into buildout style development. I agree we are totally lacking At the one end

Re: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Philipp von Weitershausen
On 30 Jul 2007, at 19:14 , Florian Lindner wrote: Am Sonntag, 29. Juli 2007 schrieb Philipp von Weitershausen: On 29 Jul 2007, at 21:06 , Florian Lindner wrote: Am Mittwoch, 25. Juli 2007 schrieb Philipp von Weitershausen: Florian Lindner wrote: Hello, I use a Zope3 svn checkout for

Re: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Tobias Rodäbel
Am 30.07.2007 um 19:37 schrieb Philipp von Weitershausen: I'm not sure what working in the zc.buildout is supposed to mean. I don't consider zc.buildout evil. Not totally at least :). I benefit from zc.buildout in two ways for my zope projects since i figured it out: -