Subversion &Functions;SVN
&reftitle.intro;
&warn.experimental;
This extension implements PHP bindings for
Subversion (SVN), a version
control system, allowing PHP scripts to communicate with SVN repositories
and working copies without direct command line calls to the
svn
executable.
&reftitle.required;
The Subversion binaries are not necessary to use this
extension. However, when compiling the extension, libsvn
(the Subversion headers) must be available.
&reference.svn.configure;
&reftitle.resources;
Subversion's lower-level svn_fs_* functions make use of resources
that reference local file-system repositories. They can probably be
created using svn_repos_fs and
svn_fs_revision_root. (verify?)
&no.resource;
&reference.svn.constants;
&reference.svn.functions;