Re: Problem installing SVN PHP extension via PEAR in Mac OS
- From: David Gillen <belial@xxxxxxxxxxxxxxx>
- Date: 31 Mar 2008 09:06:59 GMT
On Sun, 30 Mar 2008 Victor <joyfulnerd@xxxxxxxxx> wrote:
Hi,Add the line
1. I'm a PHP newbie looking for some help with the SVN PHP extension.
I installed the SVN extension in Mac OS 10.5 (Leopard) using the PEAR
command line.
2. Whenever I ran the following code:
<?php
#phpinfo();
print_r( svn_ls('http://www.example.com/svnroot/') );
?>
require_once 'VersionControl/SVN.php';
At the start of your script, otherwise the functionality won't be available to
you.
See http://pear.php.net/manual/en/package.tools.versioncontrol-svn.php for
further examples of it's use.
D.
.
- References:
- Prev by Date: Re: how to safely eval user-generated code
- Next by Date: Re: question about select tag in php
- Previous by thread: Problem installing SVN PHP extension via PEAR in Mac OS
- Next by thread: Free Tutorial website And Ebooks programing tutorials
- Index(es):
Relevant Pages
|