mirror of
https://github.com/php/doc-es.git
synced 2026-03-23 23:12:09 +01:00
svn : fix XML by converting para to simpara tags via script
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 9a5b92a30888d6423db112f07a9b344cf6fc4891 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<!-- State: experimental -->
|
||||
|
||||
<book xml:id="book.svn" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.svn">
|
||||
<?phpdoc extension-membership="pecl" ?>
|
||||
<title>Subversion</title>
|
||||
<titleabbrev>SVN</titleabbrev>
|
||||
@@ -12,13 +11,13 @@
|
||||
<!-- {{{ preface -->
|
||||
<preface xml:id="intro.svn">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
<simpara>
|
||||
Esta extensión implementa las funciones PHP para
|
||||
<link xlink:href="&url.svn;">Subversion</link> (SVN), un sistema de control
|
||||
de versiones, permitiendo a los scripts PHP comunicarse con los repositorios SVN
|
||||
y las copias de trabajo, sin utilizar directamente llamadas a los ejecutables
|
||||
<filename>svn</filename>.
|
||||
</para>
|
||||
</simpara>
|
||||
&warn.experimental;
|
||||
</preface>
|
||||
<!-- }}} -->
|
||||
@@ -28,7 +27,6 @@
|
||||
&reference.svn.reference;
|
||||
|
||||
</book>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,32 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: agarzon Status: ready -->
|
||||
<section xml:id="svn.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: agarzon Status: ready -->
|
||||
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="svn.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
<simpara>
|
||||
&pecl.info;
|
||||
<link xlink:href="&url.pecl.package;svn"/>
|
||||
</para>
|
||||
<para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
Si <filename>./configure</filename> está teniendo problemas para encontrar los
|
||||
archivos SVN (Por ejemplo, Subversion fue instalado con un prefijo de directorio
|
||||
diferente), use
|
||||
<userinput>./configure --with-svn=$USR_PATH</userinput>
|
||||
para especificar el directorio donde
|
||||
<filename>include/subversion-1/</filename> está ubicado.
|
||||
</para>
|
||||
<para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
&pecl.windows.download;
|
||||
</para>
|
||||
</simpara>
|
||||
<warning>
|
||||
<para>
|
||||
<simpara>
|
||||
Si la extensión es compilada contra libsvn 1.3,
|
||||
las funciones que trabajan con copias fallarán
|
||||
cuando trabaje en copias creadas por Subversion 1.4.
|
||||
</para>
|
||||
</simpara>
|
||||
</warning>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.svn-add">
|
||||
<refnamediv>
|
||||
@@ -16,12 +16,12 @@
|
||||
<methodparam choice="opt"><type>bool</type><parameter>recursive</parameter><initializer>&true;</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>force</parameter><initializer>&false;</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Añade un fichero, un directorio o un enlace simbólico, utilizando
|
||||
la ruta <parameter>path</parameter> en el directorio de trabajo.
|
||||
El elemento será añadido al repositorio en la próxima llamada a la función
|
||||
<function>svn_commit</function> sobre la copia de trabajo.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -30,29 +30,29 @@
|
||||
<varlistentry>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Ruta del elemento a añadir.
|
||||
</para>
|
||||
</simpara>
|
||||
&svn.relativepath;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>recursive</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Si el elemento es un directorio, si se debe o no añadir
|
||||
recursivamente todo su contenido. Por omisión, vale &true;
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>force</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Si vale &true;, Subversion buscará recursivamente en los directorios
|
||||
versionados existentes para añadir todos los ficheros que
|
||||
actualmente no están versionados. Por omisión, vale &false;
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -60,26 +60,26 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Ejemplo con <function>svn_add</function></title>
|
||||
<para>
|
||||
<simpara>
|
||||
En un directorio de trabajo donde el comando <userinput>svn status</userinput>
|
||||
devuelve:
|
||||
</para>
|
||||
</simpara>
|
||||
<screen>
|
||||
<![CDATA[
|
||||
$ svn status
|
||||
? foobar.txt
|
||||
]]>
|
||||
</screen>
|
||||
<para>...este código:</para>
|
||||
<simpara>...este código:</simpara>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
@@ -87,10 +87,10 @@ svn_add('foobar.txt');
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
<para>
|
||||
<simpara>
|
||||
...marcará el fichero <filename>foobar.txt</filename> como fichero a añadir
|
||||
en el directorio.
|
||||
</para>
|
||||
</simpara>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-auth-get-parameter">
|
||||
<refnamediv>
|
||||
@@ -14,12 +14,12 @@
|
||||
<type>string</type><methodname>svn_auth_get_parameter</methodname>
|
||||
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Recupera el parámetro de identificación cuya clave es
|
||||
<parameter>key</parameter>.
|
||||
Para una lista de claves válidas y sus significados, consulte
|
||||
la <link linkend="svn.constants.auth">lista de constantes de identificación</link>.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -28,10 +28,10 @@
|
||||
<varlistentry>
|
||||
<term><parameter>key</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Nombre de la clave. Utilice una <link linkend="svn.constants.auth">constante de identificación</link> definida
|
||||
por esta extensión para especificar una clave.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -39,10 +39,10 @@
|
||||
</refsect1>
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve el valor del parámetro cuya clave es <parameter>key</parameter>;
|
||||
devuelve &null; si el parámetro no existe.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-auth-set-parameter">
|
||||
<refnamediv>
|
||||
@@ -15,13 +15,13 @@
|
||||
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Especifica el parámetro de autenticación <parameter>key</parameter> con
|
||||
el valor <parameter>value</parameter>.
|
||||
Para una lista de claves válidas y sus significados,
|
||||
consulte la <link linkend="svn.constants.auth">lista de
|
||||
constantes de autenticación</link>.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -30,19 +30,19 @@
|
||||
<varlistentry>
|
||||
<term><parameter>key</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Nombre de la clave. Utilice una <link linkend="svn.constants.auth">constante de autenticación</link>
|
||||
definida por esta extensión para especificar la clave.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>value</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Valor a establecer para la nueva clave. El formato del valor
|
||||
varía según el parámetro.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -50,19 +50,19 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.void;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Ejemplo de autenticación</title>
|
||||
<para>
|
||||
<simpara>
|
||||
Este ejemplo configura SVN con el nombre de usuario <literal>"Bob"</literal> y
|
||||
la contraseña <literal>"abc123"</literal>:
|
||||
</para>
|
||||
</simpara>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: agarzon Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: agarzon Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-blame">
|
||||
<refnamediv>
|
||||
<refname>svn_blame</refname>
|
||||
@@ -14,9 +14,9 @@
|
||||
<methodparam><type>string</type><parameter>repository_url</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>revision_no</parameter><initializer>SVN_REVISION_HEAD</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Obtiene las acusaciones SVN de un archivo desde una URL de repositorio.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -25,17 +25,17 @@
|
||||
<varlistentry>
|
||||
<term><parameter>repository_url</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
La URL del repositorio.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>revision_no</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
El número de revisión.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -43,11 +43,11 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
Un <type>array</type> con la información de acuses SVN separados por línea
|
||||
incluyendo los números de revisión, número de línea, línea de codigo,
|
||||
autor, y fecha.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.svn-cat">
|
||||
<refnamediv>
|
||||
@@ -15,10 +15,10 @@
|
||||
<methodparam><type>string</type><parameter>repos_url</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>revision_no</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Recupera el contenido del fichero apuntado por la URL <parameter>repos_url</parameter>
|
||||
del repositorio, opcionalmente, en la revisión <parameter>revision_no</parameter>.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -27,17 +27,17 @@
|
||||
<varlistentry>
|
||||
<term><parameter>repos_url</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
URL del elemento del repositorio.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>revision_no</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Número de revisión del elemento a recuperar; por omisión, es HEAD.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -45,19 +45,19 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve el contenido del elemento desde el repositorio en caso de éxito,
|
||||
y &false; si ocurre un error.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Ejemplo de uso</title>
|
||||
<para>
|
||||
<simpara>
|
||||
Este ejemplo recupera el contenido de un fichero, en la revisión 28:
|
||||
</para>
|
||||
</simpara>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.svn-checkout">
|
||||
<refnamediv>
|
||||
@@ -17,10 +17,10 @@
|
||||
<methodparam choice="opt"><type>int</type><parameter>revision</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Extrae una copia de trabajo desde el repositorio <parameter>repos</parameter>
|
||||
hacia <parameter>targetpath</parameter> en la revisión <parameter>revision</parameter>.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -29,36 +29,36 @@
|
||||
<varlistentry>
|
||||
<term><parameter>repos</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
URL del directorio en el repositorio a extraer.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>targetpath</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Ruta local del directorio en el cual se realiza la extracción
|
||||
</para>
|
||||
</simpara>
|
||||
&svn.relativepath;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>revision</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Número de revisión del repositorio a extraer. Por omisión, es
|
||||
HEAD, la revisión más reciente.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>flags</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Cualquier combinación de <constant>SVN_NON_RECURSIVE</constant> y
|
||||
<constant>SVN_IGNORE_EXTERNALS</constant>.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -66,19 +66,19 @@
|
||||
</refsect1>
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Ejemplo de uso</title>
|
||||
<para>
|
||||
<simpara>
|
||||
Este ejemplo muestra cómo extraer un directorio desde un
|
||||
repositorio hacia un directorio llamado <literal>"calc"</literal>:
|
||||
</para>
|
||||
</simpara>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
@@ -86,12 +86,12 @@ svn_checkout('http://www.example.com/svnroot/calc/trunk', dirname(__FILE__) . '/
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
<para>
|
||||
<simpara>
|
||||
El uso de <literal>dirname(__FILE__)</literal> es necesario
|
||||
para convertir la ruta relativa del directorio calc en una ruta absoluta.
|
||||
Si calc existe, asimismo se puede utilizar <function>realpath</function>
|
||||
para obtener una ruta absoluta.
|
||||
</para>
|
||||
</simpara>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.svn-cleanup">
|
||||
<refnamediv>
|
||||
@@ -14,11 +14,11 @@
|
||||
<type>bool</type><methodname>svn_cleanup</methodname>
|
||||
<methodparam><type>string</type><parameter>workingdir</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Limpia, de forma recursiva, un directorio de trabajo <parameter>workingdir</parameter>,
|
||||
finalizando las operaciones incompletas y eliminando los bloqueos. Se debe utilizar
|
||||
cuando la copia de trabajo ya no es funcional.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -27,9 +27,9 @@
|
||||
<varlistentry>
|
||||
<term><parameter>workingdir</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Ruta al directorio local de trabajo a limpiar.
|
||||
</para>
|
||||
</simpara>
|
||||
&svn.relativepath;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -38,19 +38,19 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Ejemplo de uso</title>
|
||||
<para>
|
||||
<simpara>
|
||||
Este ejemplo muestra cómo limpiar una copia de trabajo de
|
||||
un directorio llamado <literal>"help-me"</literal>:
|
||||
</para>
|
||||
</simpara>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
@@ -58,10 +58,10 @@ svn_cleanup(realpath('help-me'));
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
<para>
|
||||
<simpara>
|
||||
La función <function>realpath</function> debe ser llamada, debido a
|
||||
la mala gestión de las rutas relativas por parte de SVN.
|
||||
</para>
|
||||
</simpara>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-client-version">
|
||||
<refnamediv>
|
||||
@@ -14,9 +14,9 @@
|
||||
<type>string</type><methodname>svn_client_version</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Obtiene la versión de las bibliotecas cliente SVN.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -26,9 +26,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
Número de la versión, habitualmente en el formato x.y.z.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.svn-commit">
|
||||
<refnamediv>
|
||||
@@ -16,13 +16,13 @@
|
||||
<methodparam><type>array</type><parameter>targets</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>recursive</parameter><initializer>&true;</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Envía los cambios realizados en los ficheros locales enumerados
|
||||
por el array <parameter>targets</parameter> al repositorio, con el mensaje
|
||||
<parameter>log</parameter>. Los directorios contenidos en el array
|
||||
<parameter>targets</parameter> serán enviados recursivamente a menos que el
|
||||
parámetro <parameter>recursive</parameter> haya sido definido como &false;.
|
||||
</para>
|
||||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
Esta función no contiene ningún parámetro específico de identificación,
|
||||
@@ -38,17 +38,17 @@
|
||||
<varlistentry>
|
||||
<term><parameter>log</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Mensaje de registro a utilizar durante el envío.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>targets</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Array de rutas locales de los ficheros a enviar.
|
||||
</para>
|
||||
</simpara>
|
||||
<warning>
|
||||
<simpara>
|
||||
Este parámetro debe ser un array; una string para un único
|
||||
@@ -61,11 +61,11 @@
|
||||
<varlistentry>
|
||||
<term><parameter>recursive</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Flag de tipo booleano para desactivar la recursividad
|
||||
al enviar directorios en el array <parameter>targets</parameter>.
|
||||
Por omisión, vale &true;.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -73,9 +73,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve un array, en el siguiente formato:
|
||||
</para>
|
||||
</simpara>
|
||||
<screen>
|
||||
<![CDATA[
|
||||
array(
|
||||
@@ -85,19 +85,19 @@ array(
|
||||
)
|
||||
]]>
|
||||
</screen>
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve &false; si ocurre un error.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Ejemplo de uso</title>
|
||||
<para>
|
||||
<simpara>
|
||||
Este ejemplo envía el directorio <literal>"calculator"</literal> al repositorio, utilizando
|
||||
como nombre de usuario <literal>"Bob"</literal> y como contraseña <literal>"abc123"</literal>:
|
||||
</para>
|
||||
</simpara>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.svn-delete">
|
||||
<refnamediv>
|
||||
@@ -15,12 +15,12 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>force</parameter><initializer>&false;</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Elimina un fichero, un directorio o un enlace simbólico, según el
|
||||
<parameter>path</parameter> utilizado, desde un directorio de trabajo.
|
||||
El elemento será eliminado del repositorio en la próxima llamada a la función
|
||||
<function>svn_commit</function> en el directorio de trabajo.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -29,20 +29,20 @@
|
||||
<varlistentry>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Ruta hacia el elemento a eliminar.
|
||||
</para>
|
||||
</simpara>
|
||||
&svn.relativepath;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>force</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Si vale &true;, el fichero será eliminado incluso si tiene modificaciones locales.
|
||||
De lo contrario, las modificaciones locales harán fallar la función.
|
||||
Por omisión, vale &false;.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -50,9 +50,9 @@
|
||||
</refsect1>
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.svn-diff">
|
||||
<refnamediv>
|
||||
@@ -17,16 +17,16 @@
|
||||
<methodparam><type>string</type><parameter>path2</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>rev2</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Compara dos rutas, <parameter>path1</parameter> y
|
||||
<parameter>path2</parameter>, de forma recursiva.
|
||||
</para>
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
<simpara>
|
||||
No es una utilidad de comparación real. Solo los ficheros
|
||||
locales que están versionados pueden ser comparados: otros ficheros
|
||||
fallarán.
|
||||
</para>
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
@@ -36,10 +36,10 @@
|
||||
<varlistentry>
|
||||
<term><parameter>path1</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Primera ruta. Puede ser una URL hacia un fichero/directorio de un
|
||||
repositorio SVN o una ruta hacia un fichero/directorio local.
|
||||
</para>
|
||||
</simpara>
|
||||
&svn.relativepath;
|
||||
<warning>
|
||||
<simpara>
|
||||
@@ -53,29 +53,29 @@
|
||||
<varlistentry>
|
||||
<term><parameter>rev1</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Número de revisión de la primera ruta. Utilice la constante
|
||||
<constant>SVN_REVISON_HEAD</constant> para especificar la revisión
|
||||
más reciente.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>path2</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Segunda ruta a comparar. Ver el argumento
|
||||
<parameter>path1</parameter> para la descripción.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>rev2</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Número de revisión de la segunda ruta. Ver el argumento
|
||||
<parameter>rev1</parameter> para la descripción.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -83,28 +83,28 @@
|
||||
</refsect1>
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve un array que contiene 2 flujos: el primero representa la salida
|
||||
de la comparación, y el segundo contiene los errores. Los flujos pueden
|
||||
ser leídos utilizando la función <function>fread</function>. Devuelve
|
||||
&false; o &null; si ocurre un error.
|
||||
</para>
|
||||
<para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
La salida del comparador puede, por omisión, estar en formato de comparación
|
||||
unificado Subversion, pero un
|
||||
<link xlink:href="&url.svn.manual.externaldifftools;">motor externo de
|
||||
comparación</link> puede ser utilizado, según la configuración SVN.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Ejemplo de uso</title>
|
||||
<para>
|
||||
<simpara>
|
||||
Este ejemplo muestra un uso básico de esta función y recupera
|
||||
el contenido desde los flujos:
|
||||
</para>
|
||||
</simpara>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
@@ -136,11 +136,11 @@ Index: http://www.example.com/svnroot/trunk/foo
|
||||
</example>
|
||||
<example>
|
||||
<title>Comparación de dos revisiones de una ruta del repositorio</title>
|
||||
<para>
|
||||
<simpara>
|
||||
Este ejemplo implementa un gestor que permite
|
||||
a un usuario comparar fácilmente dos revisiones de un elemento
|
||||
utilizando una ruta de repositorio externa (la sintaxis por omisión es verbosa):
|
||||
</para>
|
||||
</simpara>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
@@ -153,11 +153,11 @@ function svn_diff_same_item($path, $rev1, $rev2) {
|
||||
</example>
|
||||
<example>
|
||||
<title>Comparación, más portable, de dos ficheros locales</title>
|
||||
<para>
|
||||
<simpara>
|
||||
Este ejemplo implementa un gestor para comparar
|
||||
dos ficheros locales, de forma más portable gestionando el problema de
|
||||
<function>realpath</function> y el error con las barras invertidas:
|
||||
</para>
|
||||
</simpara>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-export">
|
||||
<refnamediv>
|
||||
<refname>svn_export</refname>
|
||||
@@ -16,10 +16,10 @@
|
||||
<methodparam choice="opt"><type>bool</type><parameter>working_copy</parameter><initializer>&true;</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>revision_no</parameter><initializer>-1</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Exporta el contenido de una copia de trabajo o un repositorio en un
|
||||
directorio 'limpio'.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -28,25 +28,25 @@
|
||||
<varlistentry>
|
||||
<term><parameter>frompath</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
La ruta del repositorio actual.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>topath</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
La ruta del nuevo repositorio.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>working_copy</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Si es &true;, exportará ficheros no cometidos de la copia de trabajo.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -55,9 +55,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-abort-txn">
|
||||
<refnamediv>
|
||||
@@ -14,9 +14,9 @@
|
||||
<methodparam><type>resource</type><parameter>txn</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Detiene una transacción, retorna &true; si todo es correcto, &false; en caso contrario.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -25,9 +25,9 @@
|
||||
<varlistentry>
|
||||
<term><parameter>txn</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -35,9 +35,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: andresdzphp Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: andresdzphp Status: ready -->
|
||||
<!-- Reviewed: no Maintainer: andresdzphp -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-apply-text" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-apply-text">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_apply_text</refname>
|
||||
<refpurpose>Crea y devuelve una secuencia que se utilizará para reemplazar</refpurpose>
|
||||
@@ -17,9 +16,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Crea y devuelve una secuencia que se utilizará para reemplazar
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -136,7 +135,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: andresdzphp Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: andresdzphp Status: ready -->
|
||||
<!-- Reviewed: no Maintainer: andresdzphp -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-begin-txn2" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-begin-txn2">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_begin_txn2</refname>
|
||||
<refpurpose>Crear una nueva transacción</refpurpose>
|
||||
@@ -17,9 +16,9 @@
|
||||
<methodparam><type>int</type><parameter>rev</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Crear una nueva transacción
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -136,7 +135,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-change-node-prop" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-change-node-prop">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_change_node_prop</refname>
|
||||
<refpurpose>Retorna verdadero si todo está ok, falso en caso contrario</refpurpose>
|
||||
@@ -19,9 +18,9 @@
|
||||
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Retorna verdadero si todo está ok, falso en caso contrario
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -154,7 +153,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-check-path" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-check-path">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_check_path</refname>
|
||||
<refpurpose>Determina que tipo de elemento está apuntado por una ruta de acceso determinada, en un repositorio fsroot</refpurpose>
|
||||
@@ -17,9 +16,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Determina que tipo de elemento está apuntado por una ruta de acceso determinada, en un repositorio fsroot
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -136,7 +135,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-contents-changed" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-contents-changed">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_contents_changed</refname>
|
||||
<refpurpose>Devuelve verdadero si el contenido es diferente, falso en caso contrario</refpurpose>
|
||||
@@ -19,9 +18,9 @@
|
||||
<methodparam><type>string</type><parameter>path2</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve verdadero si el contenido es diferente, falso en caso contrario
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -154,7 +153,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-copy">
|
||||
<refnamediv>
|
||||
@@ -17,9 +17,9 @@
|
||||
<methodparam><type>string</type><parameter>to_path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Copia un fichero o un directorio.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -28,33 +28,33 @@
|
||||
<varlistentry>
|
||||
<term><parameter>from_root</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>from_path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>to_root</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>to_path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -62,9 +62,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-delete">
|
||||
<refnamediv>
|
||||
@@ -15,9 +15,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Elimina un fichero o un directorio.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -26,17 +26,17 @@
|
||||
<varlistentry>
|
||||
<term><parameter>root</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -44,9 +44,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-dir-entries" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-dir-entries">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_dir_entries</refname>
|
||||
<refpurpose>Enumera los directorios que hay bajo una ruta de acceso determinada; devuelve un array con los nombres de los directorios</refpurpose>
|
||||
@@ -17,9 +16,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Enumera los directorios que hay bajo una ruta de acceso determinada; devuelve un array con los nombres de los directorios
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -136,7 +135,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-file-contents" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-file-contents">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_file_contents</refname>
|
||||
<refpurpose>Devuelve un flujo de acceso al contenido de un fichero para una versión del sistema de ficheros dada</refpurpose>
|
||||
@@ -17,9 +16,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve un flujo de acceso al contenido de un fichero para una versión del sistema de ficheros dada
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -136,7 +135,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-file-length" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-file-length">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_file_length</refname>
|
||||
<refpurpose>Devuelve la longitud de un fichero para una versión dada de sistema de ficheros</refpurpose>
|
||||
@@ -17,9 +16,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve la longitud de un fichero para una versión dada de sistema de ficheros
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -136,7 +135,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-is-dir">
|
||||
<refnamediv>
|
||||
@@ -15,9 +15,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Determina si una ruta dada apunta a un directorio.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -26,17 +26,17 @@
|
||||
<varlistentry>
|
||||
<term><parameter>root</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -44,9 +44,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve &true; si la ruta apunta a un directorio, &false; en caso contrario.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-is-file">
|
||||
<refnamediv>
|
||||
@@ -15,9 +15,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Determina si una ruta dada apunta a un fichero.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -26,17 +26,17 @@
|
||||
<varlistentry>
|
||||
<term><parameter>root</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -44,9 +44,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve &true; si la ruta apunta a un fichero, &false; en caso contrario.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-make-dir">
|
||||
<refnamediv>
|
||||
@@ -15,9 +15,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Crea un nuevo directorio.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -26,17 +26,17 @@
|
||||
<varlistentry>
|
||||
<term><parameter>root</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -44,9 +44,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-make-file">
|
||||
<refnamediv>
|
||||
@@ -15,9 +15,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Crea un nuevo fichero vacío.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -26,17 +26,17 @@
|
||||
<varlistentry>
|
||||
<term><parameter>root</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -44,9 +44,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-node-created-rev" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-node-created-rev">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_node_created_rev</refname>
|
||||
<refpurpose>Devuelve la revisión en la que la ruta de acceso bajo fsroot fue creado</refpurpose>
|
||||
@@ -17,9 +16,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve la revisión en la que la ruta de acceso bajo fsroot fue creado
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -136,7 +135,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-node-prop" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-node-prop">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_node_prop</refname>
|
||||
<refpurpose>Devuelve el valor de una propiedad de un nodo</refpurpose>
|
||||
@@ -18,9 +17,9 @@
|
||||
<methodparam><type>string</type><parameter>propname</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve el valor de una propiedad de un nodo
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -145,7 +144,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-props-changed" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-props-changed">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_props_changed</refname>
|
||||
<refpurpose>Devuelve verdadero si las propiedades son diferentes, falso en caso contrario</refpurpose>
|
||||
@@ -19,9 +18,9 @@
|
||||
<methodparam><type>string</type><parameter>path2</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve verdadero si las propiedades son diferentes, falso en caso contrario
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -154,7 +153,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-revision-prop" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-revision-prop">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_revision_prop</refname>
|
||||
<refpurpose>Recupera el valor de una propiedad con determinado nombre</refpurpose>
|
||||
@@ -18,9 +17,9 @@
|
||||
<methodparam><type>string</type><parameter>propname</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Recupera el valor de una propiedad con determinado nombre
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -145,7 +144,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-revision-root" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-revision-root">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_revision_root</refname>
|
||||
<refpurpose>Obtiene un gestor en una versión específica del repositorio 'root'</refpurpose>
|
||||
@@ -17,9 +16,9 @@
|
||||
<methodparam><type>int</type><parameter>revnum</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Obtiene un gestor en una versión específica del repositorio 'root'
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -136,7 +135,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-txn-root" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-txn-root">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_txn_root</refname>
|
||||
<refpurpose>Crea y retorna una transacción 'root'</refpurpose>
|
||||
@@ -16,9 +15,9 @@
|
||||
<methodparam><type>resource</type><parameter>txn</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Crea y retorna una transacción 'root'
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -127,7 +126,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-fs-youngest-rev" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-fs-youngest-rev">
|
||||
<refnamediv>
|
||||
<refname>svn_fs_youngest_rev</refname>
|
||||
<refpurpose>Devuelve el número de la revisión más reciente del sistema de ficheros</refpurpose>
|
||||
@@ -16,9 +15,9 @@
|
||||
<methodparam><type>resource</type><parameter>fs</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve el número de la revisión más reciente del sistema de ficheros
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -127,7 +126,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.svn-import">
|
||||
<refnamediv>
|
||||
@@ -16,12 +16,12 @@
|
||||
<methodparam><type>string</type><parameter>url</parameter></methodparam>
|
||||
<methodparam><type>bool</type><parameter>nonrecursive</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Entrega una ruta <parameter>path</parameter> no versionada en el
|
||||
repositorio a la URL <parameter>url</parameter>. Si <parameter>path</parameter>
|
||||
es un directorio y <parameter>nonrecursive</parameter> es &false;,
|
||||
el directorio será importado recursivamente.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -30,26 +30,26 @@
|
||||
<varlistentry>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Ruta hacia el fichero o directorio a importar.
|
||||
</para>
|
||||
</simpara>
|
||||
&svn.relativepath;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>url</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
URL del repositorio en el cual se importa.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>nonrecursive</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Si se debe o no realizar una importación recursiva.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -57,20 +57,20 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Ejemplo de uso</title>
|
||||
<para>
|
||||
<simpara>
|
||||
Este ejemplo muestra un uso clásico de esta función. Para importar
|
||||
un directorio llamado <literal>"new-files"</literal> en el repositorio a la URL
|
||||
<literal>"http://www.example.com/svnroot/incoming/abc"</literal>, se utiliza:
|
||||
</para>
|
||||
</simpara>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.svn-log">
|
||||
<refnamediv>
|
||||
@@ -18,12 +18,12 @@
|
||||
<methodparam choice="opt"><type>int</type><parameter>limit</parameter><initializer>0</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>SVN_DISCOVER_CHANGED_PATHS | SVN_STOP_ON_COPY</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>svn_log</function> recupera el historial completo del elemento
|
||||
correspondiente a la URL <parameter>repos_url</parameter>, o el historial de una revisión específica
|
||||
si <parameter>start_revision</parameter> está especificado. Esta función es equivalente
|
||||
al comando <userinput>svn log --verbose -r $start_revision $repos_url</userinput>.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -32,47 +32,47 @@
|
||||
<varlistentry>
|
||||
<term><parameter>repos_url</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
URL en el repositorio del elemento del que se debe recuperar el historial.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>start_revision</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Número de revisión del primer historial a recuperar. Utilice
|
||||
la constante <constant>SVN_REVISION_HEAD</constant> para recuperar
|
||||
el historial de la revisión más reciente.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>end_revision</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Número de revisión del último historial a recuperar. Por omisión vale
|
||||
<parameter>start_revision</parameter> si está especificado, de lo contrario vale la
|
||||
constante <constant>SVN_REVISION_INITIAL</constant>.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>limit</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Número de historiales a recuperar.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>flags</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Cualquier combinación de <constant>SVN_OMIT_MESSAGES</constant>,
|
||||
<constant>SVN_DISCOVER_CHANGED_PATHS</constant> y
|
||||
<constant>SVN_STOP_ON_COPY</constant>.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -106,16 +106,16 @@
|
||||
</screen>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
<simpara>
|
||||
La salida será siempre un array indexado numéricamente de arrays,
|
||||
incluso si no hay ninguno, o solo un mensaje de historial.
|
||||
</para>
|
||||
</simpara>
|
||||
</note>
|
||||
<para>
|
||||
<simpara>
|
||||
El valor de <varname>action</varname> es una subparte de
|
||||
<link xlink:href="&url.svn.manual.status;">la salida de estado
|
||||
en la primera columna</link>, donde los valores posibles son:
|
||||
</para>
|
||||
</simpara>
|
||||
<table>
|
||||
<title>Acciones</title>
|
||||
<tgroup cols="2">
|
||||
@@ -145,10 +145,10 @@
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
<para>
|
||||
<simpara>
|
||||
Si no se ha realizado ninguna modificación al elemento, se devolverá un array
|
||||
vacío.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.svn-ls">
|
||||
<refnamediv>
|
||||
@@ -16,13 +16,13 @@
|
||||
<methodparam choice="opt"><type>bool</type><parameter>recurse</parameter><initializer>&false;</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>peg</parameter><initializer>&false;</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Esta función consulta la URL del repositorio y devuelve una lista de los ficheros y directorios, opcionalmente desde una revisión específica. Es el equivalente al comando <userinput>svn list $repos_url[@$revision_no]</userinput>.
|
||||
</para>
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
<simpara>
|
||||
Esta función no funciona con copias de trabajo. <parameter>repos_url</parameter> <emphasis>DEBE</emphasis> ser una URL de repositorio.
|
||||
</para>
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
@@ -32,25 +32,25 @@
|
||||
<varlistentry>
|
||||
<term><parameter>url</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
URL del repositorio, por ejemplo <userinput>http://www.example.com/svnroot</userinput>. Para acceder a un repositorio local Subversion a través del sistema de ficheros, utilice el siguiente URI: <userinput>file:///home/user/svn-repos</userinput>.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>revision</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Número de revisión a utilizar. Si se omite, se utilizará HEAD.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>recurse</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Activa la recursividad.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: yago Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: yago Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-mkdir">
|
||||
<refnamediv>
|
||||
<refname>svn_mkdir</refname>
|
||||
@@ -14,9 +14,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>log_message</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Crea un directorio en la copia de trabajo o repositorio.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -25,9 +25,9 @@
|
||||
<varlistentry>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
La ruta a la copia de trabajo o repositorio.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -35,9 +35,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-repos-create" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-repos-create">
|
||||
<refnamediv>
|
||||
<refname>svn_repos_create</refname>
|
||||
<refpurpose>Crea un nuevo repositorio de subversión</refpurpose>
|
||||
@@ -18,9 +17,9 @@
|
||||
<methodparam choice="opt"><type>array</type><parameter>fsconfig</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Crea un nuevo repositorio de subversión en un path determinado.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -145,7 +144,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-repos-fs-begin-txn-for-commit" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-repos-fs-begin-txn-for-commit">
|
||||
<refnamediv>
|
||||
<refname>svn_repos_fs_begin_txn_for_commit</refname>
|
||||
<refpurpose>Crea una nueva transacción</refpurpose>
|
||||
@@ -19,9 +18,9 @@
|
||||
<methodparam><type>string</type><parameter>log_msg</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Crea una nueva transacción
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -154,7 +153,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-repos-fs-commit-txn" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-repos-fs-commit-txn">
|
||||
<refnamediv>
|
||||
<refname>svn_repos_fs_commit_txn</refname>
|
||||
<refpurpose>Consolida una transacción y devuelve la nueva revisión</refpurpose>
|
||||
@@ -16,9 +15,9 @@
|
||||
<methodparam><type>resource</type><parameter>txn</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Consolida una transacción y devuelve la nueva revisión
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -127,7 +126,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-repos-fs" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-repos-fs">
|
||||
<refnamediv>
|
||||
<refname>svn_repos_fs</refname>
|
||||
<refpurpose>Obtiene un gestor del sistema de ficheros para un repositorio</refpurpose>
|
||||
@@ -16,9 +15,9 @@
|
||||
<methodparam><type>resource</type><parameter>repos</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Obtiene un gestor del sistema de ficheros para un repositorio
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -127,7 +126,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: regiemix Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: regiemix Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-repos-hotcopy" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-repos-hotcopy">
|
||||
<refnamediv>
|
||||
<refname>svn_repos_hotcopy</refname>
|
||||
<refpurpose>Realiza una copia en caliente del repositorio en pathrepospath; y lo copia en destpath</refpurpose>
|
||||
@@ -18,9 +17,9 @@
|
||||
<methodparam><type>bool</type><parameter>cleanlogs</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Realiza una copia en caliente del repositorio en pathrepospath; y lo copia en destpath
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -146,7 +145,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: dd07341fae2c414adc1f700be0890ff32e8daab4 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-repos-open" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-repos-open">
|
||||
<refnamediv>
|
||||
<refname>svn_repos_open</refname>
|
||||
<refpurpose>Abre una cerradura compartida en un repositorio</refpurpose>
|
||||
@@ -16,9 +15,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Abre una cerradura compartida en un repositorio.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -127,7 +126,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: dd07341fae2c414adc1f700be0890ff32e8daab4 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<refentry xml:id="function.svn-repos-recover" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-repos-recover">
|
||||
<refnamediv>
|
||||
<refname>svn_repos_recover</refname>
|
||||
<refpurpose>Ejecuta los procesos de recuperación en el repositorio localizado en un path determinado</refpurpose>
|
||||
@@ -16,9 +15,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
<simpara>
|
||||
Ejecuta los procesos de recuperación en el repositorio localizado en un path determinado.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
<!--
|
||||
<refsect1 role="parameters">
|
||||
@@ -127,7 +126,6 @@ Use the PEAR Coding Standards
|
||||
-->
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.svn-revert">
|
||||
<refnamediv>
|
||||
<refname>svn_revert</refname>
|
||||
@@ -14,9 +14,9 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>recursive</parameter><initializer>&false;</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Deshace cualquier cambio local de la ruta en la copia de trabajo.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -25,17 +25,17 @@
|
||||
<varlistentry>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
La ruta del repositorio de trabajo.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>recursive</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Hacer cambios de forma recursiva, opcional.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -43,9 +43,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.svn-status">
|
||||
<refnamediv>
|
||||
@@ -15,11 +15,11 @@
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve el estado de los ficheros y directorios de la copia de trabajo, proporcionando
|
||||
las modificaciones, adiciones, eliminaciones, así como otros cambios
|
||||
de los elementos de la copia de trabajo.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -28,23 +28,23 @@
|
||||
<varlistentry>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Ruta local al fichero o directorio del que se desea obtener el estado.
|
||||
</para>
|
||||
</simpara>
|
||||
&svn.relativepath;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>flags</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Cualquier combinación de <constant>Svn::NON_RECURSIVE</constant>,
|
||||
<constant>Svn::ALL</constant> (independientemente del estado de modificación),
|
||||
<constant>Svn::SHOW_UPDATES</constant> (se añadirán entradas para elementos
|
||||
que no están actualizados), <constant>Svn::NO_IGNORE</constant> (ignora las propiedades
|
||||
<literal>svn:ignore</literal> al analizar nuevos ficheros)
|
||||
y <constant>Svn::IGNORE_EXTERNALS</constant>.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -52,10 +52,10 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve un array indexado numéricamente de arrays asociativos
|
||||
que detallan el estado de los elementos del repositorio:
|
||||
</para>
|
||||
</simpara>
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Array (
|
||||
@@ -66,10 +66,10 @@ Array (
|
||||
)
|
||||
]]>
|
||||
</screen>
|
||||
<para>
|
||||
<simpara>
|
||||
La información sobre un elemento es un array asociativo que puede contener
|
||||
las siguientes claves:
|
||||
</para>
|
||||
</simpara>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><varname>path</varname></term>
|
||||
@@ -143,9 +143,9 @@ Array (
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<para>
|
||||
<simpara>
|
||||
Estas claves solo están definidas si el elemento está versionado:
|
||||
</para>
|
||||
</simpara>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><varname>name</varname></term>
|
||||
@@ -288,9 +288,9 @@ if (!defined('svn_wc_schedule_normal')) {
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Ejemplo de uso</title>
|
||||
<para>
|
||||
<simpara>
|
||||
Este ejemplo muestra un uso básico de esta función.
|
||||
</para>
|
||||
</simpara>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 3a2179f055ea52d233b62efe30f86bef024beaf0 Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.svn-update">
|
||||
<refnamediv>
|
||||
@@ -16,9 +16,9 @@
|
||||
<methodparam choice="opt"><type>int</type><parameter>revno</parameter><initializer>SVN_REVISION_HEAD</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>recurse</parameter><initializer>&true;</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
Actualiza la copia de trabajo apuntada por la ruta <parameter>path</parameter> a la revisión <parameter>revno</parameter>. Si <parameter>recurse</parameter> vale &true;, los directorios se actualizarán recursivamente.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -27,26 +27,26 @@
|
||||
<varlistentry>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Ruta hacia la copia de trabajo local.
|
||||
</para>
|
||||
</simpara>
|
||||
&svn.relativepath;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>revno</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Número de revisión hacia el cual actualizar; por omisión vale <constant>SVN_REVISION_HEAD</constant>.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>recurse</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
Si se deben o no actualizar los directorios recursivamente.
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -54,18 +54,18 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
Devuelve el nuevo número de revisión en caso de éxito, o &false; si ocurre un error.
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Ejemplo de uso</title>
|
||||
<para>
|
||||
<simpara>
|
||||
Este ejemplo muestra un uso básico de esta función:
|
||||
</para>
|
||||
</simpara>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Maintainer: agarzon Status: ready -->
|
||||
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: agarzon Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<chapter xml:id="svn.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="svn.setup">
|
||||
&reftitle.setup;
|
||||
|
||||
<!-- {{{ Requirements -->
|
||||
<section xml:id="svn.requirements">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
<simpara>
|
||||
Los binarios de Subversion no son necesarios para usar esta
|
||||
extensión. Sin embargo, cuando compile la extensión, libsvn
|
||||
(las cabeceras de Subversion) debe estar disponible.
|
||||
</para>
|
||||
</simpara>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
@@ -21,7 +20,6 @@
|
||||
<!-- }}} -->
|
||||
|
||||
</chapter>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
@@ -42,4 +40,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user