[cvs] [Wiki] changed: Doc/Dev
Ben Klang
ben at alkaloid.net
Mon Jun 22 13:12:22 UTC 2009
bklang Mon, 22 Jun 2009 09:12:22 -0400
Modified page: http://wiki.horde.org/Doc/Dev
New Revision: 1.54
Change log: How to update your checkouts
@@ -86,7 +86,20 @@
horde-fw-symlinks.php
horde-fw-symlinks.php --src ../horde-git/framework
horde-fw-symlinks.php --src ../horde-hatchery/framework
echo "<?php ini_set('include_path', dirname(__FILE__) . '/../libs' .
PATH_SEPARATOR . ini_get('include_path'));" > lib/core.local.php
+</code>
+
+After some time has passed you will want to update your working copy
from the Horde servers. These commands will do that. The commands
are to be executed from the base of the Horde installation (the
directory created by the CVS checkout):
+
+<code>
+cvs update -dP
+cd horde-git && git pull --rebase && cd ..
+cd horde-hatchery && git pull --rebase && cd ..
+
+# Now we have to refresh the Framework library symlinks:
+horde-fw-symlinks.php
+horde-fw-symlinks.php --src ../horde-git/framework
+horde-fw-symlinks.php --src ../horde-hatchery/framework
</code>
Then continue with the installation steps in docs/INSTALL.
More information about the cvs
mailing list