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