diff --git a/reference/svn/book.xml b/reference/svn/book.xml new file mode 100644 index 0000000000..c62894284f --- /dev/null +++ b/reference/svn/book.xml @@ -0,0 +1,51 @@ + + + + + + + + Subversion + + + + &reftitle.intro; + + 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. + + &warn.experimental; + + + + &reference.svn.setup; + &reference.svn.constants; + &reference.svn.reference; + + + + + diff --git a/reference/svn/constants.xml b/reference/svn/constants.xml index 392dd755fb..209dbf9c61 100644 --- a/reference/svn/constants.xml +++ b/reference/svn/constants.xml @@ -1,6 +1,6 @@ - -
+ + &reftitle.constants; &extension.constants; @@ -395,7 +395,7 @@ -
+ - - - + 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.entities.functions; +
+ + + &reftitle.setup; + + +
+ &reftitle.required; + + The Subversion binaries are not necessary to use this + extension. However, when compiling the extension, libsvn + (the Subversion headers) must be available. + +
+ + + +
+ &reftitle.install; + &no.install; +
+ + + +
+ &reftitle.runtime; + &no.config; +
+ + + +
+ &reftitle.resources; + + &no.resource; +
+ + +
+ + +