More DocBook5 fixes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238204 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2007-06-21 11:46:57 +00:00
parent 5af85f5dce
commit 6b6e46122e
47 changed files with 118 additions and 118 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.maxdb-stmt-fetch">
<refnamediv>
<refname>maxdb_stmt_fetch</refname>
@ -54,7 +54,7 @@
<entry>Error occured</entry>
</row>
<row>
<entry><literal>&null;</literal></entry>
<entry>&null;</entry>
<entry>No more rows/data exists</entry>
</row>
</tbody>

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="svn.installation">
<!-- $Revision: 1.2 $ -->
<section xml:id="svn.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>
&pecl.info;
<ulink url="http://pecl.php.net/package/svn">http://pecl.php.net/package/svn</ulink>
<link xlink:href="http://pecl.php.net/package/svn">http://pecl.php.net/package/svn</link>
</para>
<para>
If <filename>./configure</filename> is having trouble finding the

View file

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<section id="svn.constants">
<!-- $Revision: 1.2 $ -->
<section xml:id="svn.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
<variablelist>
@ -16,7 +16,7 @@
</listitem>
</varlistentry>
</variablelist>
<variablelist id="svn.constants.auth">
<variablelist xml:id="svn.constants.auth">
<title>Constants usable with <function>svn_auth_set_parameter</function></title>
<varlistentry>
<term>
@ -190,7 +190,7 @@
</listitem>
</varlistentry>
</variablelist>
<variablelist id="svn.constants.status">
<variablelist xml:id="svn.constants.status">
<title>Working copy status constants</title>
<varlistentry>
<term>
@ -347,7 +347,7 @@
</listitem>
</varlistentry>
</variablelist>
<variablelist id="svn.constants.type">
<variablelist xml:id="svn.constants.type">
<title>Node type constants</title>
<varlistentry>
<term>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-add">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-add" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>svn_add</refname>
<refpurpose>Schedules the addition of an item in a working directory</refpurpose>
@ -138,7 +138,7 @@ svn_add('foobar.txt');
&reftitle.seealso;
<para>
<simplelist>
<member><ulink url="&url.svn.manual.add;">SVN documentation on svn add</ulink></member>
<member><link xlink:href="&url.svn.manual.add;">SVN documentation on svn add</link></member>
</simplelist>
</para>
</refsect1>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-auth-get-parameter">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-auth-get-parameter" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_auth_get_parameter</refname>
<refpurpose>Retrieves authentication parameter</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-auth-set-parameter">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-auth-set-parameter" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_auth_set_parameter</refname>
<refpurpose>Sets an authentication parameter</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-cat">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-cat" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>svn_cat</refname>
<refpurpose>Returns the contents of a file in a repository</refpurpose>
@ -115,7 +115,7 @@ $contents = svn_cat('http://www.example.com/svnroot/calc/gui.c', 28)
<para>
<simplelist>
<member><function>svn_list</function></member>
<member><ulink url="&url.svn.manual.cat;">SVN documentation on svn cat</ulink></member>
<member><link xlink:href="&url.svn.manual.cat;">SVN documentation on svn cat</link></member>
</simplelist>
</para>
</refsect1>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-checkout">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-checkout" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>svn_checkout</refname>
<refpurpose>Checks out a working copy from the repository</refpurpose>
@ -133,7 +133,7 @@ svn_checkout('http://www.example.com/svnroot/calc/trunk', dirname(__FILE__) . '/
<member><function>svn_commit</function></member>
<member><function>svn_status</function></member>
<member><function>svn_update</function></member>
<member><ulink url="&url.svn.manual.checkout;">SVN documentation on svn checkout</ulink></member>
<member><link xlink:href="&url.svn.manual.checkout;">SVN documentation on svn checkout</link></member>
</simplelist>
</para>
</refsect1>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-cleanup">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-cleanup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>svn_cleanup</refname>
<refpurpose>Recursively cleanup a working copy directory, finishing incomplete operations and removing locks</refpurpose>
@ -110,7 +110,7 @@ svn_cleanup(realpath('help-me'));
<para>
<simplelist>
<member><function>update</function></member>
<member><ulink url="&url.svn.manual.cleanup;">SVN documentation on svn cleanup</ulink></member>
<member><link xlink:href="&url.svn.manual.cleanup;">SVN documentation on svn cleanup</link></member>
</simplelist>
</para>
</refsect1>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-client-version">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-client-version" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_client_version</refname>
<refpurpose>Returns the version of the SVN client libraries</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-commit">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-commit" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>svn_commit</refname>
<refpurpose>Sends changes from the local working copy to the repository</refpurpose>
@ -165,7 +165,7 @@ array(
<para>
<simplelist>
<member><function>svn_auth_set_parameter</function></member>
<member><ulink url="&url.svn.manual.commit;">SVN documentation on svn commit</ulink></member>
<member><link xlink:href="&url.svn.manual.commit;">SVN documentation on svn commit</link></member>
</simplelist>
</para>
</refsect1>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-diff">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-diff" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>svn_diff</refname>
<refpurpose>Recursively diffs two paths</refpurpose>
@ -90,8 +90,8 @@
<para>
The diff output will, by default, be in the form of Subversion's
custom unified diff format, but an
<ulink url="&url.svn.manual.externaldifftools;">external
diff engine</ulink> may be
<link xlink:href="&url.svn.manual.externaldifftools;">external
diff engine</link> may be
used depending on Subversion's configuration.
</para>
</refsect1>
@ -219,7 +219,7 @@ function svn_diff_local($path1, $rev1, $path2, $rev2) {
&reftitle.seealso;
<para>
<simplelist>
<member><ulink url="&url.svn.manual.diff;">SVN documentation on svn diff</ulink></member>
<member><link xlink:href="&url.svn.manual.diff;">SVN documentation on svn diff</link></member>
</simplelist>
</para>
</refsect1>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-abort-txn">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-abort-txn" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_abort_txn</refname>
<refpurpose>Abort a transaction, returns true if everything is ok, false othewise</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-apply-text">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-apply-text" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_apply_text</refname>
<refpurpose>Creates and returns a stream that will be used to replace</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-begin-txn2">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-begin-txn2" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_begin_txn2</refname>
<refpurpose>Create a new transaction</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-change-node-prop">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-change-node-prop" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_change_node_prop</refname>
<refpurpose>Return true if everything is ok, false otherwise</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-check-path">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-check-path" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_check_path</refname>
<refpurpose>Determines what kind of item lives at path in a given repository fsroot</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-contents-changed">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-contents-changed" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_contents_changed</refname>
<refpurpose>Return true if content is different, false otherwise</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-copy">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-copy" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_copy</refname>
<refpurpose>Copies a file or a directory, returns true if all is ok, false otherwise</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-delete">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-delete" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_delete</refname>
<refpurpose>Deletes a file or a directory, return true if all is ok, false otherwise</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-dir-entries">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-dir-entries" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_dir_entries</refname>
<refpurpose>Enumerates the directory entries under path; returns a hash of dir names to file type</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-file-contents">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-file-contents" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_file_contents</refname>
<refpurpose>Returns a stream to access the contents of a file from a given version of the fs</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-file-length">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-file-length" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_file_length</refname>
<refpurpose>Returns the length of a file from a given version of the fs</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-is-dir">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-is-dir" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_is_dir</refname>
<refpurpose>Return true if the path points to a directory, false otherwise</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-is-file">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-is-file" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_is_file</refname>
<refpurpose>Return true if the path points to a file, false otherwise</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-make-dir">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-make-dir" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_make_dir</refname>
<refpurpose>Creates a new empty directory, returns true if all is ok, false otherwise</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-make-file">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-make-file" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_make_file</refname>
<refpurpose>Creates a new empty file, returns true if all is ok, false otherwise</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-node-created-rev">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-node-created-rev" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_node_created_rev</refname>
<refpurpose>Returns the revision in which path under fsroot was created</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-node-prop">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-node-prop" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_node_prop</refname>
<refpurpose>Returns the value of a property for a node</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-props-changed">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-props-changed" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_props_changed</refname>
<refpurpose>Return true if props are different, false otherwise</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-revision-prop">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-revision-prop" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_revision_prop</refname>
<refpurpose>Fetches the value of a named property</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-revision-root">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-revision-root" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_revision_root</refname>
<refpurpose>Get a handle on a specific version of the repository root</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-txn-root">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-txn-root" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_txn_root</refname>
<refpurpose>Creates and returns a transaction root</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-fs-youngest-rev">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-fs-youngest-rev" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_fs_youngest_rev</refname>
<refpurpose>Returns the number of the youngest revision in the filesystem</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-import">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-import" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>svn_import</refname>
<refpurpose>Imports an unversioned path into a repository</refpurpose>
@ -126,7 +126,7 @@ svn_import(realpath('new-files'), 'http://www.example.com/svnroot/incoming/abc',
<para>
<simplelist>
<member><function>svn_add</function></member>
<member><ulink url="&url.svn.manual.import;">SVN documentation for svn import</ulink></member>
<member><link xlink:href="&url.svn.manual.import;">SVN documentation for svn import</link></member>
</simplelist>
</para>
</refsect1>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-log">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-log" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>svn_log</refname>
<refpurpose>Returns the commit log messages of a repository URL</refpurpose>
@ -91,8 +91,8 @@
</note>
<para>
The value of <varname>action</varname> is a subset of the
<ulink url="&url.svn.manual.status;">status output
in the first column</ulink>, where possible values are:
<link xlink:href="&url.svn.manual.status;">status output
in the first column</link>, where possible values are:
</para>
<table>
<title>Actions</title>
@ -251,9 +251,9 @@ function svn_log_limit($repos_url, $limit) {
<para>
<simplelist>
<member>
<ulink url="&url.svn.manual.log;">
<link xlink:href="&url.svn.manual.log;">
SVN documentation on svn log
</ulink>
</link>
</member>
</simplelist>
</para>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-ls">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-ls" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>svn_ls</refname>
<refpurpose>Returns list of directory contents in repository URL, optionally at revision number</refpurpose>
@ -129,7 +129,7 @@ Array
<para>
<simplelist>
<member>
<ulink url="&url.svn.manual.list;">SVN documentation on svn list</ulink>
<link xlink:href="&url.svn.manual.list;">SVN documentation on svn list</link>
</member>
</simplelist>
</para>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-repos-create">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-repos-create" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_repos_create</refname>
<refpurpose>Create a new subversion repository at path</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-repos-fs-begin-txn-for-commit">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-repos-fs-begin-txn-for-commit" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_repos_fs_begin_txn_for_commit</refname>
<refpurpose>Create a new transaction</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-repos-fs-commit-txn">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-repos-fs-commit-txn" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_repos_fs_commit_txn</refname>
<refpurpose>Commits a transaction and returns the new revision</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-repos-fs">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-repos-fs" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_repos_fs</refname>
<refpurpose>Gets a handle on the filesystem for a repository</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-repos-hotcopy">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-repos-hotcopy" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_repos_hotcopy</refname>
<refpurpose>Make a hot-copy of the repos at repospath; copy it to destpath</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-repos-open">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-repos-open" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_repos_open</refname>
<refpurpose>Open a shared lock on a repository.</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-repos-recover">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-repos-recover" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>svn_repos_recover</refname>
<refpurpose>Run recovery procedures on the repository located at path.</refpurpose>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-status">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-status" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>svn_status</refname>
<refpurpose>Returns the status of working copy files and directories</refpurpose>
@ -403,7 +403,7 @@ Array (
<simplelist>
<member><function>svn_update</function></member>
<member><function>svn_log</function></member>
<member><ulink url="&url.svn.manual.status;">SVN documentation for svn status</ulink></member>
<member><link xlink:href="&url.svn.manual.status;">SVN documentation for svn status</link></member>
</simplelist>
</para>
</refsect1>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.svn-update">
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.svn-update" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>svn_update</refname>
<refpurpose>Update working copy</refpurpose>
@ -130,7 +130,7 @@ echo svn_update(realpath('working-copy'));
<simplelist>
<member><function>svn_checkout</function></member>
<member><function>svn_commit</function></member>
<member><ulink url="&url.svn.manual.update;">SVN documentation for svn update</ulink></member>
<member><link xlink:href="&url.svn.manual.update;">SVN documentation for svn update</link></member>
</simplelist>
</para>
</refsect1>

View file

@ -1,25 +1,25 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- Purpose: remote.other -->
<!-- Membership: bundled, pecl -->
<!-- State: new -->
<reference id="ref.svn">
<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 id="svn.intro">
<section xml:id="svn.intro">
&reftitle.intro;
&warn.experimental;
<para>
This extension implements PHP bindings for
<ulink url="&url.svn;">Subversion</ulink> (SVN), a version
<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 id="svn.requirements">
<section xml:id="svn.requirements">
&reftitle.required;
<para>
The Subversion binaries are not necessary to use this
@ -28,7 +28,7 @@
</para>
</section>
&reference.svn.configure;
<section id="svn.resources">
<section xml:id="svn.resources">
&reftitle.resources;
<para>
Subversion's lower-level svn_fs_* functions make use of resources