php-doc-en/reference/svn/reference.xml

66 lines
1.9 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- Purpose: remote.other -->
<!-- Membership: bundled, pecl -->
<!-- State: new -->
<reference xml:id="ref.svn" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Subversion &Functions;</title>
<titleabbrev>SVN</titleabbrev>
<partintro>
<section xml:id="svn.intro">
&reftitle.intro;
&warn.experimental;
<para>
This extension implements PHP bindings for
<link xlink:href="&url.svn;">Subversion</link> (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 xml: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 xml: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
-->