[chora] fatal error can not find Horde/VC.php

Ahmed ashihab at alcahest.com
Wed Oct 15 08:21:45 PDT 2003


Quoting Chuck Hagenbuch sent on Wed 15 Oct 2003 15:41:05 BST

>
> You need to follow the dev@ and cvs@ lists if you want to run development
> software. The CVS and subversion code has been moved out of Chora, and
> into the
> Horde framework module, where we can package/distribute it, and use it in
> other
> applications (like Luxor, or Babel), as a new VC (version control)
> package. You
> need to have the framework code somewhere, and either install it with
> pear
> install framework/VC/package.xml, or symlink it with
> horde/scripts/create-symlinks.php.
>
Thanks...

Installing via pear worked eventually, see patch below.

The create-symlinks.php did nothing and I did not debug any further, it was
easier to debug the pear problem.

-- snip
*** package.xml	Wed Oct 15 16:15:14 2003
--- package.xml.new	Wed Oct 15 16:14:12 2003
***************
*** 42,48 ****

      <filelist>
        <file role="php" baseinstalldir="/Horde">VC.php</file>
!       <dir name="Horde/VC" role="php">
          <file name="cvs.php" />
          <file name="svn.php" />
        </dir>
--- 42,48 ----

      <filelist>
        <file role="php" baseinstalldir="/Horde">VC.php</file>
!       <dir name="VC" role="php">
          <file name="cvs.php" />
          <file name="svn.php" />
        </dir>
-- snip


More information about the chora mailing list