On Fri, Nov 17, 2006 at 08:33:15AM +0800, Sinang, Danny 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 

FSDump will dump stuff from a folder to the filesystem.
http://www.zope.org/Members/tseaver/FSDump

Then, replace the folder with a FileSystemSite
or one of the alternatives. 
http://wiki.zope.org/zope2/FileSystemSite
  
-- 

Paul Winkler
http://www.slinkp.com
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to