<?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <!-- Purpose: remote.other --> <!-- Membership: bundled, pecl --> <!-- State: new --> <reference id="ref.svn"> <title>Subversion &Functions;</title> <titleabbrev>SVN</titleabbrev> <partintro> <section id="svn.intro"> &reftitle.intro; &warn.experimental; <para> This extension implements PHP bindings for <ulink url="&url.svn;">Subversion</ulink> (SVN), a version control system, allowing PHP scripts to communicate with SVN repositories and working copies without direct command line calls to the <filename>svn</filename> executable. </para> </section> <section id="svn.requirements"> &reftitle.required; <para> The Subversion binaries are not necessary to use this extension. However, when compiling the extension, libsvn (the Subversion headers) must be available. </para> </section> &reference.svn.configure; <section id="svn.resources"> &reftitle.resources; <para> Subversion's lower-level svn_fs_* functions make use of resources that reference local file-system repositories. They can probably be created using <function>svn_repos_fs</function> and <function>svn_fs_revision_root</function>. (verify?) </para> &no.resource; </section> &reference.svn.constants; </partintro> &reference.svn.functions; </reference> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->