[cvs] [Wiki] changed: SyncHowTo
Karsten Fourmont
karsten at horde.org
Fri Oct 28 09:19:43 PDT 2005
karsten Fri, 28 Oct 2005 09:19:43 -0700
Modified page: http://wiki.horde.org/SyncHowTo
New Revision: 1.19
Change log: description how to use latest SyncML without complete upgrade
@@ -80,11 +80,26 @@
</code>
+++ I really don't want to upgrade my complete Horde installation. What can I do?
-We don't recommend it, but you may just upgrade the individual files that change during the course of !SyncML development.
-Make sure you have up to date versions of the following files/packages:
+The best choice is to run a horde installation as a cvs checkout: follow the
+steps in
+http://www.horde.org/source/using.php
+Once that is done, a simple {{cvs update -Pd}} in horde basedir and
+{{php -f install-packages.php}} in framework will keep your horde copy up to date.
+
+If you don't want that, you can just download a framework cvs snapshot
+and update the packages !SyncML, XML_WBXML, and iCalendar with
+
+<code>
+php -f install-packages.php -- -p SyncML,WB_XML,iCalendar
+</code>
+This should keep your !SyncML up to date without major side effects to
+the rest of your horde installation. From time time you may want to
+check cvs.horde.org to see if any of the api.php files:
+
+(kronolith|memo|turba|nag)/lib/api.php
+
+has changed. If so, just grab them from cvs.horde.org and save them
+replacing the old one.
-* complete !SyncML,XML_WBXML,iCalendar and RPC packages
-* (kronolith|memo|turba|nag)/lib/api.php
-* kronolith/lib/Driver/(kolab|sql).php
More information about the cvs
mailing list