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: - every-time-and-

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 developem

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

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

2007-07-30 Thread Florian Lindner
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 developement. What is the best way > >>> t

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 pu

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 code

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

2007-07-30 Thread Jeff Shell
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 At

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: [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

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

2007-07-29 Thread Philipp von Weitershausen
On 29 Jul 2007, at 23:27 , Tom Dossis wrote: P.S.: I can't recommend easy_install because that will install eggs into the global site-packages location (which is rarely a good idea when you're deploying Zope). Unless of course you use workingenv or virtual python. You can configure the eas

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

2007-07-29 Thread Tom Dossis
P.S.: I can't recommend easy_install because that will install eggs into the global site-packages location (which is rarely a good idea when you're deploying Zope). Unless of course you use workingenv or virtual python. You can configure the easy_install target location(s) easily enough:

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

2007-07-29 Thread 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 developement. What is the best way to make this working with the zc packages? I don't want to easy_install the entire Z

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

2007-07-29 Thread Florian Lindner
Am Mittwoch, 25. Juli 2007 schrieb Philipp von Weitershausen: > 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