Re: [Zope3-Users] Working with the last version of a module

2009-03-26 Thread Simon Elbaz
It works ! Thanks On Fri, Mar 27, 2009 at 4:11 AM, Paul Carduner wrote: > Assuming your project is using svn, you can use svn:externals property > to automatically check out the trunk version. i.e.: > > $ svn pedit svn:externals . > > > > z3c.form svn://svn.zope.org/repos/main/z3c.form/trunk >

Re: [Zope3-Users] Working with the last version of a module

2009-03-26 Thread Paul Carduner
Assuming your project is using svn, you can use svn:externals property to automatically check out the trunk version. i.e.: $ svn pedit svn:externals . z3c.form svn://svn.zope.org/repos/main/z3c.form/trunk Once you have the externals set, you can add z3c.form to the list of develop eggs and ov