[horde] Subversion Version Control and popen()

Flanakin Michael C SSgt HQ SSG/ENED Michael.Flanakin at Gunter.AF.mil
Tue Dec 7 07:40:07 PST 2004


When's the last time someone validated the Svn code-base? I keep having
problems with it. I believe that the following line is incorrect, but it
hasn't fixed my problems, yet. From what I can tell the sourceroot() and
queryDir() methods will duplicate the requested path. Like I said, this
doesn't fix my problem, but seems to be an error, as far as I can tell.

/lib/Horde/VC/svn.php, v1.26, Line 301
$cmd = $this->rep->getPath('svn') . ' ls ' . $this->rep->sourceroot() .
$this->queryDir() . ' 2>&1';


I believe I've found the problem. It seems that this command is not
running properly. I've seen stuff about PHP being in safe mode, but my
PHP.ini file has "safe_mode = Off" (default in PHP download), so that
shouldn't be it. Can anyone tell me of a way to ensure safe mode is not
on and/or help me figure out why popen() calls are not being executed?

Thanks in advance!

Michael 



More information about the horde mailing list