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

2009-03-26 Thread Simon Elbaz
Hi, I need to use z3c.form and the last downloadable release is 1.9.0 in the python package index. However, I would like to use the last version of z3c.form (trunk revision in svn.zope.org). How I could do that ? Thanks for your help Simon ___

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 . some editor opens and you should add this: z3c.form svn://svn.zope.org/repos/main/z3c.form/trunk Once you have the externals set, you can add