[Wiki] changed: Doc/Dev

Ben Klang <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
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.


--
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.