Discussion:
[Erp5-dev] ERP5Cache system
Sebastien Robin
2006-10-31 16:31:08 UTC
Permalink
Hi,

The Cache system used by ERP5 is currently updated.

It is using a new tool, the portal_cache tool. If you update your ERP5Type
code, you will need to create this tool

Today, it is required to install the ERP5Cache product. But since Yoshinori
prefer to put everything into ERP5Type, tomorrow many files will be added to
ERP5Type and the product ERP5Cache will not be necessary any more. So I
suggest to wait tomorrow before updating your code (but I have tested that it
is working with the product ERP5Cache).

I have written some documentation here :
http://erp5.org/HowToUsePreferences

If you have any trouble with the new cache system, you can complain to me, but
please look at the documentation before.

Seb.
--
Sebastien Robin, Nexedi Project Manager
Nexedi: Consulting and Development of Free / Open Source Software
http://www.nexedi.com
ERP5: Free / Open Source ERP Software for small and medium companies
http://www.erp5.org
Sebastien Robin
2006-10-31 16:51:53 UTC
Permalink
Post by Sebastien Robin
Hi,
The Cache system used by ERP5 is currently updated.
It is using a new tool, the portal_cache tool. If you update your ERP5Type
code, you will need to create this tool
Today, it is required to install the ERP5Cache product. But since Yoshinori
prefer to put everything into ERP5Type, tomorrow many files will be added
to ERP5Type and the product ERP5Cache will not be necessary any more. So I
suggest to wait tomorrow before updating your code (but I have tested that
it is working with the product ERP5Cache).
http://erp5.org/HowToUsePreferences
Sorry, wrong url, the right one is :

http://erp5.org/HowToUseTheCacheTool

Seb.
Post by Sebastien Robin
If you have any trouble with the new cache system, you can complain to me,
but please look at the documentation before.
Seb.
--
Sebastien Robin, Nexedi Project Manager
Nexedi: Consulting and Development of Free / Open Source Software
http://www.nexedi.com
ERP5: Free / Open Source ERP Software for small and medium companies
http://www.erp5.org
Ivan Tyagov
2006-11-02 16:38:48 UTC
Permalink
Hi,

As you know we've switched to new Cache system for ERP5 which is under
SVN already.
I had to move few files which were incorrectly put under 'ERP5' product.

Please update both your products 'ERP5' and 'ERP5Type'.
All Cache dependent files are now under 'ERP5Type'.

The only change is that the files are moved from one directory to
another. Everything else remains the same.

I'm sorry for inconvenience and if there are problems please let me know.

Ivan
Łukasz Nowak
2006-11-03 09:37:01 UTC
Permalink
Hello,
Hi,
So now I think that ERP5Cache product shall be added to svn_update.sh
script, isn't it? I've attached patch for svn_update.sh.

Bye,
Luke
--
?ukasz Nowak R&D Ventis http://www.ventis.com.pl/
tel: +48 32 392 10 60 int 37 fax: +48 32 392 10 61
https://ssl.ventis.com.pl/keys/lukasz.nowak.pub.asc
``Use the Source, Luke...''
-------------- next part --------------
A non-text attachment was scrubbed...
Name: svn_update.sh-with-ERP5Cache-product.patch
Type: text/x-patch
Size: 492 bytes
Desc: not available
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20061103/1f21e814/attachment.bin>
Ivan Tyagov
2006-11-03 09:39:35 UTC
Permalink
Hi,
Post by Łukasz Nowak
So now I think that ERP5Cache product shall be added to svn_update.sh
script, isn't it? I've attached patch for svn_update.sh.
Actually ERP5Cache product was moved to ERP5Type and thus
there's no need to add it for update to svn_update.sh script.
Ivan
Post by Łukasz Nowak
------------------------------------------------------------------------
Index: utils/svn_update.sh
===================================================================
--- utils/svn_update.sh (revision 11083)
+++ utils/svn_update.sh (working copy)
@@ -3,7 +3,7 @@
# Modules to get from the SVN
PRODUCTS="CMFActivity CMFCategory ERP5 ERP5Catalog ERP5Form \
ERP5OOo ERP5Security ERP5Subversion ERP5SyncML \
- ERP5Type ZSQLCatalog"
+ ERP5Type ERP5Cache ZSQLCatalog"
# System user and group that own Zope product files
USER="zope"
------------------------------------------------------------------------
_______________________________________________
Erp5-dev mailing list
Erp5-dev at erp5.org
http://erp5.org/mailman/listinfo/erp5-dev
Loading...