[chora] Problems on cvs related commands

Anil Madhavapeddy anil@recoil.org
Fri, 29 Jun 2001 12:38:47 +0100


> Not the case, nothing in this directory. If it gives
> you a clue, if i make a symlink from this dir to my
> real path then everything works.

grep the chora source to make sure you don't have a reference to this
/opt/gnu directory.

You'll need to do some more digging - believe me, that path has never
once entered the Chora CVS repository - even on Solaris, I install my
packages into /usr/local :)

Also, insert debugging print() statements into
chora/lib/CVSLib/Checkout.php in the get() function, to see what the
popen() is actually doing.

Anil