Hi Zopists, I am working on a Zope project and we decided to store source code in CVS. With python Zope products there is no problem. The work with CVS is very comfortable but I do not know how to make comfortable also the working with Zope methods which we would like have them in CVS also in plain text format and not in zope export or XML format. I would prefer this: Put Zope methods into our CVS and edit them in my working copy of CVS. When I restart Zope the Zope methods which are in my CVS working copy will be placed into ZODB or they will replace the content of existing ones. Is this possible and if yes can you advice me how to do this? Or give me some URL on documentation how others solve this problem. Thank you very much in advance, Petr -- Petr Knápek NEXTRA Czech Republic, s.r.o., Hlinky 114, 603 00 Brno, Czech Republic e-mail: mailto:knapek@nextra.cz tel:+420-5-43 554 150 FAX:+420-5-43 554 214
In article <874s185o96.fsf@knapek.pvt.net>, Petr Knapek <knapek@knapek.pvt.net> writes
Hi Zopists, I am working on a Zope project and we decided to store source code in CVS. With python Zope products there is no problem. The work with CVS is very comfortable but I do not know how to make comfortable also the working with Zope methods which we would like have them in CVS also in plain text format and not in zope export or XML format. I would prefer this: Put Zope methods into our CVS and edit them in my working copy of CVS. When I restart Zope the Zope methods which are in my CVS working copy will be placed into ZODB or they will replace the content of existing ones. Is this possible and if yes can you advice me how to do this? Or give me some URL on documentation how others solve this problem.
Thank you very much in advance, Petr On the same kind of note I find that while the code in my Zope Products is visible to FTP and searchable anything I put into a ZClass is invisible from FTP/or text searches. Although they appear a bit like folders in the management interface they aren't the same at all. -- Robin Becker
Hi Robin, You can FTP to the 'methods' tab of your ZClass using: ftp://name@server:xx21/Control_Panel/Products/YourProductFolder/YourZClass/propertysheets/methods -steve
"Robin" == Robin Becker <robin@jessikat.fsnet.co.uk> writes:
Robin> On the same kind of note I find that while the code in my Robin> Zope Products is visible to FTP and searchable anything I Robin> put into a ZClass is invisible from FTP/or text Robin> searches. Although they appear a bit like folders in the Robin> management interface they aren't the same at all. -- Robin Robin> Becker
In article <200011161440.JAA19162@mercury.spvi.com>, Steve Spicklemire <steve@spvi.com> writes
Hi Robin,
You can FTP to the 'methods' tab of your ZClass using:
ftp://name@server:xx21/Control_Panel/Products/YourProductFolder/YourZClass/prope rtysheets/methods
-steve
... yes I found that out although one of my dtml-methods was named filtered_meta_types and was causing all sorts of problems including crashing the server until I simply renamed it. -- Robin Becker
In article <xrldNBAyh$E6Ewly@jessikat.demon.co.uk>, Robin Becker <robin@jessikat.fsnet.co.uk> writes
In article <200011161440.JAA19162@mercury.spvi.com>, Steve Spicklemire <steve@spvi.com> writes
Hi Robin,
You can FTP to the 'methods' tab of your ZClass using:
ftp://name@server:xx21/Control_Panel/Products/YourProductFolder/YourZClass/prop
e
rtysheets/methods
-steve
... yes I found that out although one of my dtml-methods was named filtered_meta_types and was causing all sorts of problems including crashing the server until I simply renamed it. I also seem only able to GET the methods not STOR them. -- Robin Becker
Hi Petr, If you're running on something unixy.. you could use ZCVSMixin... -steve
"PK" == Petr Knapek <knapek@knapek.pvt.net> writes:
PK> Hi Zopists, I am working on a Zope project and we decided to PK> store source code in CVS. With python Zope products there is PK> no problem. The work with CVS is very comfortable but I do PK> not know how to make comfortable also the working with Zope PK> methods which we would like have them in CVS also in plain PK> text format and not in zope export or XML format. I would PK> prefer this: Put Zope methods into our CVS and edit them in my PK> working copy of CVS. When I restart Zope the Zope methods PK> which are in my CVS working copy will be placed into ZODB or PK> they will replace the content of existing ones. Is this PK> possible and if yes can you advice me how to do this? Or give PK> me some URL on documentation how others solve this problem. PK> Thank you very much in advance, Petr -- Petr Knápek NEXTRA PK> Czech Republic, s.r.o., Hlinky 114, 603 00 Brno, Czech PK> Republic e-mail: mailto:knapek@nextra.cz tel:+420-5-43 554 150 PK> FAX:+420-5-43 554 214 PK> _______________________________________________ Zope-Dev PK> maillist - Zope-Dev@zope.org PK> http://lists.zope.org/mailman/listinfo/zope-dev ** No cross PK> posts or HTML encoding! ** (Related lists - PK> http://lists.zope.org/mailman/listinfo/zope-announce PK> http://lists.zope.org/mailman/listinfo/zope )
participants (3)
-
Petr Knapek -
Robin Becker -
Steve Spicklemire