17 Nov
2006
17 Nov
'06
5:22 a.m.
--On 17. November 2006 08:33:15 +0800 "Sinang, Danny" <D.Sinang@spi-bpo.com> wrote:
Hello,
Is there a Zope product out there that would allow me to check into SVN my Zope objects (i.e. TAL pages, Python scripts, and ZSQLMethods) ?
If not, can anyone here show me some skeleton code to :
1. Enumerate these objects 2. Reference them as files
so I can programmatically check them into SVN ?
Use CMF and portal_skins and put your stuff onto the filesystem and svn-it. -aj